Home
last modified time | relevance | path

Searched refs:tmp3 (Results 1 – 3 of 3) sorted by relevance

/qemu/target/mips/tcg/
H A Dop_helper.c96 uint64_t tmp3 = tmp2; in helper_rotx() local
106 tmp3 |= 1LL << i; in helper_rotx()
108 tmp3 &= ~(1LL << i); in helper_rotx()
113 uint64_t tmp4 = tmp3; in helper_rotx()
122 if (tmp3 & (1LL << (i + 2))) { in helper_rotx()
/qemu/target/arm/tcg/
H A Dtranslate-neon.c3084 TCGv_i32 ahp, tmp, tmp2, tmp3; in trans_VCVT_F16_F32() local
3117 tmp3 = tcg_temp_new_i32(); in trans_VCVT_F16_F32()
3120 gen_helper_vfp_fcvt_f32_to_f16(tmp3, tmp3, fpst, ahp); in trans_VCVT_F16_F32()
3121 tcg_gen_shli_i32(tmp3, tmp3, 16); in trans_VCVT_F16_F32()
3122 tcg_gen_or_i32(tmp3, tmp3, tmp); in trans_VCVT_F16_F32()
3130 TCGv_i32 ahp, tmp, tmp2, tmp3; in trans_VCVT_F32_F16() local
3153 tmp3 = tcg_temp_new_i32(); in trans_VCVT_F32_F16()
3158 tcg_gen_ext16u_i32(tmp3, tmp); in trans_VCVT_F32_F16()
3159 gen_helper_vfp_fcvt_f16_to_f32(tmp3, tmp3, fpst, ahp); in trans_VCVT_F32_F16()
3164 tcg_gen_ext16u_i32(tmp3, tmp2); in trans_VCVT_F32_F16()
[all …]
H A Dtranslate.c1486 TCGv_i32 tmp, tmp2, tmp3; in disas_iwmmxt_insn() local
1822 tmp3 = tcg_constant_i32((insn & 7) << 3); in disas_iwmmxt_insn()
1826 tmp3 = tcg_constant_i32((insn & 3) << 4); in disas_iwmmxt_insn()
1830 tmp3 = tcg_constant_i32((insn & 1) << 5); in disas_iwmmxt_insn()
1835 gen_helper_iwmmxt_insr(cpu_M0, cpu_M0, tmp, tmp2, tmp3); in disas_iwmmxt_insn()