Searched refs:tcg_gen_deposit_z_i64 (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 247 #define tcg_gen_deposit_z_tl tcg_gen_deposit_z_i64
|
H A D | tcg-op-common.h | 217 void tcg_gen_deposit_z_i64(TCGv_i64 ret, TCGv_i64 arg,
|
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 884 tcg_gen_deposit_z_i64(vc, va, pos, len - pos); in gen_ext_h() 964 tcg_gen_deposit_z_i64(vc, va, pos, len); in gen_ins_l()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 2682 void tcg_gen_deposit_z_i64(TCGv_i64 ret, TCGv_i64 arg, in tcg_gen_deposit_z_i64() function
|
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 3886 tcg_gen_deposit_z_i64(dest, val, a->cpos, len); in trans_dep_imm()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 4583 tcg_gen_deposit_z_i64(tcg_rd, tcg_tmp, pos, len); in trans_SBFM() 4608 tcg_gen_deposit_z_i64(tcg_rd, tcg_tmp, pos, len); in trans_UBFM()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 3661 tcg_gen_deposit_z_i64(o->out, o->in2, pos, len); in op_risbg()
|