OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tb_jmp_offset
(Results
1 - 10
of
10
) sorted by null
/external/qemu/
translate-all.c
123
s->
tb_jmp_offset
= tb->
tb_jmp_offset
;
127
tb->
tb_jmp_offset
[2] = 0xffff;
128
tb->
tb_jmp_offset
[3] = 0xffff;
130
s->
tb_jmp_offset
= NULL;
205
s->
tb_jmp_offset
= tb->
tb_jmp_offset
;
208
s->
tb_jmp_offset
= NULL;
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
/external/qemu/tcg/arm/
tcg-target.c
[
all
...]
/external/qemu/tcg/x86_64/
tcg-target.c
917
if (s->
tb_jmp_offset
) {
920
s->
tb_jmp_offset
[args[0]] = s->code_ptr - s->code_buf;
[
all
...]
/external/qemu/tcg/i386/
tcg-target.c
[
all
...]
/external/qemu/tcg/ppc/
tcg-target.c
[
all
...]
/external/qemu/tcg/ppc64/
tcg-target.c
1211
if (s->
tb_jmp_offset
) {
1214
s->
tb_jmp_offset
[args[0]] = s->code_ptr - s->code_buf;
[
all
...]
/external/qemu/tcg/sparc/
tcg-target.c
[
all
...]
/external/qemu/tcg/hppa/
tcg-target.c
[
all
...]
Completed in 186 milliseconds