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

/external/qemu/include/exec/
H A Dexec-all.h174 uint16_t tb_jmp_offset[4]; /* offset of jump instruction */ member in struct:TranslationBlock
291 uint16_t offset = tb->tb_jmp_offset[n];
293 offset = tb->tb_jmp_offset[n + 2];
/external/qemu/tcg/
H A Dtcg.h460 uint16_t *tb_jmp_offset; /* != NULL if USE_DIRECT_JUMP */ member in struct:TCGContext

Completed in 104 milliseconds