Home
last modified time | relevance | path

Searched refs:tmp1 (Results 276 - 300 of 590) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/lame/mpglib/
H A Ddecode_i386.c80 TYPE *tmp1 = samples_tmp; \
88 *( (TYPE *) out) = *tmp1; \
90 tmp1 += 2; \
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_pwr8.h245 __m128i vmask, tmp1, tmp2; in vec_loadu_si128() local
249 tmp1 = (__m128i) vec_ld (0, src); in vec_loadu_si128()
251 vsrc.m128ui = (vector unsigned int) vec_perm (tmp1, tmp2, vmask); in vec_loadu_si128()
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc_msa.c106 v16u8 src1, dst1, tmp1; in SubtractGreenFromBlueAndRed_MSA() local
108 VSHF_B2_UB(src0, src1, src1, src0, mask, mask, tmp0, tmp1); in SubtractGreenFromBlueAndRed_MSA()
109 SUB2(src0, tmp0, src1, tmp1, dst0, dst1); in SubtractGreenFromBlueAndRed_MSA()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c146 LLVMValueRef tmp0, tmp1; in dp2_emit() local
150 tmp1 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL, in dp2_emit()
154 TGSI_OPCODE_ADD, tmp0, tmp1); in dp2_emit()
177 LLVMValueRef tmp0, tmp1; in dp3_emit() local
181 tmp1 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL, in dp3_emit()
184 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_ADD, tmp1, tmp0); in dp3_emit()
185 tmp1 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL, in dp3_emit()
189 TGSI_OPCODE_ADD, tmp0, tmp1); in dp3_emit()
213 LLVMValueRef tmp0, tmp1; in dp4_emit() local
217 tmp1 in dp4_emit()
397 LLVMValueRef tmp0, tmp1, tmp2; lit_emit() local
[all...]
/third_party/ffmpeg/libavcodec/aarch64/
H A Dvp9itxfm_neon.S48 .macro dmbutterfly0 out1, out2, in1, in2, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, neg=0
52 add \tmp1\().8h, \in1\().8h, \in2\().8h
55 smull \tmp3\().4s, \tmp1\().4h, \tmp4\().h[0]
56 smull2 \tmp4\().4s, \tmp1\().8h, \tmp4\().h[0]
58 smull \tmp3\().4s, \tmp1\().4h, v0.h[0]
59 smull2 \tmp4\().4s, \tmp1\().8h, v0.h[0]
80 .macro dmbutterfly0_h out1, out2, in1, in2, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6
81 smull \tmp1\().4s, \in1\().4h, v0.h[0]
83 rshrn \out1\().4h, \tmp1\().4s, #14
85 rshrn \out2\().4h, \tmp1\()
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dcamellia-x86_64-asm_64.S79 #define xor2ror16(T0, T1, tmp1, tmp2, ab, dst) \
80 leaq T0(%rip), tmp1; \
82 xorq (tmp1, tmp2, 8), dst; \
84 movzbl ab ## bh, tmp1 ## d; \
86 xorq (tmp2, tmp1, 8), dst;
/third_party/mesa3d/src/compiler/glsl/tests/
H A Dlower_int64_test.cpp141 * type tmp1; in check_instructions()
142 * tmp1 = source; in check_instructions()
144 * tmp2 = unpackUint2x32(tmp1.x); in check_instructions()
146 * tmp3 = unpackUint2x32(tmp1.y); in check_instructions()
148 * tmp4 = unpackUint2x32(tmp1.z); in check_instructions()
150 * tmp5 = unpackUint2x32(tmp1.w); in check_instructions()
154 ir_variable *const tmp1 = ir->as_variable(); in check_instructions() local
156 EXPECT_EQ(type, tmp1->type) << in check_instructions()
158 tmp1->type->name << in check_instructions()
167 EXPECT_EQ(tmp1, assign in check_instructions()
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dh264idct_msa.c46 v8i16 tmp0, tmp1, tmp2, tmp3; in avc_deq_idct_luma_dc_msa() local
55 TRANSPOSE4x4_SH_SH(src0, src1, src2, src3, tmp0, tmp1, tmp2, tmp3); in avc_deq_idct_luma_dc_msa()
56 BUTTERFLY_4(tmp0, tmp2, tmp3, tmp1, vec0, vec3, vec2, vec1); in avc_deq_idct_luma_dc_msa()
115 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in avc_idct8_addblk_msa() local
137 BUTTERFLY_4(vec0, vec1, vec2, vec3, tmp0, tmp1, tmp2, tmp3); in avc_idct8_addblk_msa()
156 BUTTERFLY_8(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, in avc_idct8_addblk_msa()
229 tmp0, tmp1, tmp2, tmp3); in avc_idct8_addblk_msa()
232 ADD4(res0, tmp0, res1, tmp1, res2, tmp2, res3, tmp3, in avc_idct8_addblk_msa()
/third_party/skia/src/core/
H A DSkContourMeasure.cpp48 SkPoint tmp0[7], tmp1[7]; in SkContourMeasure_segTo() local
72 SkChopQuadAt(&tmp0[2], tmp1, (stopT - startT) / (1 - startT)); in SkContourMeasure_segTo()
73 dst->quadTo(tmp1[1], tmp1[2]); in SkContourMeasure_segTo()
115 SkChopCubicAt(&tmp0[3], tmp1, (stopT - startT) / (1 - startT)); in SkContourMeasure_segTo()
116 dst->cubicTo(tmp1[1], tmp1[2], tmp1[3]); in SkContourMeasure_segTo()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djidctint-avx2.asm178 ; z1 = tmp0 + tmp3; z2 = tmp1 + tmp2;
179 ; tmp0 = tmp0 * 0.298631336; tmp1 = tmp1 * 2.053119869;
182 ; tmp0 += z1 + z3; tmp1 += z2 + z4;
187 ; tmp1 = tmp1 * (2.053119869 - 2.562915447) + tmp2 * -2.562915447;
188 ; tmp2 = tmp1 * -2.562915447 + tmp2 * (3.072711026 - 2.562915447);
190 ; tmp0 += z3; tmp1 += z4;
H A Djidctint-mmx.asm298 ; z1 = tmp0 + tmp3; z2 = tmp1 + tmp2;
299 ; tmp0 = tmp0 * 0.298631336; tmp1 = tmp1 * 2.053119869;
302 ; tmp0 += z1 + z3; tmp1 += z2 + z4;
307 ; tmp1 = tmp1 * (2.053119869 - 2.562915447) + tmp2 * -2.562915447;
308 ; tmp2 = tmp1 * -2.562915447 + tmp2 * (3.072711026 - 2.562915447);
310 ; tmp0 += z3; tmp1 += z4;
624 ; z1 = tmp0 + tmp3; z2 = tmp1 + tmp2;
625 ; tmp0 = tmp0 * 0.298631336; tmp1
[all...]
H A Djidctint-sse2.asm292 ; z1 = tmp0 + tmp3; z2 = tmp1 + tmp2;
293 ; tmp0 = tmp0 * 0.298631336; tmp1 = tmp1 * 2.053119869;
296 ; tmp0 += z1 + z3; tmp1 += z2 + z4;
301 ; tmp1 = tmp1 * (2.053119869 - 2.562915447) + tmp2 * -2.562915447;
302 ; tmp2 = tmp1 * -2.562915447 + tmp2 * (3.072711026 - 2.562915447);
304 ; tmp0 += z3; tmp1 += z4;
628 ; z1 = tmp0 + tmp3; z2 = tmp1 + tmp2;
629 ; tmp0 = tmp0 * 0.298631336; tmp1
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2misc.c606 struct list_head *tmp, *tmp1, *tmp2; in smb2_is_valid_lease_break() local
619 list_for_each(tmp1, &server->smb_ses_list) { in smb2_is_valid_lease_break()
620 ses = list_entry(tmp1, struct cifs_ses, smb_ses_list); in smb2_is_valid_lease_break()
674 struct list_head *tmp, *tmp1, *tmp2; in smb2_is_valid_oplock_break() local
700 list_for_each(tmp1, &ses->tcon_list) { in smb2_is_valid_oplock_break()
701 tcon = list_entry(tmp1, struct cifs_tcon, tcon_list); in smb2_is_valid_oplock_break()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Djfdctint-neon.c125 int16x8_t tmp1 = vaddq_s16(col1, col6); in jsimd_fdct_islow_neon() local
135 int16x8_t tmp11 = vaddq_s16(tmp1, tmp2); in jsimd_fdct_islow_neon()
136 int16x8_t tmp12 = vsubq_s16(tmp1, tmp2); in jsimd_fdct_islow_neon()
264 tmp1 = vaddq_s16(row1, row6); in jsimd_fdct_islow_neon()
274 tmp11 = vaddq_s16(tmp1, tmp2); in jsimd_fdct_islow_neon()
275 tmp12 = vsubq_s16(tmp1, tmp2); in jsimd_fdct_islow_neon()
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Duaccess-asm.h86 .macro uaccess_entry, tsk, tmp0, tmp1, tmp2, disable variable
104 .macro uaccess_exit, tsk, tmp0, tmp1
/third_party/node/deps/base64/base64/lib/arch/neon32/
H A Denc_loop.c12 uint8x16_t tmp0, tmp1, tmp2, tmp3; in enc_loop_neon32_inner_asm() local
88 [t1] "=&w" (tmp1), in enc_loop_neon32_inner_asm()
/third_party/node/deps/v8/src/strings/
H A Dstring-case.cc55 word_t tmp1 = kOneInEveryByte * (0x7F + n) - w; in AsciiRangeMask() local
58 return (tmp1 & tmp2 & (kOneInEveryByte * 0x80)); in AsciiRangeMask()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dcamellia-aesni-avx2-asm_64.S1071 #define add2_le128(x, minus_one, minus_two, tmp1, tmp2) \
1072 vpcmpeqq minus_one, x, tmp1; \
1075 vpor tmp2, tmp1, tmp1; \
1076 vpslldq $8, tmp1, tmp1; \
1077 vpsubq tmp1, x, x;
1212 #define gf128mul_x2_ble(iv, mask1, mask2, tmp0, tmp1) \
1214 vpaddq iv, iv, tmp1; \
1217 vpsrad $31, tmp1, tmp
[all...]
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A Dhead.S29 .macro loadsp, rb, tmp1, tmp2
35 .macro loadsp, rb, tmp1, tmp2
41 .macro loadsp, rb, tmp1, tmp2
62 .macro loadsp, rb, tmp1, tmp2
71 .macro loadsp, rb, tmp1, tmp2
72 addruart \rb, \tmp1, \tmp2
154 .macro get_inflated_image_size, res:req, tmp1:req, tmp2:req
156 ldr \tmp1, [\res]
157 add \tmp1, \tmp1, \re
[all...]
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H A Dhead.S35 .macro loadsp, rb, tmp1, tmp2
41 .macro loadsp, rb, tmp1, tmp2
47 .macro loadsp, rb, tmp1, tmp2
68 .macro loadsp, rb, tmp1, tmp2
73 .macro loadsp, rb, tmp1, tmp2
74 addruart \rb, \tmp1, \tmp2
156 .macro get_inflated_image_size, res:req, tmp1:req, tmp2:req
158 ldr \tmp1, [\res]
159 add \tmp1, \tmp1, \re
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmpegaudiodec_template.c943 SUINTFLOAT tmp0, tmp1; in compute_stereo() local
997 tmp1 = tab1[j]; in compute_stereo()
998 tab0[j] = MULLx(tmp0 + tmp1, ISQRT2, FRAC_BITS); in compute_stereo()
999 tab1[j] = MULLx(tmp0 - tmp1, ISQRT2, FRAC_BITS); in compute_stereo()
1041 tmp1 = tab1[j]; in compute_stereo()
1042 tab0[j] = MULLx(tmp0 + tmp1, ISQRT2, FRAC_BITS); in compute_stereo()
1043 tab1[j] = MULLx(tmp0 - tmp1, ISQRT2, FRAC_BITS); in compute_stereo()
1059 tmp1 = tab1[i]; in compute_stereo()
1060 tab0[i] = tmp0 + tmp1; in compute_stereo()
1061 tab1[i] = tmp0 - tmp1; in compute_stereo()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DShaderCore.cpp475 Int2 tmp1 = UnpackHigh(row2, row3); in transpose4x4() local
481 row2 = UnpackLow(tmp0, tmp1); in transpose4x4()
482 row3 = UnpackHigh(tmp0, tmp1); in transpose4x4()
488 Int2 tmp1 = UnpackHigh(row2, row3); in transpose4x3() local
494 row2 = UnpackLow(tmp0, tmp1); in transpose4x3()
500 Float4 tmp1 = UnpackLow(row2, row3); in transpose4x4() local
504 row0 = Float4(tmp0.xy, tmp1.xy); in transpose4x4()
505 row1 = Float4(tmp0.zw, tmp1.zw); in transpose4x4()
513 Float4 tmp1 = UnpackLow(row2, row3); in transpose4x3() local
517 row0 = Float4(tmp0.xy, tmp1 in transpose4x3()
525 Float4 tmp1 = UnpackLow(row2, row3); transpose4x2() local
534 Float4 tmp1 = UnpackLow(row2, row3); transpose4x1() local
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djidctint-sse2.asm285 ; z1 = tmp0 + tmp3; z2 = tmp1 + tmp2;
286 ; tmp0 = tmp0 * 0.298631336; tmp1 = tmp1 * 2.053119869;
289 ; tmp0 += z1 + z3; tmp1 += z2 + z4;
294 ; tmp1 = tmp1 * (2.053119869 - 2.562915447) + tmp2 * -2.562915447;
295 ; tmp2 = tmp1 * -2.562915447 + tmp2 * (3.072711026 - 2.562915447);
297 ; tmp0 += z3; tmp1 += z4;
621 ; z1 = tmp0 + tmp3; z2 = tmp1 + tmp2;
622 ; tmp0 = tmp0 * 0.298631336; tmp1
[all...]
/kernel/linux/linux-5.10/sound/pci/cs46xx/
H A Ddsp_spos_scb_lib.c596 unsigned int tmp1, tmp2; in cs46xx_dsp_create_src_task_scb() local
620 tmp1 = rate << 16; in cs46xx_dsp_create_src_task_scb()
621 phiIncr = tmp1 / 48000; in cs46xx_dsp_create_src_task_scb()
622 tmp1 -= phiIncr * 48000; in cs46xx_dsp_create_src_task_scb()
623 tmp1 <<= 10; in cs46xx_dsp_create_src_task_scb()
625 tmp2 = tmp1 / 48000; in cs46xx_dsp_create_src_task_scb()
627 tmp1 -= tmp2 * 48000; in cs46xx_dsp_create_src_task_scb()
628 correctionPerGOF = tmp1 / GOF_PER_SEC; in cs46xx_dsp_create_src_task_scb()
629 tmp1 -= correctionPerGOF * GOF_PER_SEC; in cs46xx_dsp_create_src_task_scb()
630 correctionPerSec = tmp1; in cs46xx_dsp_create_src_task_scb()
[all...]
/kernel/linux/linux-6.6/sound/pci/cs46xx/
H A Ddsp_spos_scb_lib.c596 unsigned int tmp1, tmp2; in cs46xx_dsp_create_src_task_scb() local
620 tmp1 = rate << 16; in cs46xx_dsp_create_src_task_scb()
621 phiIncr = tmp1 / 48000; in cs46xx_dsp_create_src_task_scb()
622 tmp1 -= phiIncr * 48000; in cs46xx_dsp_create_src_task_scb()
623 tmp1 <<= 10; in cs46xx_dsp_create_src_task_scb()
625 tmp2 = tmp1 / 48000; in cs46xx_dsp_create_src_task_scb()
627 tmp1 -= tmp2 * 48000; in cs46xx_dsp_create_src_task_scb()
628 correctionPerGOF = tmp1 / GOF_PER_SEC; in cs46xx_dsp_create_src_task_scb()
629 tmp1 -= correctionPerGOF * GOF_PER_SEC; in cs46xx_dsp_create_src_task_scb()
630 correctionPerSec = tmp1; in cs46xx_dsp_create_src_task_scb()
[all...]

Completed in 37 milliseconds

1...<<11121314151617181920>>...24