Searched refs:TB_JMP_CACHE_BITS (Results 1 – 2 of 2) sorted by relevance
15 #define TB_JMP_CACHE_BITS 12 macro16 #define TB_JMP_CACHE_SIZE (1 << TB_JMP_CACHE_BITS)
33 #define TB_JMP_PAGE_BITS (TB_JMP_CACHE_BITS / 2)58 return (pc ^ (pc >> TB_JMP_CACHE_BITS)) & (TB_JMP_CACHE_SIZE - 1); in tb_jmp_cache_hash_func()