Searched refs:tcg_gen_extu_i32_tl (Results 1 – 9 of 9) sorted by relevance
/qemu/target/ppc/translate/ |
H A D | spe-impl.c.inc | 93 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 D | fixedpoint-impl.c.inc | 498 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 D | tcg-op.h | 224 #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 D | translate.c | 1035 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 D | emit.c.inc | 2114 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 D | translate.c | 2947 tcg_gen_extu_i32_tl(s->T0, s->tmp2_i32); in gen_x87()
|
/qemu/target/mips/tcg/ |
H A D | translate.c | 8696 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 D | translate.c | 913 tcg_gen_extu_i32_tl(addr, a32); in gen_aa32_addr()
|
/qemu/target/sparc/ |
H A D | translate.c | 1269 tcg_gen_extu_i32_tl(cmp->c1, c1); in gen_fcompare()
|