Home
last modified time | relevance | path

Searched refs:tcg_gen_deposit_z_tl (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Docteon_translate.c108 tcg_gen_deposit_z_tl(t0, t0, a->p, a->lenm1 + 1); in trans_CINS()
/openbmc/qemu/include/tcg/
H A Dtcg-op.h247 #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 Dtrans_rvb.c.inc465 tcg_gen_deposit_z_tl(dest, src, shamt, MIN(32, TARGET_LONG_BITS - shamt));
/openbmc/qemu/target/ppc/
H A Dtranslate.c2036 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 Dtranslate.c4150 tcg_gen_deposit_z_tl(dst, src1, a->i, 32 - a->i); in TRANS()