Home
last modified time | relevance | path

Searched refs:tmph (Results 1 – 4 of 4) 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() local
984 : "=r"(hi), "=r"(lo), "=r"(tmph)); in cpu_get_host_ticks()
985 } while (unlikely(tmph != hi)); in cpu_get_host_ticks()
/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c166 struct ep11kblob_header *tmph, *hdr = NULL; in ep11_kb_decode() local
174 tmph = (struct ep11kblob_header *)kb; in ep11_kb_decode()
176 if (tmph->type != TOKTYPE_NON_CCA && in ep11_kb_decode()
177 tmph->len > kblen) in ep11_kb_decode()
180 if (ep11_kb_split(kb, kblen, tmph->version, in ep11_kb_decode()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c3240 TCGv_i32 tmph; in gen_addq() local
3244 tmph = load_reg(s, rhigh); in gen_addq()
3246 tcg_gen_concat_i32_i64(tmp, tmpl, tmph); in gen_addq()