HomeSort by relevance Sort by last modified time
    Searched defs:tcg_clear_temp_count (Results 1 - 2 of 2) sorted by null

  /external/qemu/tcg/
tcg.c 553 void tcg_clear_temp_count(void) function
    [all...]
tcg.h 400 /* 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 155 milliseconds