Searched refs:tcg_gen_extr_i64_tl (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 230 #define tcg_gen_extr_i64_tl tcg_gen_extr32_i64 macro 348 #define tcg_gen_extr_i64_tl tcg_gen_extr_i64_i32
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 661 tcg_gen_extr_i64_tl(cpu_cc_N, cpu_cc_V, t64); in gen_op_udivcc() 686 tcg_gen_extr_i64_tl(cpu_cc_N, cpu_cc_V, t64); in gen_op_sdivcc() 2229 tcg_gen_extr_i64_tl(lo, hi, tmp); in gen_ldda_asi() 2231 tcg_gen_extr_i64_tl(hi, lo, tmp); in gen_ldda_asi() 2246 tcg_gen_extr_i64_tl(lo, hi, tmp); in gen_ldda_asi() 2248 tcg_gen_extr_i64_tl(hi, lo, tmp); in gen_ldda_asi() 2271 tcg_gen_extr_i64_tl(lo, hi, tmp); in gen_ldda_asi() 2273 tcg_gen_extr_i64_tl(hi, lo, tmp); in gen_ldda_asi()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 3092 tcg_gen_extr_i64_tl(cpu_regs[R_EAX], cpu_regs[R_EDX], s->tmp1_i64); in gen_multi0F() 3269 tcg_gen_extr_i64_tl(cpu_regs[R_EAX], cpu_regs[R_EDX], s->tmp1_i64); in gen_multi0F()
|
H A D | emit.c.inc | 1863 tcg_gen_extr_i64_tl(cpu_regs[R_EAX], cpu_regs[R_EDX], old); 1867 tcg_gen_extr_i64_tl(s->T0, s->T1, old);
|
/openbmc/qemu/target/ppc/translate/ |
H A D | spe-impl.c.inc | 39 tcg_gen_extr_i64_tl(cpu_gpr[reg], cpu_gprh[reg], t);
|
/openbmc/qemu/target/mips/tcg/ |
H A D | nanomips_translate.c.inc | 1004 tcg_gen_extr_i64_tl(tmp2, tmp1, tval); 1006 tcg_gen_extr_i64_tl(tmp1, tmp2, tval);
|