Searched refs:tcg_gen_ext8u_tl (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 216 #define tcg_gen_ext8u_tl tcg_gen_ext8u_i64 macro 336 #define tcg_gen_ext8u_tl tcg_gen_ext8u_i32
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvzce.c.inc | 37 return gen_unary(ctx, a, EXT_NONE, tcg_gen_ext8u_tl);
|
H A D | trans_rvb.c.inc | 510 tcg_gen_ext8u_tl(t, src2);
|
/openbmc/qemu/target/mips/tcg/ |
H A D | mips16e_translate.c.inc | 1013 tcg_gen_ext8u_tl(cpu_gpr[rx], cpu_gpr[rx]);
|
H A D | nanomips_translate.c.inc | 2081 tcg_gen_ext8u_tl(v0_t, v0_t);
|
H A D | translate.c | 12386 tcg_gen_ext8u_tl(cpu_gpr[ret], val_t); in gen_mipsdsp_bitinsn() 12456 tcg_gen_ext8u_tl(cpu_gpr[ret], val_t); in gen_mipsdsp_bitinsn()
|
/openbmc/qemu/target/openrisc/ |
H A D | translate.c | 513 tcg_gen_ext8u_tl(cpu_R(dc, a->d), cpu_R(dc, a->a)); in trans_l_extbz()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 1326 tcg_gen_ext8u_tl(s->A0, s->T1); 1538 tcg_gen_ext8u_tl(s->T1, s->T1); 1687 tcg_gen_ext8u_tl(s->tmp0, s->T0); 2621 tcg_gen_ext8u_tl(s->T1, s->T1);
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 3286 tcg_gen_ext8u_tl(tmp, src); in do_wrasi()
|