/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | cmpxchg_64.h | 23 unsigned long tmp1, tmp2; in xchg32() local 32 : "=&r" (val), "=&r" (tmp1), "=&r" (tmp2) in xchg32() 40 unsigned long tmp1, tmp2; in xchg64() local 49 : "=&r" (val), "=&r" (tmp1), "=&r" (tmp2) in xchg64()
|
H A D | timer_64.h | 56 unsigned long tick, tmp1, tmp2; in get_tick() local 92 : "=&r" (tick), "=&r" (tmp1), "=&r" (tmp2) in get_tick()
|
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | h264idct_lasx.c | 85 __m256i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in ff_h264_idct8_addblk_lasx() local 110 LASX_BUTTERFLY_4_H(vec0, vec1, vec2, vec3, tmp0, tmp1, tmp2, tmp3); in ff_h264_idct8_addblk_lasx() 141 LASX_BUTTERFLY_8_H(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, in ff_h264_idct8_addblk_lasx() 147 tmp0, tmp1, tmp2, tmp3); in ff_h264_idct8_addblk_lasx() 169 vec1 = __lasx_xvsub_w(tmp1, vec1); in ff_h264_idct8_addblk_lasx() 174 vec2 = __lasx_xvsub_w(vec2, tmp1); in ff_h264_idct8_addblk_lasx() 178 vec3 = __lasx_xvsrai_w(tmp1, 1); in ff_h264_idct8_addblk_lasx() 181 vec3 = __lasx_xvadd_w(vec3, tmp1); in ff_h264_idct8_addblk_lasx() 183 tmp1 = __lasx_xvsrai_w(vec3, 2); in ff_h264_idct8_addblk_lasx() 184 tmp1 in ff_h264_idct8_addblk_lasx() 454 __m256i tmp0, tmp1, tmp2, tmp3; ff_h264_deq_idct_luma_dc_lasx() local [all...] |
H A D | h264qpel_lasx.c | 76 __m256i tmp0, tmp1; in avc_luma_hv_qrt_and_aver_dst_16x16_lasx() local 162 tmp1 = __lasx_xvssrarni_b_h(out3, out2, 1); in avc_luma_hv_qrt_and_aver_dst_16x16_lasx() 164 DUP2_ARG2(__lasx_xvxori_b, tmp0, 128, tmp1, 128, tmp0, tmp1); in avc_luma_hv_qrt_and_aver_dst_16x16_lasx() 175 tmp1 = __lasx_xvavgr_bu(out1, tmp1); in avc_luma_hv_qrt_and_aver_dst_16x16_lasx() 179 __lasx_xvstelm_d(tmp1, dst + stride_2x, 0, 0); in avc_luma_hv_qrt_and_aver_dst_16x16_lasx() 180 __lasx_xvstelm_d(tmp1, dst + stride_3x, 0, 1); in avc_luma_hv_qrt_and_aver_dst_16x16_lasx() 184 __lasx_xvstelm_d(tmp1, dst + stride_2x, 8, 2); in avc_luma_hv_qrt_and_aver_dst_16x16_lasx() 185 __lasx_xvstelm_d(tmp1, ds in avc_luma_hv_qrt_and_aver_dst_16x16_lasx() 207 __m256i tmp0, tmp1; avc_luma_hv_qrt_16x16_lasx() local 1218 __m256i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6; put_h264_qpel8_hv_lowpass_lasx() local 1327 __m256i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6; avg_h264_qpel8_hv_lowpass_lasx() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_unsharp.c | 88 uint32_t tmp1, tmp2; \ 115 tmp1 = x <= 0 ? src2[0] : x >= width ? src2[width-1] : src2[x]; \ 117 tmp2 = sr[sr_offset + z + 0] + tmp1; sr[sr_offset + z + 0] = tmp1; \ 118 tmp1 = sr[sr_offset + z + 1] + tmp2; sr[sr_offset + z + 1] = tmp2; \ 121 tmp2 = sc[sc_offset + z + 0][x + steps_x] + tmp1; \ 122 sc[sc_offset + z + 0][x + steps_x] = tmp1; \ 123 tmp1 = sc[sc_offset + z + 1][x + steps_x] + tmp2; \ 131 (int32_t)((tmp1 + halfscale) >> scalebits)) * amount) >> (8+nbits)); \
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_tgsi.c | 266 struct ureg_dst tmp1 = ureg_DECL_temporary(ureg); in xrender_tex() local 268 ureg_SGT(ureg, tmp1, ureg_swizzle(coords, in xrender_tex() 278 ureg_MIN(ureg, tmp0, ureg_src(tmp0), ureg_src(tmp1)); in xrender_tex() 281 ureg_TEX(ureg, tmp1, TGSI_TEXTURE_2D, coords, sampler); in xrender_tex() 283 ureg_MOV(ureg, tmp1, ureg_swizzle(ureg_src(tmp1), in xrender_tex() 289 ureg_writemask(tmp1, TGSI_WRITEMASK_W), in xrender_tex() 291 ureg_MUL(ureg, dst, ureg_src(tmp1), ureg_src(tmp0)); in xrender_tex() 293 ureg_release_temporary(ureg, tmp1); in xrender_tex()
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | h264qpel.c | 199 tmp1 = vec_ld(0, dest); \ 202 edges = vec_perm(tmp2, tmp1, mask); \ 205 tmp1 = vec_perm(edges, s, align); \ 207 vec_st(tmp1, 0 , dest); \ 220 vec_u8 tmp1, tmp2, mask, edges, align; in put_pixels16_l2_altivec() local 235 tmp1 = vec_ld(0, dest); \ 238 a = vec_avg(vec_perm(tmp1, tmp2, mask), s); \ 239 edges = vec_perm(tmp2, tmp1, mask); \ 242 tmp1 = vec_perm(edges, a, align); \ 244 vec_st(tmp1, 261 vec_u8 tmp1, tmp2, mask, edges, align; avg_pixels16_l2_altivec() local [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
H A D | mux.c | 67 unsigned tmp1, tmp2; in davinci_cfg_reg() local 73 tmp1 = reg_orig & mask; in davinci_cfg_reg() 79 if (tmp1 != tmp2) in davinci_cfg_reg()
|
/kernel/linux/linux-6.6/arch/arm/mach-davinci/ |
H A D | mux.c | 65 unsigned tmp1, tmp2; in davinci_cfg_reg() local 71 tmp1 = reg_orig & mask; in davinci_cfg_reg() 77 if (tmp1 != tmp2) in davinci_cfg_reg()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | varianceProblingAndZeroOrderIndexSignatureRelationsAlign.js | 62 const tmp1: MyInfo = null!; 64 tmp2(tmp1); // uncommenting this line removes a type error from a completely unrelated line ?? 134 var tmp1 = null;
variable 136 tmp2(tmp1); // uncommenting this line removes a type error from a completely unrelated line ??
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | vp9lpf_16bpp_neon.S | 30 .macro loop_filter wd, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8 39 uabd \tmp1\().8h, v25.8h, v26.8h // abs(q1 - q2) 43 umax \tmp1\().8h, \tmp1\().8h, \tmp2\().8h 48 umax v4.8h, v4.8h, \tmp1\().8h // max(abs(p3 - p2), ..., abs(q2 - q3)) 69 uabd \tmp1\().8h, v25.8h, v24.8h // abs(q1 - q0) 73 umax v1.8h, v1.8h, \tmp1\().8h 115 sub \tmp1\().8h, v22.8h, v25.8h // p1 - q1 127 sqshl \tmp1\().8h, \tmp1\() [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
H A D | jfdctfst-neon.c | 91 int16x8_t tmp1 = vaddq_s16(col1, col6); in jsimd_fdct_ifast_neon() local 101 int16x8_t tmp11 = vaddq_s16(tmp1, tmp2); in jsimd_fdct_ifast_neon() 102 int16x8_t tmp12 = vsubq_s16(tmp1, tmp2); in jsimd_fdct_ifast_neon() 165 tmp1 = vaddq_s16(row1, row6); in jsimd_fdct_ifast_neon() 175 tmp11 = vaddq_s16(tmp1, tmp2); in jsimd_fdct_ifast_neon() 176 tmp12 = vsubq_s16(tmp1, tmp2); in jsimd_fdct_ifast_neon()
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | aes-neon.S | 158 .macro mul_by_x_2x, out0, out1, in0, in1, tmp0, tmp1, const 161 sshr \tmp1\().16b, \in1\().16b, #7 164 and \tmp1\().16b, \tmp1\().16b, \const\().16b 166 eor \out1\().16b, \out1\().16b, \tmp1\().16b 169 .macro mul_by_x2_2x, out0, out1, in0, in1, tmp0, tmp1, const 172 ushr \tmp1\().16b, \in1\().16b, #6 175 pmul \tmp1\().16b, \tmp1\().16b, \const\().16b 177 eor \out1\().16b, \out1\().16b, \tmp1\() [all...] |
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | aes-neon.S | 158 .macro mul_by_x_2x, out0, out1, in0, in1, tmp0, tmp1, const 161 sshr \tmp1\().16b, \in1\().16b, #7 164 and \tmp1\().16b, \tmp1\().16b, \const\().16b 166 eor \out1\().16b, \out1\().16b, \tmp1\().16b 169 .macro mul_by_x2_2x, out0, out1, in0, in1, tmp0, tmp1, const 172 ushr \tmp1\().16b, \in1\().16b, #6 175 pmul \tmp1\().16b, \tmp1\().16b, \const\().16b 177 eor \out1\().16b, \out1\().16b, \tmp1\() [all...] |
/kernel/linux/linux-6.6/arch/parisc/net/ |
H A D | bpf_jit_comp32.c | 424 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_alu_i64() local 428 rd = bpf_get_reg64_ref(dst, tmp1, false, ctx); in emit_alu_i64() 430 rd = bpf_get_reg64(dst, tmp1, ctx); in emit_alu_i64() 512 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_alu_i32() local 513 const s8 *rd = bpf_get_reg32(dst, tmp1, ctx); in emit_alu_i32() 516 rd = bpf_get_reg32_ref(dst, tmp1, ctx); in emit_alu_i32() 518 rd = bpf_get_reg32(dst, tmp1, ctx); in emit_alu_i32() 567 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_alu_r64() local 573 rd = bpf_get_reg64_ref(dst, tmp1, false, ctx); in emit_alu_r64() 575 rd = bpf_get_reg64(dst, tmp1, ct in emit_alu_r64() 635 const s8 *tmp1 = regmap[TMP_REG_1]; emit_alu_r32() local 703 const s8 *tmp1 = regmap[TMP_REG_1]; emit_branch_r64() local 870 const s8 *tmp1 = regmap[TMP_REG_1]; emit_branch_r32() local 1009 const s8 *tmp1 = regmap[TMP_REG_1]; emit_load_r64() local 1056 const s8 *tmp1 = regmap[TMP_REG_1]; emit_store_r64() local 1109 const s8 *tmp1 = regmap[TMP_REG_1]; emit_zext64() local 1128 const s8 *tmp1 = regmap[TMP_REG_1]; bpf_jit_emit_insn() local [all...] |
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-ebs-target.c | 248 unsigned short tmp1; in ebs_ctr() local 273 if (sscanf(argv[2], "%hu%c", &tmp1, &dummy) != 1 || in ebs_ctr() 274 !__ebs_check_bs(tmp1) || in ebs_ctr() 275 to_bytes(tmp1) > PAGE_SIZE) { in ebs_ctr() 279 ec->e_bs = tmp1; in ebs_ctr() 282 if (sscanf(argv[3], "%hu%c", &tmp1, &dummy) != 1 || !__ebs_check_bs(tmp1)) { in ebs_ctr() 286 ec->u_bs = tmp1; in ebs_ctr()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-ebs-target.c | 250 unsigned short tmp1; in ebs_ctr() local 275 if (sscanf(argv[2], "%hu%c", &tmp1, &dummy) != 1 || in ebs_ctr() 276 !__ebs_check_bs(tmp1) || in ebs_ctr() 277 to_bytes(tmp1) > PAGE_SIZE) { in ebs_ctr() 281 ec->e_bs = tmp1; in ebs_ctr() 284 if (sscanf(argv[3], "%hu%c", &tmp1, &dummy) != 1 || !__ebs_check_bs(tmp1)) { in ebs_ctr() 288 ec->u_bs = tmp1; in ebs_ctr()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp9_lpf_msa.c | 124 v8u16 tmp0, tmp1, tmp2; \ 130 tmp1 = tmp0 + p3_in + p2_in; \ 131 p2_filt8_out = (v8i16) __msa_srari_h((v8i16) tmp1, 3); \ 133 tmp1 = tmp0 + p1_in + q1_in; \ 134 p1_filt8_out = (v8i16) __msa_srari_h((v8i16) tmp1, 3); \ 136 tmp1 = q2_in + q1_in + q0_in; \ 137 tmp2 = tmp2 + tmp1; \ 143 tmp0 = p0_in + tmp1 + tmp0; \ 144 tmp1 = q3_in + q3_in; \ 145 tmp1 990 v8u16 tmp0, tmp1, tmp2; ff_loop_filter_v_16_8_msa() local 1235 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; ff_loop_filter_h_44_16_msa() local 1674 v16i8 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; vp9_transpose_16x8_to_8x16() local 1715 v8i16 tmp0, tmp1, tmp4, tmp5, tmp6, tmp7; vp9_transpose_16x16() local [all...] |
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | kexec.h | 43 u64 tmp1, tmp2; in crash_setup_regs() local 76 : "=&r" (tmp1), "=&r" (tmp2) in crash_setup_regs()
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | timer_64.h | 57 unsigned long tick, tmp1, tmp2; in get_tick() local 93 : "=&r" (tick), "=&r" (tmp1), "=&r" (tmp2) in get_tick()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | g722dsp.c | 37 const int16_t *tmp1 = src1; in check_qmf() local 46 call_new(tmp1++, dst1); in check_qmf()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifs_debug.c | 166 struct list_head *stmp, *tmp, *tmp1, *tmp2; in cifs_debug_files_proc_show() local 186 list_for_each(tmp1, &ses->tcon_list) { in cifs_debug_files_proc_show() 187 tcon = list_entry(tmp1, struct cifs_tcon, tcon_list); in cifs_debug_files_proc_show() 218 struct list_head *tmp1, *tmp2, *tmp3; in cifs_debug_data_proc_show() local 272 list_for_each(tmp1, &cifs_tcp_ses_list) { in cifs_debug_data_proc_show() 273 server = list_entry(tmp1, struct TCP_Server_Info, in cifs_debug_data_proc_show() 474 struct list_head *tmp1, *tmp2, *tmp3; in cifs_stats_proc_write() local 495 list_for_each(tmp1, &cifs_tcp_ses_list) { in cifs_stats_proc_write() 496 server = list_entry(tmp1, struct TCP_Server_Info, in cifs_stats_proc_write() 539 struct list_head *tmp1, *tmp in cifs_stats_proc_show() local [all...] |
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | cxd2820r_core.c | 52 u8 tmp0, tmp1; in cxd2820r_gpio() local 61 tmp1 = 0x00; in cxd2820r_gpio() 71 tmp1 |= (1 << (3 + i)); in cxd2820r_gpio() 73 tmp1 |= (0 << (3 + i)); in cxd2820r_gpio() 77 tmp1 |= (1 << (0 + i)); in cxd2820r_gpio() 79 tmp1 |= (0 << (0 + i)); in cxd2820r_gpio() 81 dev_dbg(&client->dev, "gpio i=%d %02x %02x\n", i, tmp0, tmp1); in cxd2820r_gpio() 84 dev_dbg(&client->dev, "wr gpio=%02x %02x\n", tmp0, tmp1); in cxd2820r_gpio() 92 ret = regmap_update_bits(priv->regmap[0], 0x008e, 0x3f, tmp1); in cxd2820r_gpio()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | cxd2820r_core.c | 52 u8 tmp0, tmp1; in cxd2820r_gpio() local 61 tmp1 = 0x00; in cxd2820r_gpio() 71 tmp1 |= (1 << (3 + i)); in cxd2820r_gpio() 73 tmp1 |= (0 << (3 + i)); in cxd2820r_gpio() 77 tmp1 |= (1 << (0 + i)); in cxd2820r_gpio() 79 tmp1 |= (0 << (0 + i)); in cxd2820r_gpio() 81 dev_dbg(&client->dev, "gpio i=%d %02x %02x\n", i, tmp0, tmp1); in cxd2820r_gpio() 84 dev_dbg(&client->dev, "wr gpio=%02x %02x\n", tmp0, tmp1); in cxd2820r_gpio() 92 ret = regmap_update_bits(priv->regmap[0], 0x008e, 0x3f, tmp1); in cxd2820r_gpio()
|
/third_party/node/deps/openssl/openssl/crypto/des/asm/ |
H A D | des-586.pl | 215 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t,$wp1)=@_; 218 &xor( $tmp1, $tmp1); 225 &movb( &LB($tmp1), &LB($u) ); 228 &xor( $L, &DWP(" ",$trans,$tmp1,0)); 229 &movb( &LB($tmp1), &LB($t) ); 233 &xor( $L, &DWP("0x100",$trans,$tmp1,0)); 234 &movb( &LB($tmp1), &HB($u) ); 240 &xor( $L, &DWP("0x600",$trans,$tmp1,0));
|