Home
last modified time | relevance | path

Searched refs:tcg_gen_deposit_z_i64 (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op.h247 #define tcg_gen_deposit_z_tl tcg_gen_deposit_z_i64
H A Dtcg-op-common.h217 void tcg_gen_deposit_z_i64(TCGv_i64 ret, TCGv_i64 arg,
/openbmc/qemu/target/alpha/
H A Dtranslate.c884 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 Dtcg-op.c2682 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 Dtranslate.c3886 tcg_gen_deposit_z_i64(dest, val, a->cpos, len); in trans_dep_imm()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c4583 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 Dtranslate.c3661 tcg_gen_deposit_z_i64(o->out, o->in2, pos, len); in op_risbg()