Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvm.c.inc30 TCGv tmph = tcg_temp_new();
37 tcg_gen_mulu2_tl(tmpl, tmph, al, bh);
38 tcg_gen_add2_tl(r1, r2, r1, zero, tmpl, tmph);
39 tcg_gen_mulu2_tl(tmpl, tmph, ah, bl);
40 tcg_gen_add2_tl(r1, tmph, r1, r2, tmpl, tmph);
42 tcg_gen_setcond_tl(TCG_COND_LTU, r3, tmph, r2);
44 tcg_gen_mov_tl(r2, tmph);
46 tcg_gen_mulu2_tl(tmpl, tmph, ah, bh);
47 tcg_gen_add2_tl(r2, r3, r2, r3, tmpl, tmph);
54 TCGv tmph = tcg_temp_new();
[all …]
/openbmc/qemu/include/qemu/
H A Dtimer.h979 uint32_t lo, hi, tmph; in cpu_get_host_ticks()
984 : "=r"(hi), "=r"(lo), "=r"(tmph)); in cpu_get_host_ticks()
985 } while (unlikely(tmph != hi));
989 uint32_t lo, hi, tmph; cpu_get_host_ticks() local
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c1994 TCGv_i32 tmph; in disas_iwmmxt_insn()
1998 tmph = load_reg(s, rhigh); in disas_iwmmxt_insn()
2000 tcg_gen_concat_i32_i64(tmp, tmpl, tmph); in disas_iwmmxt_insn()
3230 TCGv_i32 tmph; gen_addq() local