Home | History | Annotate | Download | only in tcg

Lines Matching refs:tcg_gen_or_i32

535 static inline void tcg_gen_or_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2)
553 tcg_gen_or_i32(ret, arg1, t0);
899 tcg_gen_or_i32(TCGV_LOW(ret), TCGV_LOW(arg1), TCGV_LOW(arg2));
900 tcg_gen_or_i32(TCGV_HIGH(ret), TCGV_HIGH(arg1), TCGV_HIGH(arg2));
1463 tcg_gen_or_i32(ret, ret, t0);
1481 tcg_gen_or_i32(t0, t0, t1);
1485 tcg_gen_or_i32(t0, t0, t1);
1488 tcg_gen_or_i32(ret, t0, t1);
1913 tcg_gen_or_i32(ret, arg1, arg2);
1939 tcg_gen_or_i32(ret, arg1, t0);
1972 tcg_gen_or_i32(ret, t0, t1);
2012 tcg_gen_or_i32(ret, t0, t1);
2054 tcg_gen_or_i32(ret, t0, t1);
2111 tcg_gen_or_i32(ret, ret, t1);
2474 #define tcg_gen_or_tl tcg_gen_or_i32