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

/external/qemu/tcg/
H A Dtcg.c553 void tcg_clear_temp_count(void) function
H A Dtcg.h400 /* If you call tcg_clear_temp_count() at the start of a section of
405 void tcg_clear_temp_count(void);
408 #define tcg_clear_temp_count() do { } while (0) macro

Completed in 30 milliseconds