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

  /external/qemu/
exec-all.h 147 uint16_t tb_jmp_offset[4]; /* offset of jump instruction */ member in struct:TranslationBlock
307 offset = tb->tb_jmp_offset[n];
309 offset = tb->tb_jmp_offset[n + 2];
  /external/qemu/tcg/
tcg.h 286 uint16_t *tb_jmp_offset; /* != NULL if USE_DIRECT_JUMP */ member in struct:TCGContext

Completed in 185 milliseconds