Home
last modified time | relevance | path

Searched refs:tb_jmp_offset (Results 1 – 4 of 4) sorted by relevance

/external/qemu/include/exec/
Dexec-all.h174 uint16_t tb_jmp_offset[4]; /* offset of jump instruction */ member
291 uint16_t offset = tb->tb_jmp_offset[n]; in tb_set_jmp_target()
293 offset = tb->tb_jmp_offset[n + 2]; in tb_set_jmp_target()
/external/qemu/
Dtranslate-all.c161 s->tb_jmp_offset = tb->tb_jmp_offset; in cpu_gen_code()
165 tb->tb_jmp_offset[2] = 0xffff; in cpu_gen_code()
166 tb->tb_jmp_offset[3] = 0xffff; in cpu_gen_code()
168 s->tb_jmp_offset = NULL; in cpu_gen_code()
229 s->tb_jmp_offset = tb->tb_jmp_offset; in cpu_restore_state_from_tb()
232 s->tb_jmp_offset = NULL; in cpu_restore_state_from_tb()
/external/qemu/tcg/
Dtcg.h460 uint16_t *tb_jmp_offset; /* != NULL if USE_DIRECT_JUMP */ member
/external/qemu/tcg/i386/
Dtcg-target.c1624 if (s->tb_jmp_offset) { in tcg_out_op()
1627 s->tb_jmp_offset[args[0]] = s->code_ptr - s->code_buf; in tcg_out_op()