Home
last modified time | relevance | path

Searched refs:tmp2 (Results 76 – 100 of 179) sorted by relevance

12345678

/openbmc/qemu/tests/tcg/alpha/system/
H A Dboot.S226 #define tmp2 $4 macro
243 2: addq quotient, mask, tmp2
247 cmovne compare, tmp2, quotient
264 #undef tmp2
/openbmc/linux/fs/jfs/
H A Djfs_dmap.h53 signed char tmp1, tmp2; in TREEMAX() local
56 tmp2 = max(*(cp), *(cp+1)); in TREEMAX()
58 return max(tmp1, tmp2); in TREEMAX()
/openbmc/qemu/tests/qemu-iotests/
H A D144.out50 'snapshot-file':'TEST_DIR/tmp2.IMGFMT',
54 Formatting 'TEST_DIR/tmp2.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zli…
H A D14433 TMP_SNAP2=${TEST_DIR}/tmp2.qcow2
/openbmc/qemu/target/alpha/
H A Dtranslate.c257 TCGv_i32 tmp1, tmp2; in gen_excp_1() local
260 tmp2 = tcg_constant_i32(error_code); in gen_excp_1()
261 gen_helper_excp(tcg_env, tmp1, tmp2); in gen_excp_1()
1383 TCGv va, vb, vc, tmp, tmp2; in translate_one() local
1615 tmp2 = tcg_temp_new(); in translate_one()
1617 tcg_gen_mov_i64(tmp2, va); in translate_one()
1619 tcg_gen_xor_i64(tmp2, tmp2, vc); in translate_one()
1622 tcg_gen_movi_i64(tmp2, 0); in translate_one()
1628 tmp2 = tcg_temp_new(); in translate_one()
1632 tcg_gen_xor_i64(tmp2, tmp2, vc); in translate_one()
[all …]
/openbmc/linux/drivers/iio/afe/
H A Diio-rescale.c116 s64 tmp, tmp2; in rescale_process_offset() local
132 tmp2 = ((s64)scale * 1000000000LL) + scale2; in rescale_process_offset()
133 *val = div64_s64(tmp, tmp2) + schan_off; in rescale_process_offset()
137 tmp2 = ((s64)scale * 1000000LL) + scale2; in rescale_process_offset()
138 *val = div64_s64(tmp, tmp2) + schan_off; in rescale_process_offset()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-neon.c1008 TCGv_i32 tmp, tmp2, tmp3; local
1037 tmp2 = tcg_temp_new_i32();
1042 fn(tmp, tmp, tmp2);
1046 fn(tmp3, tmp3, tmp2);
3318 tmp2 = tcg_temp_new_i32(); in trans_VCVT_F16_F32()
3320 gen_helper_vfp_fcvt_f32_to_f16(tmp2, tmp2, fpst, ahp); in trans_VCVT_F16_F32()
3321 tcg_gen_shli_i32(tmp2, tmp2, 16); in trans_VCVT_F16_F32()
3322 tcg_gen_or_i32(tmp2, tmp2, tmp); in trans_VCVT_F16_F32()
3375 tcg_gen_shri_i32(tmp2, tmp2, 16); in trans_VCVT_F32_F16()
3376 gen_helper_vfp_fcvt_f16_to_f32(tmp2, tmp2, fpst, ahp); in trans_VCVT_F32_F16()
[all …]
H A Dtranslate.c1926 tcg_gen_shli_i32(tmp2, tmp2, 4); in disas_iwmmxt_insn()
1932 tcg_gen_shli_i32(tmp2, tmp2, 8); in disas_iwmmxt_insn()
1937 tcg_gen_shli_i32(tmp2, tmp2, 16); in disas_iwmmxt_insn()
1972 tcg_gen_shli_i32(tmp2, tmp2, 4); in disas_iwmmxt_insn()
1978 tcg_gen_shli_i32(tmp2, tmp2, 8); in disas_iwmmxt_insn()
1983 tcg_gen_shli_i32(tmp2, tmp2, 16); in disas_iwmmxt_insn()
2443 tcg_gen_shri_i32(tmp2, tmp2, 16); in disas_iwmmxt_insn()
2464 TCGv_i32 tmp, tmp2; in disas_dsp_insn() local
2491 tcg_gen_shri_i32(tmp2, tmp2, 16); in disas_dsp_insn()
5294 TCGv_i32 tmp1, tmp2; in op_s_rrr_shi() local
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm1208 function save_and_clear_ib_sts(tmp1, tmp2)
1214 s_and_b32 tmp2, tmp1, SQ_WAVE_IB_STS_REPLAY_W64H_MASK
1215 s_lshl_b32 tmp2, tmp2, (TTMP11_SAVE_REPLAY_W64H_SHIFT - SQ_WAVE_IB_STS_REPLAY_W64H_SHIFT)
1216 s_or_b32 ttmp11, ttmp11, tmp2
1217 s_and_b32 tmp2, tmp1, SQ_WAVE_IB_STS_RCNT_FIRST_REPLAY_MASK
1218 s_lshl_b32 tmp2, tmp2, (TTMP11_SAVE_RCNT_FIRST_REPLAY_SHIFT - SQ_WAVE_IB_STS_FIRST_REPLAY_SHIFT)
1219 s_or_b32 ttmp11, ttmp11, tmp2
1224 function restore_ib_sts(tmp1, tmp2)
1226 s_and_b32 tmp2, tmp1, SQ_WAVE_IB_STS_RCNT_FIRST_REPLAY_MASK
1229 s_or_b32 tmp1, tmp1, tmp2
/openbmc/linux/drivers/iio/test/
H A Diio-test-rescale.c595 int tmp, tmp2; in iio_str_to_nano() local
602 ret = iio_str_to_fixpoint(str, 100000000, &tmp, &tmp2); in iio_str_to_nano()
607 tmp2 *= -1; in iio_str_to_nano()
609 *nano = (s64)tmp * 1000000000UL + tmp2; in iio_str_to_nano()
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_lp.c202 u16 tmp, tmp2; in lpphy_baseband_rev0_1_init() local
332 tmp2 = (tmp & 0x03E0) >> 5; in lpphy_baseband_rev0_1_init()
333 tmp2 |= tmp2 << 5; in lpphy_baseband_rev0_1_init()
336 tmp2 = (tmp & 0x1F00) >> 8; in lpphy_baseband_rev0_1_init()
337 tmp2 |= tmp2 << 5; in lpphy_baseband_rev0_1_init()
340 tmp2 = tmp & 0x00FF; in lpphy_baseband_rev0_1_init()
341 tmp2 |= tmp << 8; in lpphy_baseband_rev0_1_init()
1735 tmp2 = q_msb - 11; in lpphy_calc_rx_iq_comp()
1737 if (tmp2 >= 0) in lpphy_calc_rx_iq_comp()
2544 while (tmp2 >= freqref) { in lpphy_b2063_tune()
[all …]
/openbmc/linux/drivers/video/fbdev/i810/
H A Di810_main.c233 u32 tmp1, tmp2; in i810_load_pll() local
237 tmp2 = i810_readl(DCLK_2D, mmio); in i810_load_pll()
238 tmp2 &= ~MN_MASK; in i810_load_pll()
243 tmp2 &= ~(P_OR << 16); in i810_load_pll()
464 u32 tmp1, tmp2; in i810_restore_pll() local
468 tmp2 = i810_readl(DCLK_2D, mmio); in i810_restore_pll()
470 tmp2 &= MN_MASK; in i810_restore_pll()
474 tmp2 = i810_readl(DCLK_1D, mmio); in i810_restore_pll()
476 tmp2 &= MN_MASK; in i810_restore_pll()
484 u32 tmp1, tmp2; in i810_restore_dac() local
[all …]
/openbmc/linux/arch/arm64/mm/
H A Dproc.S172 .macro __idmap_cpu_set_reserved_ttbr1, tmp1, tmp2 argument
174 phys_to_ttbr \tmp2, \tmp1
175 offset_ttbr1 \tmp2, \tmp1
176 msr ttbr1_el1, \tmp2
/openbmc/linux/arch/x86/crypto/
H A Dcamellia-x86_64-asm_64.S79 #define xor2ror16(T0, T1, tmp1, tmp2, ab, dst) \ argument
81 movzbl ab ## bl, tmp2 ## d; \
82 xorq (tmp1, tmp2, 8), dst; \
83 leaq T1(%rip), tmp2; \
86 xorq (tmp2, tmp1, 8), dst;
H A Dtwofish-x86_64-asm_64-3way.S77 #define do16bit_ror(rot, op1, op2, T0, T1, tmp1, tmp2, ab, dst) \ argument
78 movzbl ab ## bl, tmp2 ## d; \
81 op1##l T0(CTX, tmp2, 4), dst ## d; \
/openbmc/linux/arch/arm64/kernel/
H A Dentry.S115 .macro apply_ssbd, state, tmp1, tmp2 argument
119 ldr_this_cpu \tmp2, arm64_ssbd_callback_required, \tmp1
120 cbz \tmp2, .L__asm_ssbd_skip\@
121 ldr \tmp2, [tsk, #TSK_TI_FLAGS]
122 tbnz \tmp2, #TIF_SSBD, .L__asm_ssbd_skip\@
175 .macro mte_set_kernel_gcr, tmp, tmp2 argument
186 .macro mte_set_user_gcr, tsk, tmp, tmp2 argument
193 mte_set_gcr \tmp, \tmp2
H A Dhead.S449 .macro init_cpu_task tsk, tmp1, tmp2 argument
462 ldr w\tmp2, [\tsk, #TSK_TI_CPU]
463 ldr \tmp1, [\tmp1, \tmp2, lsl #3]
719 .macro update_early_cpu_boot_status status, tmp1, tmp2 argument
720 mov \tmp2, #\status
722 str \tmp2, [\tmp1]
/openbmc/linux/tools/testing/selftests/capabilities/
H A Dtest_execve.c431 char *tmp1, *tmp2, *our_path; in main() local
437 tmp2 = dirname(tmp1); in main()
438 our_path = strdup(tmp2); in main()
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.c350 u32 opcode, new, old, tmp1, tmp2; in sym_fw_bind_script() local
409 tmp2 = cur[2]; in sym_fw_bind_script()
410 if ((tmp1 ^ tmp2) & 3) { in sym_fw_bind_script()
/openbmc/linux/arch/powerpc/kernel/
H A Dirq_64.c128 u64 tmp, tmp2; in __replay_soft_interrupts() local
129 lv1_get_version_info(&tmp, &tmp2); in __replay_soft_interrupts()
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A Dspl_power_init.c466 uint32_t tmp, tmp2; in mxs_power_init_4p2_regulator() local
538 tmp2 = readl(&power_regs->hw_power_5vctrl); in mxs_power_init_4p2_regulator()
539 tmp2 &= ~POWER_5VCTRL_CHARGE_4P2_ILIMIT_MASK; in mxs_power_init_4p2_regulator()
540 tmp2 |= tmp << in mxs_power_init_4p2_regulator()
542 writel(tmp2, &power_regs->hw_power_5vctrl); in mxs_power_init_4p2_regulator()
/openbmc/fb-ipmi-oem/src/
H A Dselcommands.cpp366 std::stringstream tmp1, tmp2; in logPcieErr() local
368 tmp2 << std::hex << std::uppercase << std::setfill('0'); in logPcieErr()
393 tmp2 << "Vendor ID: 0x" << std::setw(4) << venId; in logPcieErr()
394 errLog = tmp2.str(); in logPcieErr()
400 tmp2 << "Device ID: 0x" << std::setw(4) << devId; in logPcieErr()
401 errLog = tmp2.str(); in logPcieErr()
405 tmp2 << "Error ID from downstream: 0x" << std::setw(2) in logPcieErr()
407 errLog = tmp2.str(); in logPcieErr()
/openbmc/linux/drivers/crypto/caam/
H A Dcaampkc.h79 u8 *tmp2; member
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Duvd_v4_2.c633 u32 tmp, tmp2; in uvd_v4_2_set_dcm() local
645 tmp2 = UVD_CGC_CTRL2__DYN_OCLK_RAMP_EN_MASK | in uvd_v4_2_set_dcm()
650 tmp2 = 0; in uvd_v4_2_set_dcm()
654 WREG32_UVD_CTX(ixUVD_CGC_CTRL2, tmp2); in uvd_v4_2_set_dcm()
/openbmc/linux/drivers/mmc/host/
H A Ddw_mmc-exynos.c552 unsigned int tmp2; in dw_mci_exynos_set_data_timeout() local
572 tmp2 = (((unsigned int)tmp / 0xFFFFFF) + 1) & 0x7; in dw_mci_exynos_set_data_timeout()
573 tmout |= tmp2 << 8; in dw_mci_exynos_set_data_timeout()
576 tmp = tmp - ((tmp2 - 1) * 0xFFFFFF); in dw_mci_exynos_set_data_timeout()

12345678