Home
last modified time | relevance | path

Searched refs:tcg_gen_ext32u_i64 (Results 1 – 20 of 20) sorted by relevance

/qemu/target/arm/tcg/
H A Dtranslate-a64.c554 tcg_gen_ext32u_i64(v, cpu_X[reg]); in read_cpu_reg()
568 tcg_gen_ext32u_i64(v, cpu_X[reg]); in read_cpu_reg_sp()
1066 tcg_gen_ext32u_i64(dest, dest); in gen_adc()
1158 tcg_gen_ext32u_i64(dest, dest); in do_gpr_ld_memidx()
3724 tcg_gen_ext32u_i64(tcg_rt, tcg_rt); in do_atomic_ld()
4511 tcg_gen_ext32u_i64(tcg_rd, tcg_rd); in gen_rri()
4685 tcg_gen_ext32u_i64(tcg_rd, tcg_rd); in gen_rri_log()
4728 tcg_gen_ext32u_i64(tcg_rd, tcg_rd); in trans_MOVK()
4751 tcg_gen_ext32u_i64(tcg_rd, tcg_rd); in trans_SBFM()
4827 tcg_gen_ext32u_i64(tcg_rd, tcg_rd); in trans_BFM()
[all …]
H A Dtranslate-sve.c1749 tcg_gen_ext32u_i64(reg, reg); in TRANS_FEAT()
1931 tcg_gen_ext32u_i64(reg, reg); in trans_SINCDEC_r_32()
2619 tcg_gen_ext32u_i64(reg, reg); in TRANS_FEAT()
3121 tcg_gen_ext32u_i64(op0, op0); in trans_WHILE()
3122 tcg_gen_ext32u_i64(op1, op1); in trans_WHILE()
H A Dtranslate-neon.c1240 tcg_gen_ext32u_i64(dest, src); in gen_neon_narrow_u32()
H A Dgengvec.c2613 tcg_gen_ext32u_i64(t, n); in gen_uaddlp_s_i64()
H A Dtranslate.c1413 tcg_gen_ext32u_i64(cpu_V1, cpu_V1); in gen_op_iwmmxt_addl_M0_wRn()
/qemu/include/tcg/
H A Dtcg-op.h232 #define tcg_gen_ext32u_tl tcg_gen_ext32u_i64
H A Dtcg-op-common.h255 void tcg_gen_ext32u_i64(TCGv_i64 ret, TCGv_i64 arg);
/qemu/target/s390x/tcg/
H A Dtranslate.c4976 tcg_gen_ext32u_i64(cc_dst, o->out); in cout_addu32()
5042 tcg_gen_ext32u_i64(cc_dst, o->out); in cout_nz32()
5074 tcg_gen_ext32u_i64(cc_dst, o->out); in cout_subu32()
5370 tcg_gen_ext32u_i64(o->in1, regs[get_field(s, r1)]); in in1_r1_32u()
5403 tcg_gen_ext32u_i64(o->in1, regs[get_field(s, r1) + 1]); in in1_r1p1_32u()
5431 tcg_gen_ext32u_i64(o->in1, regs[get_field(s, r2)]); in in1_r2_32u()
5457 tcg_gen_ext32u_i64(o->in1, regs[get_field(s, r3)]); in in1_r3_32u()
5587 tcg_gen_ext32u_i64(o->in2, regs[get_field(s, r1)]); in in2_r1_32u()
5672 tcg_gen_ext32u_i64(o->in2, regs[get_field(s, r3)]); in in2_r3_32u()
5686 tcg_gen_ext32u_i64(o->in2, regs[get_field(s, r2)]); in in2_r2_32u()
/qemu/target/riscv/insn_trans/
H A Dtrans_rvk.c.inc260 tcg_gen_ext32u_i64(t2, t0);
/qemu/target/hppa/
H A Dtranslate.c954 tcg_gen_ext32u_i64(t1, in1); in do_sub_cond()
955 tcg_gen_ext32u_i64(t2, in2); in do_sub_cond()
2264 tcg_gen_ext32u_i64(reg, load_gpr(ctx, a->r)); in trans_mtctl()
3664 tcg_gen_ext32u_i64(dest, src2); in trans_shrp_sar()
3778 tcg_gen_ext32u_i64(dest, src); in trans_extr_sar()
/qemu/target/ppc/translate/
H A Dspe-impl.c.inc436 tcg_gen_ext32u_i64(t0, t0);
438 tcg_gen_ext32u_i64(t1, t1);
H A Dvsx-impl.c.inc425 tcg_gen_ext32u_i64(tmp, xsh);
465 tcg_gen_ext32u_i64(xsh, tmp);
H A Dvmx-impl.c.inc3117 tcg_gen_ext32u_i64(lh, a);
3118 tcg_gen_ext32u_i64(temp, b);
/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_vec.c.inc876 tcg_gen_ext32u_i64(t1, a);
877 tcg_gen_ext32u_i64(t2, b);
1038 tcg_gen_ext32u_i64(t1, a);
1039 tcg_gen_ext32u_i64(t2, b);
1208 tcg_gen_ext32u_i64(t1, a);
2292 tcg_gen_ext32u_i64(t1, a);
2293 tcg_gen_ext32u_i64(t2, b);
2440 tcg_gen_ext32u_i64(t1, a);
/qemu/target/i386/tcg/
H A Dtranslate.c1882 tcg_gen_ext32u_i64(t64, t64); in gen_bndck()
3543 tcg_gen_ext32u_i64(cpu_bndl[reg], cpu_bndu[reg]); in gen_multi0F()
3564 tcg_gen_ext32u_i64(cpu_bndl[reg], cpu_bndl[reg]); in gen_multi0F()
/qemu/tcg/
H A Dtcg-op-ldst.c783 tcg_gen_ext32u_i64(ret, val); in tcg_gen_ext_i64()
H A Dtcg-op.c2084 void tcg_gen_ext32u_i64(TCGv_i64 ret, TCGv_i64 arg) in tcg_gen_ext32u_i64() function
3163 tcg_gen_ext32u_i64(lo, arg); in tcg_gen_extr32_i64()
/qemu/target/sparc/
H A Dtranslate.c578 tcg_gen_ext32u_i64(t0, src1); in gen_op_multiply()
579 tcg_gen_ext32u_i64(t1, src2); in gen_op_multiply()
3836 tcg_gen_ext32u_i64(t2, cpu_regs[a->rs2_or_imm]); in trans_UDIV()
/qemu/target/alpha/
H A Dtranslate.c866 tcg_gen_ext32u_i64(dest, src); in gen_zapnoti()
/qemu/target/mips/tcg/
H A Dtranslate.c3826 tcg_gen_ext32u_i64(t0, t0); in gen_loongson_multimedia()
3884 tcg_gen_ext32u_i64(t0, t0); in gen_loongson_multimedia()
3885 tcg_gen_ext32u_i64(t1, t1); in gen_loongson_multimedia()
12467 tcg_gen_ext32u_i64(cpu_gpr[ret], val_t); in gen_mipsdsp_bitinsn()