Searched refs:tcg_gen_and_i32 (Results 1 - 1 of 1) sorted by relevance
/vbox/src/recompiler/tcg/ |
H A D | tcg-op.h | 488 static inline void tcg_gen_and_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) function 506 tcg_gen_and_i32(ret, arg1, t0); 863 tcg_gen_and_i32(TCGV_LOW(ret), TCGV_LOW(arg1), TCGV_LOW(arg2)); 864 tcg_gen_and_i32(TCGV_HIGH(ret), TCGV_HIGH(arg1), TCGV_HIGH(arg2)); 1817 tcg_gen_and_i32(ret, arg1, t0); 1866 tcg_gen_and_i32(ret, arg1, arg2); 2409 #define tcg_gen_and_tl tcg_gen_and_i32
|
Completed in 105 milliseconds