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

/vbox/src/recompiler/tcg/
H A Dtcg-op.h511 static inline void tcg_gen_or_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) function
529 tcg_gen_or_i32(ret, arg1, t0);
875 tcg_gen_or_i32(TCGV_LOW(ret), TCGV_LOW(arg1), TCGV_LOW(arg2));
876 tcg_gen_or_i32(TCGV_HIGH(ret), TCGV_HIGH(arg1), TCGV_HIGH(arg2));
1439 tcg_gen_or_i32(ret, ret, t0);
1457 tcg_gen_or_i32(t0, t0, t1);
1461 tcg_gen_or_i32(t0, t0, t1);
1464 tcg_gen_or_i32(ret, t0, t1);
1889 tcg_gen_or_i32(ret, arg1, arg2);
1915 tcg_gen_or_i32(re
[all...]

Completed in 118 milliseconds