Searched refs:tcg_gen_deposit_z_tl (Results 1 – 5 of 5) sorted by relevance
/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()
|
/qemu/include/tcg/ |
H A D | tcg-op.h | 259 #define tcg_gen_deposit_z_tl tcg_gen_deposit_z_i64 macro 378 #define tcg_gen_deposit_z_tl tcg_gen_deposit_z_i32
|
/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));
|
/qemu/target/ppc/ |
H A D | translate.c | 2062 tcg_gen_deposit_z_tl(t_ra, t_rs, sh, len); in gen_rlwinm() 2191 tcg_gen_deposit_z_tl(t_ra, t_rs, sh, len); in gen_rldinm()
|
/qemu/target/sparc/ |
H A D | translate.c | 4179 tcg_gen_deposit_z_tl(dst, src1, a->i, 32 - a->i); in TRANS()
|