Searched refs:tcg_gen_ext_tl (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 222 #define tcg_gen_ext_tl tcg_gen_ext_i64 macro 342 #define tcg_gen_ext_tl tcg_gen_ext_i32
|
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 707 tcg_gen_ext_tl(dst, src, size | (sign ? MO_SIGN : 0)); in gen_ext_tl() 896 tcg_gen_ext_tl(s->cc_srcT, s->cc_srcT, size); in gen_prepare_eflags_c() 897 tcg_gen_ext_tl(cpu_cc_src, cpu_cc_src, size); in gen_prepare_eflags_c() 904 tcg_gen_ext_tl(cpu_cc_dst, cpu_cc_dst, size); in gen_prepare_eflags_c() 905 tcg_gen_ext_tl(cpu_cc_src, cpu_cc_src, size); in gen_prepare_eflags_c() 1053 tcg_gen_ext_tl(s->cc_srcT, s->cc_srcT, size); in gen_prepare_cc() 1054 tcg_gen_ext_tl(cpu_cc_src, cpu_cc_src, size); in gen_prepare_cc() 1064 tcg_gen_ext_tl(s->cc_srcT, s->cc_srcT, size | MO_SIGN); in gen_prepare_cc() 1065 tcg_gen_ext_tl(cpu_cc_src, cpu_cc_src, size | MO_SIGN); in gen_prepare_cc() 1089 tcg_gen_ext_tl(cpu_cc_dst, cpu_cc_dst, size | MO_SIGN); in gen_prepare_cc()
|
H A D | emit.c.inc | 300 tcg_gen_ext_tl(v, cpu_regs[op->n], op->ot | MO_SIGN); 302 tcg_gen_ext_tl(v, cpu_regs[op->n], op->ot); 1582 tcg_gen_ext_tl(s->T0, s->T0, src_ot | MO_SIGN); 1660 * tcg_gen_ext_tl instead of gen_ext_tl. 1662 tcg_gen_ext_tl(cmpv, cpu_regs[decode->op[1].n], ot_full); 1740 tcg_gen_ext_tl(cmpv, cpu_regs[R_EAX], ot); 1741 tcg_gen_ext_tl(newv, s->T1, ot); 1746 tcg_gen_ext_tl(oldv, s->T0, ot);
|