Home
last modified time | relevance | path

Searched refs:tmp1 (Results 576 - 600 of 602) sorted by relevance

1...<<2122232425

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c2316 struct wpa_driver_nl80211_data *tmp1; in wpa_driver_nl80211_drv_init_rfkill() local
2318 dl_list_for_each(tmp1, &global->interfaces, in wpa_driver_nl80211_drv_init_rfkill()
2320 if (drv == tmp1 || drv->wiphy_idx != tmp1->wiphy_idx || in wpa_driver_nl80211_drv_init_rfkill()
2321 !tmp1->rfkill) in wpa_driver_nl80211_drv_init_rfkill()
2326 tmp1->first_bss->ifname); in wpa_driver_nl80211_drv_init_rfkill()
2327 os_strlcpy(rcfg->ifname, tmp1->first_bss->ifname, in wpa_driver_nl80211_drv_init_rfkill()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp2522 Value *tmp1 = bld.getSSA(); in handleMULMAD() local
2527 insn = bld.mkOp3(OP_XMAD, TYPE_U32, tmp1, b, a, bld.mkImm(0)); in handleMULMAD()
2536 i->setSrc(1, tmp1); in handleMULMAD()
2619 // * `tmp1 = low(a.high * b.low) (+ c.high)?` in split64MulMad()
2620 // * `tmp2 = low(a.low * b.high) + tmp1` in split64MulMad()
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc3008 Register return_reg, Register tmp1, in ReloadParentContinuation()
3010 Register active_continuation = tmp1; in ReloadParentContinuation()
3032 foreign_jmpbuf = tmp1; in ReloadParentContinuation()
3007 ReloadParentContinuation(MacroAssembler* masm, Register wasm_instance, Register return_reg, Register tmp1, Register tmp2) ReloadParentContinuation() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.cpp1395 void AssemblerX8632::set1ps(XmmRegister dst, GPRRegister tmp1, in set1ps() argument
1397 // Load 32-bit immediate value into tmp1. in set1ps()
1398 mov(IceType_i32, tmp1, imm); in set1ps()
1399 // Move value from tmp1 into dst. in set1ps()
1400 movd(IceType_i32, dst, tmp1); in set1ps()
H A DIceAssemblerX8664.cpp1505 void AssemblerX8664::set1ps(XmmRegister dst, GPRRegister tmp1, in set1ps() argument
1507 // Load 32-bit immediate value into tmp1. in set1ps()
1508 mov(IceType_i32, tmp1, imm); in set1ps()
1509 // Move value from tmp1 into dst. in set1ps()
1510 movd(IceType_i32, dst, tmp1); in set1ps()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/
H A Dqm.c483 unsigned long tmp0 = 0, tmp1 = 0; in qm_mb_write() local
495 "=&r" (tmp1), in qm_mb_write()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dsmp.c1173 /* From core spec. Spells out in ASCII as 'tmp1'. */ in sc_generate_link_key()
1174 const u8 tmp1[4] = { 0x31, 0x70, 0x6d, 0x74 }; in sc_generate_link_key() local
1176 if (smp_h6(smp->tfm_cmac, smp->tk, tmp1, smp->link_key)) { in sc_generate_link_key()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dsmp.c1179 /* From core spec. Spells out in ASCII as 'tmp1'. */ in sc_generate_link_key()
1180 const u8 tmp1[4] = { 0x31, 0x70, 0x6d, 0x74 }; in sc_generate_link_key() local
1182 if (smp_h6(smp->tfm_cmac, smp->tk, tmp1, smp->link_key)) { in sc_generate_link_key()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp2711 Temp tmp1 = bld.vopc(aco_opcode::v_cmp_lg_f64, bld.def(bld.lm), src0, trunc);
2712 Temp cond = bld.sop2(aco_opcode::s_and_b64, bld.def(s2), bld.def(s1, scc), tmp0, tmp1);
3613 Temp tmp1 = bld.vopc(aco_opcode::v_cmp_lg_f32, bld.def(bld.lm), Operand::zero(), f32);
3615 tmp0->definitions[0].getTemp(), tmp1);
8212 Temp tmp1 = bld.vop3(mad, bld.def(v1), ddx_1, pos1, p1);
8214 tmp1 = bld.vop3(mad, bld.def(v1), ddy_1, pos2, tmp1);
8217 emit_wqm(bld, tmp1, wqm1, true);
8318 Temp tmp1 = bld.tmp(s1);
8319 bld.pseudo(aco_opcode::p_split_vector, Definition(tmp0), Definition(tmp1),
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c1685 uint8_t tmp1, tmp2; in smu7_init_dpm_defaults() local
1687 atomctrl_get_svi2_info(hwmgr, VOLTAGE_TYPE_VDDC, &tmp1, &tmp2, in smu7_init_dpm_defaults()
/kernel/linux/linux-5.10/fs/cifs/
H A Dfile.c856 struct list_head *tmp1; in cifs_reopen_persistent_handles() local
878 list_for_each_safe(tmp, tmp1, &tmp_list) { in cifs_reopen_persistent_handles()
H A Dcifssmb.c103 struct list_head *tmp1; in cifs_mark_open_files_invalid() local
107 list_for_each_safe(tmp, tmp1, &tcon->openFileList) { in cifs_mark_open_files_invalid()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dfile.c174 struct list_head *tmp1; in cifs_mark_open_files_invalid() local
190 list_for_each_safe(tmp, tmp1, &tcon->openFileList) { in cifs_mark_open_files_invalid()
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/
H A Dqm.c631 unsigned long tmp0 = 0, tmp1 = 0; in qm_mb_write() local
645 "=&r" (tmp1), in qm_mb_write()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dsi.c5305 u32 mask = 0, tmp, tmp1; in si_get_cu_active_bitmap() local
5310 tmp1 = RREG32(GC_USER_SHADER_ARRAY_CONFIG); in si_get_cu_active_bitmap()
5315 tmp |= tmp1; in si_get_cu_active_bitmap()
H A Dcik.c6537 u32 mask = 0, tmp, tmp1; in cik_get_cu_active_bitmap() local
6542 tmp1 = RREG32(GC_USER_SHADER_ARRAY_CONFIG); in cik_get_cu_active_bitmap()
6547 tmp |= tmp1; in cik_get_cu_active_bitmap()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dsi.c5300 u32 mask = 0, tmp, tmp1; in si_get_cu_active_bitmap() local
5305 tmp1 = RREG32(GC_USER_SHADER_ARRAY_CONFIG); in si_get_cu_active_bitmap()
5310 tmp |= tmp1; in si_get_cu_active_bitmap()
H A Dcik.c6526 u32 mask = 0, tmp, tmp1; in cik_get_cu_active_bitmap() local
6531 tmp1 = RREG32(GC_USER_SHADER_ARRAY_CONFIG); in cik_get_cu_active_bitmap()
6536 tmp |= tmp1; in cik_get_cu_active_bitmap()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h3864 LiftoffRegister tmp1 =
3867 GetUnusedRegister(tmp_rc, LiftoffRegList{dst, lhs, rhs, tmp1});
3868 I64x2Mul(dst.fp(), lhs.fp(), rhs.fp(), tmp1.fp(), tmp2.fp());
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h3429 LiftoffRegister tmp1 = in emit_i64x2_mul() local
3432 GetUnusedRegister(tmp_rc, LiftoffRegList{dst, lhs, rhs, tmp1}); in emit_i64x2_mul()
3433 I64x2Mul(dst.fp(), lhs.fp(), rhs.fp(), tmp1.fp(), tmp2.fp()); in emit_i64x2_mul()
/third_party/ffmpeg/libavcodec/loongarch/
H A Dhpeldsp_lasx.c148 "ldx.d %[tmp1], %[src], %[stride] \n\t" in ff_put_pixels8_8_lasx()
161 "stx.d %[tmp1], %[dst], %[stride] \n\t" in ff_put_pixels8_8_lasx()
182 : [tmp0]"=&r"(tmp[0]), [tmp1]"=&r"(tmp[1]), in ff_put_pixels8_8_lasx()
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp18668 uint32_t tmp1;
18669 ::memcpy(&tmp1, ptr + 64, sizeof(tmp1));
18670 const __m512i lane4 = _mm512_set1_epi32(tmp1);
18964 uint32_t tmp1;
18965 ::memcpy(&tmp1, ptr + 64, sizeof(tmp1));
18966 const __m512i lane4 = _mm512_set1_epi32(tmp1);
19090 uint32_t tmp1;
19091 ::memcpy(&tmp1, pt
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dvp8dsp_mmi.c1458 "ldl %[tmp1], 0x0f(%[addr0]) \n\t" in ff_put_vp8_pixels16_mmi()
1459 "ldr %[tmp1], 0x08(%[addr0]) \n\t" in ff_put_vp8_pixels16_mmi()
1467 "sdl %[tmp1], 0x0f(%[addr1]) \n\t" in ff_put_vp8_pixels16_mmi()
1468 "sdr %[tmp1], 0x08(%[addr1]) \n\t" in ff_put_vp8_pixels16_mmi()
1472 [tmp0]"=&r"(tmp[0]), [tmp1]"=&r"(tmp[1]), in ff_put_vp8_pixels16_mmi()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c1807 uint8_t tmp1, tmp2; in smu7_init_dpm_defaults() local
1928 atomctrl_get_svi2_info(hwmgr, VOLTAGE_TYPE_VDDC, &tmp1, &tmp2, in smu7_init_dpm_defaults()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6529 unsigned tmp0, tmp1; // not used in computeKnownBitsForTargetNode() local
6530 if (Op.getResNo() == 1 && isIntrinsicWithCC(Op, tmp0, tmp1)) { in computeKnownBitsForTargetNode()

Completed in 188 milliseconds

1...<<2122232425