Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg-op.h350 #define tcg_gen_eqv_tl tcg_gen_eqv_i32
H A Dtcg-op-common.h98 void tcg_gen_eqv_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2);
/openbmc/qemu/tcg/
H A Dtcg-op.c666 void tcg_gen_eqv_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_eqv_i32() function
2398 tcg_gen_eqv_i32(TCGV_LOW(ret), TCGV_LOW(arg1), TCGV_LOW(arg2)); in tcg_gen_eqv_i64()
2399 tcg_gen_eqv_i32(TCGV_HIGH(ret), TCGV_HIGH(arg1), TCGV_HIGH(arg2)); in tcg_gen_eqv_i64()
H A Dtcg-op-gvec.c2070 tcg_gen_eqv_i32(t3, a, b); in tcg_gen_vec_sub8_i32()
/openbmc/qemu/target/ppc/
H A Dtranslate.c3857 GEN_CRLOGIC(creqv, tcg_gen_eqv_i32, 0x09);
6045 GEN_CRLOGIC(creqv, tcg_gen_eqv_i32, 0x09),
/openbmc/qemu/target/m68k/
H A Dtranslate.c4077 tcg_gen_eqv_i32(src, src, mask); in DISAS_INSN()
/openbmc/qemu/target/sparc/
H A Dtranslate.c5032 TRANS(FXNORs, VIS1, do_fff, a, tcg_gen_eqv_i32) in TRANS()