Home
last modified time | relevance | path

Searched refs:tcg_gen_orc_i32 (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op.h353 #define tcg_gen_orc_tl tcg_gen_orc_i32
H A Dtcg-op-common.h101 void tcg_gen_orc_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2);
/openbmc/qemu/tcg/
H A Dtcg-op.c696 void tcg_gen_orc_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_orc_i32() function
2437 tcg_gen_orc_i32(TCGV_LOW(ret), TCGV_LOW(arg1), TCGV_LOW(arg2)); in tcg_gen_orc_i64()
2438 tcg_gen_orc_i32(TCGV_HIGH(ret), TCGV_HIGH(arg1), TCGV_HIGH(arg2)); in tcg_gen_orc_i64()
/openbmc/qemu/target/ppc/
H A Dtranslate.c3865 GEN_CRLOGIC(crorc, tcg_gen_orc_i32, 0x0D);
6049 GEN_CRLOGIC(crorc, tcg_gen_orc_i32, 0x0D),
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c3932 return op_s_rrr_shi(s, a, tcg_gen_orc_i32, a->s, STREG_NORMAL);
3937 return op_s_rri_rot(s, a, tcg_gen_orc_i32, a->s, STREG_NORMAL); in trans_ORN_rri()
/openbmc/qemu/target/m68k/
H A Dtranslate.c4086 tcg_gen_orc_i32(src, src, mask); in DISAS_INSN()
/openbmc/qemu/target/sparc/
H A Dtranslate.c5033 TRANS(FORNOTs, VIS1, do_fff, a, tcg_gen_orc_i32) in TRANS()
/openbmc/qemu/target/xtensa/
H A Dtranslate.c1431 [BOOLEAN_ORC] = tcg_gen_orc_i32, in translate_boolean()