/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 5852 int tmp1 = r600_get_temp(ctx); in tgsi_divmod() local 5873 * 7. tmp1.x = tmp0.x - tmp0.w in tgsi_divmod() 5874 * 8. tmp1.y = tmp0.x + tmp0.w in tgsi_divmod() 5875 * 9. tmp0.x = (tmp0.y == 0 ? tmp1.y : tmp1.x) in tgsi_divmod() 5880 * 13. tmp1.x = tmp0.w >= src2 = r >= src2 (uint comparison) in tgsi_divmod() 5881 * 14. tmp1.y = src1 >= tmp0.y = r >= 0 (uint comparison) in tgsi_divmod() 5885 * 15. tmp1.z = tmp0.z + 1 = q + 1 in tgsi_divmod() 5886 * 16. tmp1.w = tmp0.z - 1 = q - 1 in tgsi_divmod() 5890 * 15. tmp1 in tgsi_divmod() [all...] |
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | hevcdsp_lsx.c | 2984 __m128i tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in hevc_hv_4t_12w_lsx() local 3123 filt_h0, dst43_r, filt_h0, tmp0, tmp1, tmp2, tmp3); in hevc_hv_4t_12w_lsx() 3126 DUP4_ARG3(__lsx_vdp2add_w_h, tmp0, dst32_r, filt_h1, tmp1, dst43_r, in hevc_hv_4t_12w_lsx() 3128 tmp0, tmp1, tmp2, tmp3); in hevc_hv_4t_12w_lsx() 3132 DUP4_ARG2(__lsx_vsrai_w, tmp0, 6, tmp1, 6, tmp2, 6, tmp3, 6, in hevc_hv_4t_12w_lsx() 3133 tmp0, tmp1, tmp2, tmp3); in hevc_hv_4t_12w_lsx() 3136 DUP4_ARG2(__lsx_vpickev_h, tmp1, tmp0, tmp3, tmp2, tmp5, tmp4, in hevc_hv_4t_12w_lsx() 3137 tmp7, tmp6, tmp0, tmp1, tmp2, tmp3); in hevc_hv_4t_12w_lsx() 3143 __lsx_vstelm_d(tmp1, dst, 0, 0); in hevc_hv_4t_12w_lsx() 3145 __lsx_vstelm_d(tmp1, ds in hevc_hv_4t_12w_lsx() [all...] |
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 2928 QwNeonRegister tmp1 = left; in emit_i64x2_mul() local 2935 tmp1 = temps.AcquireQ(); in emit_i64x2_mul() 2941 tmp1 = temps.AcquireQ(); in emit_i64x2_mul() 2947 if (tmp1 != left) { in emit_i64x2_mul() 2948 vmov(tmp1, left); in emit_i64x2_mul() 2954 vtrn(Neon32, tmp1.low(), tmp1.high()); in emit_i64x2_mul() 2957 vmull(NeonU32, dst_neon, tmp1.low(), tmp2.high()); in emit_i64x2_mul() 2958 vmlal(NeonU32, dst_neon, tmp1.high(), tmp2.low()); in emit_i64x2_mul() 2961 vmlal(NeonU32, dst_neon, tmp1 in emit_i64x2_mul() [all...] |
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 5577 LiftoffRegister tmp1 = 5583 LoadNullValue(tmp1.gp(), pinned); 5585 obj.type.kind(), obj_reg.gp(), tmp1.gp()); 5588 __ LoadMap(tmp1.gp(), obj_reg.gp()); 5589 // {tmp1} now holds the object's map. 5593 __ emit_cond_jump(kEqual, &match, rtt.type.kind(), tmp1.gp(), rtt_reg.gp()); 5597 // Step 1: load the WasmTypeInfo into {tmp1}. 5600 __ LoadTaggedPointer(tmp1.gp(), tmp1.gp(), no_reg, kTypeInfoOffset, pinned); 5601 // Step 2: load the supertypes list into {tmp1} [all...] |
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 2369 VRegister tmp1 = scope.AcquireSameSizeAs(dst); in AssembleArchInstruction() local 2401 // tmp1 = |c|a| in AssembleArchInstruction() 2402 __ Xtn(tmp1.V2S(), src1.V2D()); in AssembleArchInstruction() 2419 __ Umlal(dst.V2D(), tmp3.V2S(), tmp1.V2S()); in AssembleArchInstruction() 2485 VRegister tmp1 = scope.AcquireV(kFormat4S); in AssembleArchInstruction() local 2487 __ Smull(tmp1, lhs.V4H(), rhs.V4H()); in AssembleArchInstruction() 2489 __ Addp(i.OutputSimd128Register().V4S(), tmp1, tmp2); in AssembleArchInstruction()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevcdsp_msa.c | 3484 v8i16 dsth10, tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; in hevc_hv_4t_6w_msa() local 3583 PCKEV_H2_SH(dst1_r, dst0_r, dst3_r, dst2_r, tmp0, tmp1); in hevc_hv_4t_6w_msa() 3586 ST_D4(tmp0, tmp1, 0, 1, 0, 1, dst, dst_stride); in hevc_hv_4t_6w_msa() 4016 v4i32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; in hevc_hv_4t_12w_msa() local 4148 tmp1 = HEVC_FILT_4TAP(dst21_r, dst43_r, filt_h0, filt_h1); in hevc_hv_4t_12w_msa() 4156 SRA_4V(tmp0, tmp1, tmp2, tmp3, 6); in hevc_hv_4t_12w_msa() 4158 PCKEV_H4_SW(tmp1, tmp0, tmp3, tmp2, tmp5, tmp4, tmp7, tmp6, tmp0, tmp1, in hevc_hv_4t_12w_msa() 4160 ST_D8(tmp0, tmp1, tmp2, tmp3, 0, 1, 0, 1, 0, 1, 0, 1, dst, dst_stride); in hevc_hv_4t_12w_msa()
|
H A D | h264dsp_mmi.c | 260 "dmfc1 %[tmp1], %[ftmp6] \n\t" in ff_h264_idct8_add_8_mmi() 364 "dmtc1 %[tmp1], %[ftmp3] \n\t" in ff_h264_idct8_add_8_mmi() 421 "dmfc1 %[tmp1], %[ftmp2] \n\t" in ff_h264_idct8_add_8_mmi() 469 "dmtc1 %[tmp1], %[ftmp6] \n\t" in ff_h264_idct8_add_8_mmi() 625 [tmp0]"=&r"(tmp[0]), [tmp1]"=&r"(tmp[1]), in ff_h264_idct8_add_8_mmi() 932 "dmfc1 %[tmp1], %[ftmp0] \n\t" in ff_h264_luma_dc_dequant_idct_8_mmi() 935 "sh %[tmp1], 0x00(%[output]) \n\t" in ff_h264_luma_dc_dequant_idct_8_mmi() 937 "dsrl %[tmp1], %[tmp1], 0x10 \n\t" in ff_h264_luma_dc_dequant_idct_8_mmi() 939 "sh %[tmp1], in ff_h264_luma_dc_dequant_idct_8_mmi() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_hw.c | 1070 u16 tmp1 = hostap_get_porttype(local); in prism2_setup_rids() local 1071 ret = hostap_set_word(dev, HFA384X_RID_CNFPORTTYPE, tmp1); in prism2_setup_rids() 1074 dev->name, tmp1); in prism2_setup_rids()
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_dmap.c | 3114 signed char tmp1, tmp2; in dbMaxBud() local 3131 tmp1 = max(budtab[cp[2]], budtab[cp[3]]); in dbMaxBud() 3133 return (max(tmp1, tmp2)); in dbMaxBud()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_dmap.c | 3050 signed char tmp1, tmp2; in dbMaxBud() local 3067 tmp1 = max(budtab[cp[2]], budtab[cp[3]]); in dbMaxBud() 3069 return (max(tmp1, tmp2)); in dbMaxBud()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_hw.c | 1070 u16 tmp1 = hostap_get_porttype(local); in prism2_setup_rids() local 1071 ret = hostap_set_word(dev, HFA384X_RID_CNFPORTTYPE, tmp1); in prism2_setup_rids() 1074 dev->name, tmp1); in prism2_setup_rids()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm_16bpp.asm | 119 %macro VP9_STORE_2X 6-7 dstq ; reg1, reg2, tmp1, tmp2, min, max, dst 348 %macro SUMSUB_MUL 6-8 [pd_8192], [pd_3fff] ; src/dst 1-2, tmp1-2, coef1-2, rnd, mask 377 %macro STORE_4x4 6 ; tmp1-2, reg1-2, min, max 626 %macro STORE_2x8 5-7 dstq, strideq ; tmp1-2, reg, min, max
|
H A D | vp9itxfm.asm | 129 %macro VP9_STORE_2X 5-6 dstq ; reg1, reg2, tmp1, tmp2, zero, dst 497 %macro VP9_IDCT8_WRITEx2 6-8 5 ; line1, line2, tmp1, tmp2, zero, pw_1024/pw_16, shift 1328 %macro VP9_STORE_2XFULL 6-7 strideq; dc, tmp1, tmp2, tmp3, tmp4, zero, stride 1514 %macro VP9_STORE_YMM_DC_4X 6 ; reg, tmp1, tmp2, tmp3, tmp4, zero 3099 %macro VP9_STORE_YMM_DC_2X2 6 ; reg, tmp1, tmp2, tmp3, tmp4, zero
|
H A D | vp8dsp.asm | 1025 ; %1=x0+x3 (tmp0); %2=x1+x2 (tmp1); %3=x1-x2 (tmp2); %4=x0-x3 (tmp3) 1032 SUMSUB_BA w, %2, %1, %5 ;tmp1, tmp2
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | macro-assembler-arm.cc | 2663 QwNeonRegister tmp1 = temps.AcquireQ(); in CallRecordWriteStub() local 2666 vshr(NeonU64, tmp1, src, 63); in CallRecordWriteStub() 2667 vmov(NeonU32, dst, tmp1.low(), 0); in CallRecordWriteStub() 2668 vmov(NeonU32, tmp, tmp1.high(), 0); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64.cc | 3748 VRegister tmp1 = scope.AcquireV(kFormat2D); in TruncateDoubleToI() local 3750 Ushr(tmp1.V2D(), src.V2D(), 63); in TruncateDoubleToI() 3751 Mov(dst.X(), tmp1.D(), 0); in TruncateDoubleToI() 3752 Mov(tmp2.X(), tmp1.D(), 1); in TruncateDoubleToI()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir.c | 1076 LLVMValueRef tmp1 = merge_16bit(bld_base, src[0], src[1]); in do_alu_action() local 1078 tmp1 = LLVMBuildBitCast(builder, tmp1, bld_base->uint16_bld.vec_type, ""); in do_alu_action() 1080 LLVMValueRef tmp = merge_16bit(bld_base, tmp1, tmp2); in do_alu_action()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_clip_tri.c | 113 c->reg.tmp1 = brw_vec4_grf(i, 4); in brw_clip_tri_alloc_regs()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.c | 3514 ncrcmd opcode, new, old, tmp1, tmp2; in ncr_script_copy_and_bind() local 3554 tmp1 = src[0]; in ncr_script_copy_and_bind() 3556 if ((tmp1 & RELOC_MASK) == RELOC_KVAR) in ncr_script_copy_and_bind() 3557 tmp1 = 0; in ncr_script_copy_and_bind() 3564 if ((tmp1 ^ tmp2) & 3) { in ncr_script_copy_and_bind()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.c | 3486 ncrcmd opcode, new, old, tmp1, tmp2; in ncr_script_copy_and_bind() local 3526 tmp1 = src[0]; in ncr_script_copy_and_bind() 3528 if ((tmp1 & RELOC_MASK) == RELOC_KVAR) in ncr_script_copy_and_bind() 3529 tmp1 = 0; in ncr_script_copy_and_bind() 3536 if ((tmp1 ^ tmp2) & 3) { in ncr_script_copy_and_bind()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | dp.c | 1129 struct ath12k_tx_desc_info *tx_desc_info, *tmp1; in ath12k_dp_cc_cleanup() local 1167 list_for_each_entry_safe(tx_desc_info, tmp1, &dp->tx_desc_used_list[i], in ath12k_dp_cc_cleanup()
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | input.asm | 881 cglobal planar_%1_to_y, 4, 12, 13, dst, src, w, rgb2yuv, srcR, srcG, srcB, x, tmp1, tmp2, tmp3, tmp4 959 cglobal planar_%1_to_uv, 5, 12, 16, dstU, dstV, src, w, rgb2yuv, srcR, srcG, srcB, x, tmp1, tmp2, tmp3
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtifmtts.cpp | 2117 std::string tmp1; in testFormatMillisecond() local 2120 i, kTestCases[i].skeleton, formatted.toUTF8String<std::string>(tmp1).c_str(), in testFormatMillisecond()
|
H A D | tztest.cpp | 435 LocalPointer<StringEnumeration> tmp1(TimeZone::createEnumeration(), ec); in TestGetAvailableIDs913() 441 if (s_length != tmp1->count(ec)) { in TestGetAvailableIDs913()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_core.c | 2863 int tmp1, tmp2; in rtl8xxxu_gen2_simularity_compare() local 2876 tmp1 = result[c1][i] | 0xfffffc00; in rtl8xxxu_gen2_simularity_compare() 2878 tmp1 = result[c1][i]; in rtl8xxxu_gen2_simularity_compare() 2885 tmp1 = result[c1][i]; in rtl8xxxu_gen2_simularity_compare() 2889 diff = (tmp1 > tmp2) ? (tmp1 - tmp2) : (tmp2 - tmp1); in rtl8xxxu_gen2_simularity_compare()
|