Home
last modified time | relevance | path

Searched refs:tmp1 (Results 476 - 500 of 592) sorted by relevance

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

/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djidctflt-3dn.asm176 pfadd mm7, mm1 ; mm7=tmp1
321 pfadd mm7, mm1 ; mm7=tmp1
H A Djidctfst-mmx.asm197 paddw mm7, mm1 ; mm7=tmp1
355 paddw mm7, mm1 ; mm7=tmp1
H A Djidctfst-sse2.asm189 paddw xmm7, xmm1 ; xmm7=tmp1
354 paddw xmm3, xmm5 ; xmm3=tmp1
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djfdctfst-sse2.asm159 paddw xmm6, xmm2 ; xmm6=data1+data6=tmp1
295 paddw xmm5, xmm7 ; xmm5=data1+data6=tmp1
H A Djidctflt-sse2.asm191 addps xmm7, xmm1 ; xmm7=tmp1
354 addps xmm7, xmm1 ; xmm7=tmp1
H A Djidctfst-sse2.asm182 paddw xmm7, xmm1 ; xmm7=tmp1
347 paddw xmm3, xmm5 ; xmm3=tmp1
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daes-x86_64.pl253 my $tmp1=$acc1;
259 $tmp1=$s[2];
263 $code.=" mov $s[2],$tmp1\n" if ($i!=3);
269 $code.=" shr \$16,$tmp1\n";
273 $code.=" movzb ".&lo($tmp1).",$tmp1\n";
277 $code.=" xor 2($sbox,$tmp1,8),$out\n";
289 my $tmp1=$acc1;
295 $tmp1=$s[2];
299 $code.=" mov $s[2],$tmp1\
[all...]
/third_party/openssl/crypto/aes/asm/
H A Daes-x86_64.pl253 my $tmp1=$acc1;
259 $tmp1=$s[2];
263 $code.=" mov $s[2],$tmp1\n" if ($i!=3);
269 $code.=" shr \$16,$tmp1\n";
273 $code.=" movzb ".&lo($tmp1).",$tmp1\n";
277 $code.=" xor 2($sbox,$tmp1,8),$out\n";
289 my $tmp1=$acc1;
295 $tmp1=$s[2];
299 $code.=" mov $s[2],$tmp1\
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c2406 s32 tmp1, tmp2; in _rtl92ee_phy_simularity_compare() local
2415 tmp1 = result[c1][i] | 0xFFFFFC00; in _rtl92ee_phy_simularity_compare()
2417 tmp1 = result[c1][i]; in _rtl92ee_phy_simularity_compare()
2424 tmp1 = result[c1][i]; in _rtl92ee_phy_simularity_compare()
2428 diff = (tmp1 > tmp2) ? (tmp1 - tmp2) : (tmp2 - tmp1); in _rtl92ee_phy_simularity_compare()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c2406 s32 tmp1, tmp2; in _rtl92ee_phy_simularity_compare() local
2415 tmp1 = result[c1][i] | 0xFFFFFC00; in _rtl92ee_phy_simularity_compare()
2417 tmp1 = result[c1][i]; in _rtl92ee_phy_simularity_compare()
2424 tmp1 = result[c1][i]; in _rtl92ee_phy_simularity_compare()
2428 diff = (tmp1 > tmp2) ? (tmp1 - tmp2) : (tmp2 - tmp1); in _rtl92ee_phy_simularity_compare()
/kernel/linux/linux-5.10/arch/sparc/net/
H A Dbpf_jit_comp_64.c1131 const u8 tmp1 = bpf2sparc[TMP_REG_1]; in build_insn() local
1135 emit_set_const_sext(imm, tmp1, ctx); in build_insn()
1136 emit(div | RS1(dst) | RS2(tmp1) | RD(tmp), ctx); in build_insn()
1137 emit(MULX | RS1(tmp) | RS2(tmp1) | RD(tmp), ctx); in build_insn()
/kernel/linux/linux-6.6/arch/sparc/net/
H A Dbpf_jit_comp_64.c1131 const u8 tmp1 = bpf2sparc[TMP_REG_1]; in build_insn() local
1135 emit_set_const_sext(imm, tmp1, ctx); in build_insn()
1136 emit(div | RS1(dst) | RS2(tmp1) | RD(tmp), ctx); in build_insn()
1137 emit(MULX | RS1(tmp) | RS2(tmp1) | RD(tmp), ctx); in build_insn()
/kernel/linux/linux-5.10/lib/crypto/
H A Dcurve25519-fiat32.c801 fe tmp0, tmp1; in curve25519_generic() local
833 fe_sq_tl(&tmp1, &x2l); in curve25519_generic()
836 fe_mul_ttt(&x2, &tmp1, &tmp0); in curve25519_generic()
837 fe_sub(&tmp1l, &tmp1, &tmp0); in curve25519_generic()
/kernel/linux/linux-6.6/lib/crypto/
H A Dcurve25519-fiat32.c801 fe tmp0, tmp1; in curve25519_generic() local
833 fe_sq_tl(&tmp1, &x2l); in curve25519_generic()
836 fe_mul_ttt(&x2, &tmp1, &tmp0); in curve25519_generic()
837 fe_sub(&tmp1l, &tmp1, &tmp0); in curve25519_generic()
/third_party/ffmpeg/libavcodec/
H A Dbink.c250 uint8_t tmp1[16] = { 0 }, tmp2[16], *in = tmp1, *out = tmp2; in read_tree() local
266 tmp1[tree->syms[i]] = 1; in read_tree()
269 if (!tmp1[i]) in read_tree()
H A Dmpegvideo.c590 int16_t (*tmp1)[2]; in ff_mpv_init_context_frame()
592 if (!(tmp1 = ALLOCZ_ARRAYS(s->b_field_mv_table_base, 8, mv_table_size)) || in ff_mpv_init_context_frame()
598 tmp1 += s->mb_stride + 1; in ff_mpv_init_context_frame()
603 s->b_field_mv_table[i][j][k] = tmp1; in ff_mpv_init_context_frame()
604 tmp1 += mv_table_size; in ff_mpv_init_context_frame()
/third_party/ffmpeg/libavfilter/
H A Daf_arnndn.c685 float tmp1, tmp2; in celt_lpc() local
686 tmp1 = lpc[j]; in celt_lpc()
688 lpc[j] = tmp1 + (r*tmp2); in celt_lpc()
689 lpc[i-1-j] = tmp2 + (r*tmp1); in celt_lpc()
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9lpf.asm133 %macro FILTER_INIT 9 ; tmp1, tmp2, cacheL, cacheH, dstp, stack_off, filterid, mask, source
142 %macro FILTER_UPDATE 12-16 "", "", "", 0 ; tmp1, tmp2, cacheL, cacheH, dstp, stack_off, -, -, +, +, rshift,
183 %macro SIGN_ADD 4 ; dst, u8, i8, tmp1
190 %macro SIGN_SUB 4 ; dst, u8, i8, tmp1
/third_party/icu/icu4c/source/test/intltest/
H A Dtmsgfmt.cpp1128 UnicodeString tmp1, tmp2; in testParse() local
1140 && (fmt_arr[0].getString(tmp1) == "abc") in testParse()
1162 && (fmt_arr[0].getString(tmp1) == "abc") in testParse()
1186 && (fmta[0].getString(tmp1) == "abc") in testParse()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistp224.c495 limb tmp0, tmp1, tmp2; in felem_square() local
497 tmp1 = 2 * in[1]; in felem_square()
500 out[1] = ((widelimb) in[0]) * tmp1; in felem_square()
503 out[4] = ((widelimb) in[3]) * tmp1 + ((widelimb) in[2]) * in[2]; in felem_square()
/third_party/openssl/crypto/ec/
H A Decp_nistp224.c495 limb tmp0, tmp1, tmp2; in felem_square() local
497 tmp1 = 2 * in[1]; in felem_square()
500 out[1] = ((widelimb) in[0]) * tmp1; in felem_square()
503 out[4] = ((widelimb) in[3]) * tmp1 + ((widelimb) in[2]) * in[2]; in felem_square()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1689 ArrayRef<float> tmp1(FVal1); in evaluateCall()
1690 nval1 = ConstantDataVector::get(context, tmp1); in evaluateCall()
1696 ArrayRef<double> tmp1(DVal1); in evaluateCall()
1697 nval1 = ConstantDataVector::get(context, tmp1); in evaluateCall()
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c3663 LLVMValueRef active, tmp1, tmp2; in ac_wavefront_shift_right_1() local
3666 tmp1 = ac_build_dpp(ctx, identity, src, dpp_row_sr(1), 0xf, 0xf, false); in ac_wavefront_shift_right_1()
3684 return LLVMBuildSelect(ctx->builder, active, tmp2, tmp1, ""); in ac_wavefront_shift_right_1()
3689 return LLVMBuildSelect(ctx->builder, active, tmp2, tmp1, ""); in ac_wavefront_shift_right_1()
3696 LLVMValueRef active, tmp1, tmp2; in ac_wavefront_shift_right_1() local
3698 tmp1 = ac_build_ds_swizzle(ctx, src, (1 << 15) | dpp_quad_perm(0, 0, 1, 2)); in ac_wavefront_shift_right_1()
3703 tmp1 = LLVMBuildSelect(ctx->builder, active, tmp2, tmp1, ""); in ac_wavefront_shift_right_1()
3708 tmp1 = LLVMBuildSelect(ctx->builder, active, tmp2, tmp1, ""); in ac_wavefront_shift_right_1()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H A Dradio.c1486 u32 tmp1 = 0; in b43legacy_radio_init2050() local
1617 tmp1 += b43legacy_phy_read(dev, 0x002D); in b43legacy_radio_init2050()
1626 tmp1++; in b43legacy_radio_init2050()
1627 tmp1 >>= 9; in b43legacy_radio_init2050()
1668 if (tmp1 < tmp2) in b43legacy_radio_init2050()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/
H A Dradio.c1486 u32 tmp1 = 0; in b43legacy_radio_init2050() local
1617 tmp1 += b43legacy_phy_read(dev, 0x002D); in b43legacy_radio_init2050()
1626 tmp1++; in b43legacy_radio_init2050()
1627 tmp1 >>= 9; in b43legacy_radio_init2050()
1668 if (tmp1 < tmp2) in b43legacy_radio_init2050()

Completed in 53 milliseconds

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