Searched refs:tcg_gen_discard_i32 (Results 1 - 1 of 1) sorted by relevance

/external/qemu/tcg/
H A Dtcg-op.h1785 static inline void tcg_gen_discard_i32(TCGv_i32 arg) function
1793 tcg_gen_discard_i32(TCGV_LOW(arg));
1794 tcg_gen_discard_i32(TCGV_HIGH(arg));
2308 #define tcg_gen_discard_ptr tcg_gen_discard_i32
2495 #define tcg_gen_discard_tl tcg_gen_discard_i32

Completed in 67 milliseconds