OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:code_buf
(Results
1 - 9
of
9
) sorted by null
/external/qemu/tcg/
tcg.h
283
uint8_t *
code_buf
;
member in struct:TCGContext
tcg.c
258
s->
code_buf
= code_gen_prologue;
259
s->code_ptr = s->
code_buf
;
261
flush_icache_range((unsigned long)s->
code_buf
,
[
all
...]
/external/qemu/tcg/arm/
tcg-target.c
[
all
...]
/external/qemu/tcg/x86_64/
tcg-target.c
920
s->tb_jmp_offset[args[0]] = s->code_ptr - s->
code_buf
;
929
s->tb_next_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
1214
s->tb_jmp_offset[args[0]] = s->code_ptr - s->
code_buf
;
1220
s->tb_next_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 32 milliseconds