Home | History | Annotate | Download | only in tcg

Lines Matching refs:tcg_gen_ori_i32

564 static inline void tcg_gen_ori_i32(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2)
938 tcg_gen_ori_i32(TCGV_LOW(ret), TCGV_LOW(arg1), arg2);
939 tcg_gen_ori_i32(TCGV_HIGH(ret), TCGV_HIGH(arg1), arg2 >> 32);
2812 #define tcg_gen_ori_tl tcg_gen_ori_i32