Searched refs:tcg_gen_deposit_z_tl (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | octeon_translate.c | 108 tcg_gen_deposit_z_tl(t0, t0, a->p, a->lenm1 + 1); in trans_CINS()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 247 #define tcg_gen_deposit_z_tl tcg_gen_deposit_z_i64 macro 365 #define tcg_gen_deposit_z_tl tcg_gen_deposit_z_i32
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvb.c.inc | 465 tcg_gen_deposit_z_tl(dest, src, shamt, MIN(32, TARGET_LONG_BITS - shamt));
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 2036 tcg_gen_deposit_z_tl(t_ra, t_rs, sh, len); in gen_rlwinm() 2165 tcg_gen_deposit_z_tl(t_ra, t_rs, sh, len); in gen_rldinm()
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 4150 tcg_gen_deposit_z_tl(dst, src1, a->i, 32 - a->i); in TRANS()
|