Lines Matching refs:tcg_gen_xori_i32
567 static inline void tcg_gen_xori_i32(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2)917 tcg_gen_xori_i32(TCGV_LOW(ret), TCGV_LOW(arg1), arg2);918 tcg_gen_xori_i32(TCGV_HIGH(ret), TCGV_HIGH(arg1), arg2 >> 32);1769 tcg_gen_xori_i32(ret, arg, -1);2477 #define tcg_gen_xori_tl tcg_gen_xori_i32