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

/vbox/src/recompiler/
H A Dcpu-defs.h84 #define TB_JMP_CACHE_BITS 12 macro
85 #define TB_JMP_CACHE_SIZE (1 << TB_JMP_CACHE_BITS)
90 #define TB_JMP_PAGE_BITS (TB_JMP_CACHE_BITS / 2)

Completed in 43 milliseconds