Home
last modified time | relevance | path

Searched refs:tcg_gen_xor_i32 (Results 1 – 2 of 2) sorted by relevance

/external/qemu/tcg/
Dtcg-op.h558 static inline void tcg_gen_xor_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_xor_i32() function
574 tcg_gen_xor_i32(ret, arg1, t0); in tcg_gen_xori_i32()
911 tcg_gen_xor_i32(TCGV_LOW(ret), TCGV_LOW(arg1), TCGV_LOW(arg2)); in tcg_gen_xor_i64()
912 tcg_gen_xor_i32(TCGV_HIGH(ret), TCGV_HIGH(arg1), TCGV_HIGH(arg2)); in tcg_gen_xor_i64()
1867 tcg_gen_xor_i32(ret, arg1, arg2); in tcg_gen_eqv_i32()
2476 #define tcg_gen_xor_tl tcg_gen_xor_i32
/external/qemu/target-arm/
Dtranslate.c368 tcg_gen_xor_i32(tmp, t0, t1); in gen_add16()
373 tcg_gen_xor_i32(t0, t0, tmp); in gen_add16()
667 tcg_gen_xor_i32(tmp, tmp, tmp2); in gen_test_cc()
674 tcg_gen_xor_i32(tmp, tmp, tmp2); in gen_test_cc()
685 tcg_gen_xor_i32(tmp, tmp, tmp2); in gen_test_cc()
696 tcg_gen_xor_i32(tmp, tmp, tmp2); in gen_test_cc()
4615 tcg_gen_xor_i32(tmp, tmp, tmp2); in disas_neon_data_insn()
6899 tcg_gen_xor_i32(tmp, tmp, tmp2); in disas_arm_insn()
6971 tcg_gen_xor_i32(tmp, tmp, tmp2); in disas_arm_insn()
7733 tcg_gen_xor_i32(t0, t0, t1); in gen_thumb2_data_op()
[all …]