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

  /external/qemu/
translate-all.c 157 tb->tb_next_offset[0] = 0xffff;
158 tb->tb_next_offset[1] = 0xffff;
159 s->tb_next_offset = tb->tb_next_offset;
227 s->tb_next_offset = tb->tb_next_offset;
863 tb_set_jmp_target(tb, n, (uintptr_t)(tb->tc_ptr + tb->tb_next_offset[n]));
    [all...]
  /external/qemu/include/exec/
exec-all.h 172 uint16_t tb_next_offset[2]; /* offset of original jump target */ member in struct:TranslationBlock
  /external/qemu/tcg/
tcg.h 459 uint16_t *tb_next_offset; member in struct:TCGContext
  /external/qemu/tcg/i386/
tcg-target.c     [all...]

Completed in 620 milliseconds