Home
last modified time | relevance | path

Searched refs:tcg_gen_orc_i64 (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op.h235 #define tcg_gen_orc_tl tcg_gen_orc_i64
H A Dtcg-op-common.h204 void tcg_gen_orc_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2);
/openbmc/qemu/target/alpha/
H A Dtranslate.c1699 tcg_gen_orc_i64(vc, va, vb); in translate_one()
/openbmc/qemu/tcg/
H A Dtcg-op.c2426 void tcg_gen_orc_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2) in tcg_gen_orc_i64() function
H A Dtcg-op-gvec.c2657 .fni8 = tcg_gen_orc_i64, in tcg_gen_gvec_orc()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sve.c614 tcg_gen_orc_i64(d, n, m); in TRANS_FEAT()
1430 tcg_gen_orc_i64(pd, pn, pm); in gen_orn_pg_i64()
H A Dtranslate-a64.c6764 tcg_gen_orc_i64(tcg_rd, tcg_rn, tcg_rm); in disas_logic_reg()
/openbmc/qemu/target/sparc/
H A Dtranslate.c5137 TRANS(FORNOTd, VIS1, do_ddd, a, tcg_gen_orc_i64) in TRANS()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c1354 tcg_gen_orc_i64(o->out, o->in1, o->in2); in op_orc()