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

  /external/qemu/include/exec/
exec-all.h 174 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/
translate-all.c 161 s->tb_jmp_offset = tb->tb_jmp_offset;
165 tb->tb_jmp_offset[2] = 0xffff;
166 tb->tb_jmp_offset[3] = 0xffff;
168 s->tb_jmp_offset = NULL;
229 s->tb_jmp_offset = tb->tb_jmp_offset;
232 s->tb_jmp_offset = NULL;
    [all...]
  /external/qemu/tcg/
tcg.h 460 uint16_t *tb_jmp_offset; /* != NULL if USE_DIRECT_JUMP */ member in struct:TCGContext
  /external/qemu/tcg/i386/
tcg-target.c     [all...]

Completed in 112 milliseconds