Home
last modified time | relevance | path

Searched refs:tcg_gen_extu_tl_i64 (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op.h214 #define tcg_gen_extu_tl_i64 tcg_gen_mov_i64 macro
334 #define tcg_gen_extu_tl_i64 tcg_gen_extu_i32_i64
/openbmc/qemu/target/openrisc/
H A Dtranslate.c321 tcg_gen_extu_tl_i64(t1, srca); in gen_muldu()
322 tcg_gen_extu_tl_i64(t2, srcb); in gen_muldu()
366 tcg_gen_extu_tl_i64(t1, srca); in gen_macu()
367 tcg_gen_extu_tl_i64(t2, srcb); in gen_macu()
407 tcg_gen_extu_tl_i64(t1, srca); in gen_msbu()
408 tcg_gen_extu_tl_i64(t2, srcb); in gen_msbu()
/openbmc/qemu/target/ppc/translate/
H A Dspe-impl.c.inc435 tcg_gen_extu_tl_i64(t0, cpu_gpr[rA(ctx->opcode)]);
437 tcg_gen_extu_tl_i64(t1, cpu_gpr[rB(ctx->opcode)]);
507 tcg_gen_extu_tl_i64(t0, cpu_gpr[rA(ctx->opcode)]);
509 tcg_gen_extu_tl_i64(t1, cpu_gpr[rB(ctx->opcode)]);
H A Dfp-impl.c.inc479 tcg_gen_extu_tl_i64(tnew_fpscr, cpu_fpscr);
493 tcg_gen_extu_tl_i64(fpscr, cpu_fpscr);
H A Dvmx-impl.c.inc419 tcg_gen_extu_tl_i64(sh, EA);
456 tcg_gen_extu_tl_i64(sh, EA);
1794 tcg_gen_extu_tl_i64(val, cpu_gpr[a->vrb]);
1833 tcg_gen_extu_tl_i64(val, cpu_gpr[a->vrb]);
2071 tcg_gen_extu_tl_i64(t0, cpu_gpr[a->vrb]);
2227 tcg_gen_extu_tl_i64(rb, cpu_gpr[a->vrb]);
H A Dvsx-impl.c.inc444 tcg_gen_extu_tl_i64(tmp, cpu_gpr[rA(ctx->opcode)]);
464 tcg_gen_extu_tl_i64(tmp, cpu_gpr[rA(ctx->opcode)]);
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvk.c.inc295 tcg_gen_extu_tl_i64(t0, src1);
H A Dtrans_rvzfh.c.inc601 tcg_gen_extu_tl_i64(cpu_fpr[a->rd], t0);
H A Dtrans_rvf.c.inc537 tcg_gen_extu_tl_i64(dest, src);
H A Dtrans_xthead.c.inc453 tcg_gen_extu_tl_i64(t1, src1);
H A Dtrans_rvv.c.inc3230 tcg_gen_extu_tl_i64(t_idx, idx);
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c1723 tcg_gen_extu_tl_i64(s->tmp1_i64, ea); in gen_bndck()
3437 tcg_gen_extu_tl_i64(cpu_bndl[reg], cpu_regs[a.base]); in gen_multi0F()
3452 tcg_gen_extu_tl_i64(cpu_bndu[reg], s->A0); in gen_multi0F()
/openbmc/qemu/target/mips/tcg/
H A Dnanomips_translate.c.inc1869 tcg_gen_extu_tl_i64(t2, t0);
1870 tcg_gen_extu_tl_i64(t3, t1);
1971 tcg_gen_extu_tl_i64(t2, t0);
1972 tcg_gen_extu_tl_i64(t3, t1);
H A Dmxu_translate.c4371 tcg_gen_extu_tl_i64(t2, t0); in gen_mxu_s32madd_sub()
4372 tcg_gen_extu_tl_i64(t3, t1); in gen_mxu_s32madd_sub()
H A Dtranslate.c3355 tcg_gen_extu_tl_i64(t2, t0); in gen_muldiv()
3356 tcg_gen_extu_tl_i64(t3, t1); in gen_muldiv()
3385 tcg_gen_extu_tl_i64(t2, t0); in gen_muldiv()
3386 tcg_gen_extu_tl_i64(t3, t1); in gen_muldiv()
3502 tcg_gen_extu_tl_i64(t2, t0); in gen_mul_txx9()
3503 tcg_gen_extu_tl_i64(t3, t1); in gen_mul_txx9()
/openbmc/qemu/target/sparc/
H A Dtranslate.c1899 tcg_gen_extu_tl_i64(t64, src); in gen_st_asi()