Home
last modified time | relevance | path

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

/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);
/qemu/include/tcg/
H A Dtcg-op.h224 #define tcg_gen_extu_i32_tl tcg_gen_extu_i32_i64 macro
345 #define tcg_gen_extu_i32_tl tcg_gen_mov_i32
/qemu/target/ppc/
H A Dtranslate.c1035 tcg_gen_extu_i32_tl(cpu_gpr[gprn], t0); in spr_read_spefscr()
1795 tcg_gen_extu_i32_tl(ret, t3); in gen_op_arith_divw()
1801 tcg_gen_extu_i32_tl(ret, t3); in gen_op_arith_divw()
1804 tcg_gen_extu_i32_tl(cpu_ov, t2); in gen_op_arith_divw()
1806 tcg_gen_extu_i32_tl(cpu_ov32, t2); in gen_op_arith_divw()
1882 tcg_gen_extu_i32_tl(ret, t0); in gen_op_arith_modw()
2031 tcg_gen_extu_i32_tl(t1, t0); in gen_rlwimi()
2086 tcg_gen_extu_i32_tl(t_ra, t0); in gen_rlwinm()
2132 tcg_gen_extu_i32_tl(t_ra, t1); in gen_rlwnm()
4073 tcg_gen_extu_i32_tl(cpu_gpr[rD(ctx->opcode)], cpu_crf[7 - crn]); in gen_mfcr()
[all …]
/qemu/target/i386/tcg/
H A Demit.c.inc2114 tcg_gen_extu_i32_tl(s->T0, lo);
2117 tcg_gen_extu_i32_tl(cc_src_rhs, hi);
2120 tcg_gen_extu_i32_tl(s->T1, lo);
2592 tcg_gen_extu_i32_tl(s->T0, tmp);
2696 tcg_gen_extu_i32_tl(cpu_regs[s->vex_v], t0);
2697 tcg_gen_extu_i32_tl(s->T0, t1);
3697 tcg_gen_extu_i32_tl(s->T0, temp32);
3725 tcg_gen_extu_i32_tl(s->T0, temp32);
3748 tcg_gen_extu_i32_tl(s->T0, tmp);
4380 tcg_gen_extu_i32_tl(s->T0, out);
H A Dtranslate.c2947 tcg_gen_extu_i32_tl(s->T0, s->tmp2_i32); in gen_x87()
/qemu/target/mips/tcg/
H A Dtranslate.c8696 tcg_gen_extu_i32_tl(bcond, t0); in gen_compute_branch1()
8702 tcg_gen_extu_i32_tl(bcond, t0); in gen_compute_branch1()
8707 tcg_gen_extu_i32_tl(bcond, t0); in gen_compute_branch1()
8712 tcg_gen_extu_i32_tl(bcond, t0); in gen_compute_branch1()
8723 tcg_gen_extu_i32_tl(bcond, t0); in gen_compute_branch1()
8733 tcg_gen_extu_i32_tl(bcond, t0); in gen_compute_branch1()
8747 tcg_gen_extu_i32_tl(bcond, t0); in gen_compute_branch1()
8761 tcg_gen_extu_i32_tl(bcond, t0); in gen_compute_branch1()
/qemu/target/arm/tcg/
H A Dtranslate.c913 tcg_gen_extu_i32_tl(addr, a32); in gen_aa32_addr()
/qemu/target/sparc/
H A Dtranslate.c1269 tcg_gen_extu_i32_tl(cmp->c1, c1); in gen_fcompare()