/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 7379 u16 val = 0, tmp1; in bnx2x_8073_config_init() local 7398 MDIO_PMA_DEVAD, MDIO_PMA_REG_M8051_MSGOUT_REG, &tmp1); in bnx2x_8073_config_init() 7401 MDIO_PMA_DEVAD, MDIO_PMA_LASI_RXSTAT, &tmp1); in bnx2x_8073_config_init() 7403 DP(NETIF_MSG_LINK, "Before rom RX_ALARM(port1): 0x%x\n", tmp1); in bnx2x_8073_config_init() 7467 bnx2x_cl45_read(bp, phy, MDIO_AN_DEVAD, MDIO_AN_REG_8073_2_5G, &tmp1); in bnx2x_8073_config_init() 7479 tmp1 |= 1; in bnx2x_8073_config_init() 7481 tmp1 &= 0xfffe; in bnx2x_8073_config_init() 7484 tmp1 &= 0xfffe; in bnx2x_8073_config_init() 7487 bnx2x_cl45_write(bp, phy, MDIO_AN_DEVAD, MDIO_AN_REG_8073_2_5G, tmp1); in bnx2x_8073_config_init() 7490 bnx2x_cl45_read(bp, phy, MDIO_AN_DEVAD, MDIO_AN_REG_CL37_FC_LD, &tmp1); in bnx2x_8073_config_init() 8900 u16 cnt, val, tmp1; bnx2x_8706_config_init() local 9238 u16 tmp1, val; bnx2x_8727_config_speed() local 9296 u16 tmp1, mod_abs, tmp2; bnx2x_8727_config_init() local [all...] |
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | r8152.c | 4842 u16 anar, tmp1; in rtl8152_set_speed() local 4855 tmp1 = anar & ~(ADVERTISE_10HALF | ADVERTISE_10FULL | in rtl8152_set_speed() 4858 tmp1 |= ADVERTISE_10HALF; in rtl8152_set_speed() 4862 tmp1 |= ADVERTISE_10FULL; in rtl8152_set_speed() 4867 tmp1 |= ADVERTISE_100HALF; in rtl8152_set_speed() 4871 tmp1 |= ADVERTISE_100FULL; in rtl8152_set_speed() 4875 if (anar != tmp1) { in rtl8152_set_speed() 4876 r8152_mdio_write(tp, MII_ADVERTISE, tmp1); in rtl8152_set_speed() 4877 tp->mii.advertising = tmp1; in rtl8152_set_speed() 4884 tmp1 in rtl8152_set_speed() [all...] |
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | entry-common.S | 22 .macro arch_ret_to_user, tmp1, tmp2
|
/third_party/skia/src/core/ |
H A D | SkVM.cpp | 4022 tmp1 = (Reg)(tmp0+1); 4024 a->orr16b(tmp1, r(y), r(y)); 4027 free_tmp(tmp1); 4042 tmp1 = (Reg)(tmp0+1), 4046 a->orr16b(tmp1, r(y), r(y)); 4051 free_tmp(tmp1); 4076 tmp1 = (Reg)(tmp0+1); 4080 case 0: mark_tmp_as_dst(tmp0); free_tmp(tmp1); break; 4081 case 1: mark_tmp_as_dst(tmp1); free_tmp(tmp0); break; 4089 tmp1 [all...] |
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | lapic.c | 1473 u32 tmp1, tmp2, tdcr; in update_divide_count() local 1476 tmp1 = tdcr & 0xf; in update_divide_count() 1477 tmp2 = ((tmp1 & 0x3) | ((tmp1 & 0x8) >> 1)) + 1; in update_divide_count()
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | lapic.c | 1714 u32 tmp1, tmp2, tdcr; in update_divide_count() local 1717 tmp1 = tdcr & 0xf; in update_divide_count() 1718 tmp2 = ((tmp1 & 0x3) | ((tmp1 & 0x8) >> 1)) + 1; in update_divide_count()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_vec4_nir.cpp | 1598 dst_reg tmp1 = dst_reg(this, glsl_type::uint_type); in nir_emit_alu() variable 1599 tmp1.writemask = WRITEMASK_X; in nir_emit_alu() 1601 emit(SHL(tmp1, op[0], src_reg(brw_imm_ud(16u)))); in nir_emit_alu() 1608 emit(OR(dst, src_reg(tmp1), src_reg(tmp2))); in nir_emit_alu()
|
H A D | brw_clip_unfilled.c | 48 struct brw_reg f = c->reg.tmp1; in compute_tri_direction()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 7505 * tmp1 = clamp(src.w, -128, 128); in emit_lit() 7506 * MAX tmp1, src.w, -128 in emit_lit() 7507 * MIN tmp1, tmp1, 128 in emit_lit() 7512 * tmp1 = pow(tmp2, tmp1); in emit_lit() 7514 * MUL tmp1, tmp2, tmp1 in emit_lit() 7515 * EXP tmp1, tmp1 in emit_lit() 7529 unsigned tmp1 = get_temp_index(emit); emit_lit() local 8136 unsigned tmp1 = get_temp_index(emit); emit_ssg() local 8177 unsigned tmp1 = get_temp_index(emit); emit_issg() local 9777 unsigned tmp1 = get_temp_index(emit); emit_bfe() local 9849 unsigned tmp1 = get_temp_index(emit); emit_bfi() local [all...] |
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | entry.S | 141 .macro apply_ssbd, state, tmp1, tmp2 145 ldr_this_cpu \tmp2, arm64_ssbd_callback_required, \tmp1
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | entry.S | 115 .macro apply_ssbd, state, tmp1, tmp2 119 ldr_this_cpu \tmp2, arm64_ssbd_callback_required, \tmp1
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | output.asm | 477 cglobal %1cX, 8, 11, 13, tmp1, dither, filter, filterSize, u, v, dst, dstWidth 494 DEFINE_ARGS tmp1, tmp2, filter, filterSize, u, v, dst, dstWidth
|
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gm107.asm | 320 // tmp1 = 0.5 * x * RSQ_{n} 321 // tmp2 = -RSQ_{n} * tmp1 + 0.5
|
H A D | gk110.asm | 283 // tmp1 = 0.5 * x * RSQ_{n} 284 // tmp2 = -RSQ_{n} * tmp1 + 0.5
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jfdctint-mmx.asm | 171 paddw mm0, mm2 ; mm0=data1+data6=tmp1 413 paddw mm0, mm2 ; mm0=data1+data6=tmp1
|
H A D | jfdctint-sse2.asm | 188 paddw xmm6, xmm2 ; xmm6=data1+data6=tmp1 432 paddw xmm2, xmm0 ; xmm2=data1+data6=tmp1
|
H A D | jidctflt-sse.asm | 216 addps xmm7, xmm1 ; xmm7=tmp1 400 addps xmm7, xmm1 ; xmm7=tmp1
|
H A D | jidctflt-sse2.asm | 198 addps xmm7, xmm1 ; xmm7=tmp1 362 addps xmm7, xmm1 ; xmm7=tmp1
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jfdctint-sse2.asm | 180 paddw xmm6, xmm2 ; xmm6=data1+data6=tmp1 422 paddw xmm2, xmm0 ; xmm2=data1+data6=tmp1
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_mes.c | 281 struct amdgpu_mes_gang *gang, *tmp1; in amdgpu_mes_destroy_process() local 301 list_for_each_entry_safe(gang, tmp1, &process->gang_list, list) { in amdgpu_mes_destroy_process() 323 list_for_each_entry_safe(gang, tmp1, &process->gang_list, list) { in amdgpu_mes_destroy_process()
|
/third_party/ffmpeg/libavcodec/ |
H A D | dca_lbr.c | 770 float tmp1 = coeff[ j ]; in convert_lpc() local 772 coeff[ j ] = tmp1 + rc * tmp2; in convert_lpc() 773 coeff[i - j - 1] = tmp2 + rc * tmp1; in convert_lpc()
|
H A D | dca_xll.c | 645 int tmp1 = coeff[ k ]; in chs_filter_band_data() local 647 coeff[ k ] = tmp1 + mul16(rc, tmp2); in chs_filter_band_data() 648 coeff[j - k - 1] = tmp2 + mul16(rc, tmp1); in chs_filter_band_data()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.h | 967 void CopyDoubleField(Register dst, Register src, Register tmp1, Register tmp2, 969 void CopyFloat32x4Field(Register dst, Register src, Register tmp1, 971 void CopyFloat64x2Field(Register dst, Register src, Register tmp1,
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | phy_g.c | 1253 u32 tmp1 = 0, tmp2 = 0; in b43_radio_init2050() local 1372 tmp1 += b43_phy_read(dev, B43_PHY_LO_LEAKAGE); in b43_radio_init2050() 1385 tmp1++; in b43_radio_init2050() 1386 tmp1 >>= 9; in b43_radio_init2050() 1436 if (tmp1 < tmp2) in b43_radio_init2050()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | phy_g.c | 1253 u32 tmp1 = 0, tmp2 = 0; in b43_radio_init2050() local 1372 tmp1 += b43_phy_read(dev, B43_PHY_LO_LEAKAGE); in b43_radio_init2050() 1385 tmp1++; in b43_radio_init2050() 1386 tmp1 >>= 9; in b43_radio_init2050() 1436 if (tmp1 < tmp2) in b43_radio_init2050()
|