Searched defs:tcg_gen_or_i32 (Results 1 - 1 of 1) sorted by relevance

/external/qemu/tcg/
H A Dtcg-op.h555 static inline void tcg_gen_or_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) function
573 tcg_gen_or_i32(ret, arg1, t0);
932 tcg_gen_or_i32(TCGV_LOW(ret), TCGV_LOW(arg1), TCGV_LOW(arg2));
933 tcg_gen_or_i32(TCGV_HIGH(ret), TCGV_HIGH(arg1), TCGV_HIGH(arg2));
1559 tcg_gen_or_i32(ret, ret, t0);
1577 tcg_gen_or_i32(t0, t0, t1);
1581 tcg_gen_or_i32(t0, t0, t1);
1584 tcg_gen_or_i32(ret, t0, t1);
1982 tcg_gen_or_i32(ret, arg1, arg2);
2009 tcg_gen_or_i32(re
[all...]

Completed in 250 milliseconds