Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c566 tcg_gen_ext32u_i64(v, cpu_X[reg]); in read_cpu_reg()
580 tcg_gen_ext32u_i64(v, cpu_X[reg]); in read_cpu_reg_sp()
901 tcg_gen_ext32u_i64(dest, dest); in gen_adc()
997 tcg_gen_ext32u_i64(dest, dest); in do_gpr_ld_memidx()
3535 tcg_gen_ext32u_i64(tcg_rt, tcg_rt); in do_atomic_ld()
4322 tcg_gen_ext32u_i64(tcg_rd, tcg_rd); in gen_rri()
4496 tcg_gen_ext32u_i64(tcg_rd, tcg_rd); in gen_rri_log()
4539 tcg_gen_ext32u_i64(tcg_rd, tcg_rd); in trans_MOVK()
4562 tcg_gen_ext32u_i64(tcg_rd, tcg_rd); in trans_SBFM()
4638 tcg_gen_ext32u_i64(tcg_rd, tcg_rd); in trans_BFM()
[all …]
H A Dtranslate-sve.c1744 tcg_gen_ext32u_i64(reg, reg); in TRANS_FEAT()
1926 tcg_gen_ext32u_i64(reg, reg); in trans_SINCDEC_r_32()
2614 tcg_gen_ext32u_i64(reg, reg); in TRANS_FEAT()
3116 tcg_gen_ext32u_i64(op0, op0); in trans_WHILE()
3117 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 Dtranslate.c1423 tcg_gen_ext32u_i64(cpu_V1, cpu_V1); in gen_op_iwmmxt_addl_M0_wRn()
/openbmc/qemu/include/tcg/
H A Dtcg-op.h220 #define tcg_gen_ext32u_tl tcg_gen_ext32u_i64
H A Dtcg-op-common.h250 void tcg_gen_ext32u_i64(TCGv_i64 ret, TCGv_i64 arg);
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c4980 tcg_gen_ext32u_i64(cc_dst, o->out); in cout_addu32()
5046 tcg_gen_ext32u_i64(cc_dst, o->out); in cout_nz32()
5078 tcg_gen_ext32u_i64(cc_dst, o->out); in cout_subu32()
5374 tcg_gen_ext32u_i64(o->in1, regs[get_field(s, r1)]); in in1_r1_32u()
5407 tcg_gen_ext32u_i64(o->in1, regs[get_field(s, r1) + 1]); in in1_r1p1_32u()
5435 tcg_gen_ext32u_i64(o->in1, regs[get_field(s, r2)]); in in1_r2_32u()
5461 tcg_gen_ext32u_i64(o->in1, regs[get_field(s, r3)]); in in1_r3_32u()
5591 tcg_gen_ext32u_i64(o->in2, regs[get_field(s, r1)]); in in2_r1_32u()
5676 tcg_gen_ext32u_i64(o->in2, regs[get_field(s, r3)]); in in2_r3_32u()
5690 tcg_gen_ext32u_i64(o->in2, regs[get_field(s, r2)]); in in2_r2_32u()
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvk.c.inc260 tcg_gen_ext32u_i64(t2, t0);
/openbmc/qemu/tcg/
H A Dtcg-op.c2172 void tcg_gen_ext32u_i64(TCGv_i64 ret, TCGv_i64 arg) in tcg_gen_ext32u_i64() function
2717 tcg_gen_ext32u_i64(ret, arg); in tcg_gen_deposit_z_i64()
2742 tcg_gen_ext32u_i64(ret, ret); in tcg_gen_deposit_z_i64()
2811 tcg_gen_ext32u_i64(ret, arg); in tcg_gen_extract_i64()
3242 tcg_gen_ext32u_i64(lo, arg); in tcg_gen_extr32_i64()
H A Dtcg-op-ldst.c832 tcg_gen_ext32u_i64(ret, val); in tcg_gen_ext_i64()
/openbmc/qemu/target/hppa/
H A Dtranslate.c952 tcg_gen_ext32u_i64(t1, in1); in do_sub_cond()
953 tcg_gen_ext32u_i64(t2, in2); in do_sub_cond()
2264 tcg_gen_ext32u_i64(reg, load_gpr(ctx, a->r)); in trans_mtctl()
3667 tcg_gen_ext32u_i64(dest, src2); in trans_shrp_sar()
3781 tcg_gen_ext32u_i64(dest, src); in trans_extr_sar()
/openbmc/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);
/openbmc/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);
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c1725 tcg_gen_ext32u_i64(s->tmp1_i64, s->tmp1_i64); in gen_bndck()
3418 tcg_gen_ext32u_i64(cpu_bndl[reg], cpu_bndu[reg]); in gen_multi0F()
3439 tcg_gen_ext32u_i64(cpu_bndl[reg], cpu_bndl[reg]); in gen_multi0F()
/openbmc/qemu/target/sparc/
H A Dtranslate.c584 tcg_gen_ext32u_i64(t0, src1); in gen_op_multiply()
585 tcg_gen_ext32u_i64(t1, src2); in gen_op_multiply()
3807 tcg_gen_ext32u_i64(t2, cpu_regs[a->rs2_or_imm]); in trans_UDIV()
/openbmc/qemu/target/alpha/
H A Dtranslate.c865 tcg_gen_ext32u_i64(dest, src); in gen_zapnoti()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c3825 tcg_gen_ext32u_i64(t0, t0); in gen_loongson_multimedia()
3883 tcg_gen_ext32u_i64(t0, t0); in gen_loongson_multimedia()
3884 tcg_gen_ext32u_i64(t1, t1); in gen_loongson_multimedia()
12466 tcg_gen_ext32u_i64(cpu_gpr[ret], val_t); in gen_mipsdsp_bitinsn()