Home
last modified time | relevance | path

Searched refs:tcg_gen_extu_i32_tl (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/target/ppc/translate/
H A Dspe-impl.c.inc93 tcg_gen_extu_i32_tl(cpu_gpr[rD(ctx->opcode)], t0); \
97 tcg_gen_extu_i32_tl(cpu_gprh[rD(ctx->opcode)], t0); \
117 tcg_gen_extu_i32_tl(cpu_gpr[rD(ctx->opcode)], t0); \
121 tcg_gen_extu_i32_tl(cpu_gprh[rD(ctx->opcode)], t0); \
151 tcg_gen_extu_i32_tl(cpu_gpr[rD(ctx->opcode)], t0); \
156 tcg_gen_extu_i32_tl(cpu_gprh[rD(ctx->opcode)], t0); \
243 tcg_gen_extu_i32_tl(cpu_gpr[rD(ctx->opcode)], t0); \
247 tcg_gen_extu_i32_tl(cpu_gprh[rD(ctx->opcode)], t0); \
882 tcg_gen_extu_i32_tl(cpu_gpr[rD(ctx->opcode)], t0); \
897 tcg_gen_extu_i32_tl(cpu_gpr[rD(ctx->opcode)], t1); \
[all …]
H A Dfixedpoint-impl.c.inc498 tcg_gen_extu_i32_tl(cpu_gpr[a->rt], t1);
749 tcg_gen_extu_i32_tl(t0, cpu_crf[bi >> 2]);
844 tcg_gen_extu_i32_tl(temp, cpu_crf[a->bi >> 2]);
1020 tcg_gen_extu_i32_tl(cpu_gpr[a->ra], t);
/openbmc/qemu/include/tcg/
H A Dtcg-op.h212 #define tcg_gen_extu_i32_tl tcg_gen_extu_i32_i64 macro
332 #define tcg_gen_extu_i32_tl tcg_gen_mov_i32
/openbmc/qemu/target/microblaze/
H A Dtranslate.c633 tcg_gen_extu_i32_tl(ret, tmp); in DO_TYPEA()
635 tcg_gen_extu_i32_tl(ret, cpu_R[ra]); in DO_TYPEA()
637 tcg_gen_extu_i32_tl(ret, cpu_R[rb]); in DO_TYPEA()
656 tcg_gen_extu_i32_tl(ret, tmp); in compute_ldst_addr_typeb()
675 tcg_gen_extu_i32_tl(ret, cpu_R[rb]); in compute_ldst_addr_ea()
683 tcg_gen_extu_i32_tl(ret, cpu_R[ra]); in compute_ldst_addr_ea()
/openbmc/qemu/target/ppc/
H A Dtranslate.c1022 tcg_gen_extu_i32_tl(cpu_gpr[gprn], t0); in spr_read_spefscr()
1767 tcg_gen_extu_i32_tl(ret, t3); in gen_op_arith_divw()
1773 tcg_gen_extu_i32_tl(ret, t3); in gen_op_arith_divw()
1776 tcg_gen_extu_i32_tl(cpu_ov, t2); in gen_op_arith_divw()
1778 tcg_gen_extu_i32_tl(cpu_ov32, t2); in gen_op_arith_divw()
1854 tcg_gen_extu_i32_tl(ret, t0); in gen_op_arith_modw()
2005 tcg_gen_extu_i32_tl(t1, t0); in gen_rlwimi()
2060 tcg_gen_extu_i32_tl(t_ra, t0); in gen_rlwinm()
2106 tcg_gen_extu_i32_tl(t_ra, t1); in gen_rlwnm()
4048 tcg_gen_extu_i32_tl(cpu_gpr[rD(ctx->opcode)], cpu_crf[7 - crn]); in gen_mfcr()
[all …]
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc2093 tcg_gen_extu_i32_tl(s->T0, lo);
2096 tcg_gen_extu_i32_tl(cc_src_rhs, hi);
2099 tcg_gen_extu_i32_tl(s->T1, lo);
2572 tcg_gen_extu_i32_tl(s->T0, s->tmp2_i32);
2677 tcg_gen_extu_i32_tl(cpu_regs[s->vex_v], s->tmp2_i32);
2678 tcg_gen_extu_i32_tl(s->T0, s->tmp3_i32);
3681 tcg_gen_extu_i32_tl(s->T0, temp32);
3709 tcg_gen_extu_i32_tl(s->T0, temp32);
3729 tcg_gen_extu_i32_tl(s->T0, s->tmp2_i32);
4328 tcg_gen_extu_i32_tl(s->T0, out);
H A Dtranslate.c2822 tcg_gen_extu_i32_tl(s->T0, s->tmp2_i32); in gen_x87()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c8695 tcg_gen_extu_i32_tl(bcond, t0); in gen_compute_branch1()
8701 tcg_gen_extu_i32_tl(bcond, t0); in gen_compute_branch1()
8706 tcg_gen_extu_i32_tl(bcond, t0); in gen_compute_branch1()
8711 tcg_gen_extu_i32_tl(bcond, t0); in gen_compute_branch1()
8722 tcg_gen_extu_i32_tl(bcond, t0); in gen_compute_branch1()
8732 tcg_gen_extu_i32_tl(bcond, t0); in gen_compute_branch1()
8746 tcg_gen_extu_i32_tl(bcond, t0); in gen_compute_branch1()
8760 tcg_gen_extu_i32_tl(bcond, t0); in gen_compute_branch1()
/openbmc/qemu/target/sparc/
H A Dtranslate.c1275 tcg_gen_extu_i32_tl(cmp->c1, c1); in gen_fcompare()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c923 tcg_gen_extu_i32_tl(addr, a32); in gen_aa32_addr()