Searched refs:tcg_gen_extu_tl_i64 (Results 1 – 16 of 16) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 214 #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 D | translate.c | 321 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 D | spe-impl.c.inc | 435 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 D | fp-impl.c.inc | 479 tcg_gen_extu_tl_i64(tnew_fpscr, cpu_fpscr); 493 tcg_gen_extu_tl_i64(fpscr, cpu_fpscr);
|
H A D | vmx-impl.c.inc | 419 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 D | vsx-impl.c.inc | 444 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 D | trans_rvk.c.inc | 295 tcg_gen_extu_tl_i64(t0, src1);
|
H A D | trans_rvzfh.c.inc | 601 tcg_gen_extu_tl_i64(cpu_fpr[a->rd], t0);
|
H A D | trans_rvf.c.inc | 537 tcg_gen_extu_tl_i64(dest, src);
|
H A D | trans_xthead.c.inc | 453 tcg_gen_extu_tl_i64(t1, src1);
|
H A D | trans_rvv.c.inc | 3230 tcg_gen_extu_tl_i64(t_idx, idx);
|
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 1723 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 D | nanomips_translate.c.inc | 1869 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 D | mxu_translate.c | 4371 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 D | translate.c | 3355 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 D | translate.c | 1899 tcg_gen_extu_tl_i64(t64, src); in gen_st_asi()
|