Searched refs:tcg_gen_eqv_i32 (Results 1 – 1 of 1) sorted by relevance
1862 static inline void tcg_gen_eqv_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_eqv_i32() function1877 tcg_gen_eqv_i32(TCGV_LOW(ret), TCGV_LOW(arg1), TCGV_LOW(arg2)); in tcg_gen_eqv_i64()1878 tcg_gen_eqv_i32(TCGV_HIGH(ret), TCGV_HIGH(arg1), TCGV_HIGH(arg2)); in tcg_gen_eqv_i64()2512 #define tcg_gen_eqv_tl tcg_gen_eqv_i32