OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gen_code_buf
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
translate-op.c
48
typedef int (*dyngen_code_func)(uint8_t *
gen_code_buf
,
72
int dyngen_code(uint8_t *
gen_code_buf
,
76
return (*_dyngen_code)(
gen_code_buf
, label_offsets, jmp_offsets, opc_buf, opparam_buf, gen_labels);
translate-all.c
102
uint8_t *
gen_code_buf
;
local
118
gen_code_buf
= tb->tc_ptr;
139
gen_code_size = tcg_gen_code(s,
gen_code_buf
);
/external/qemu/tcg/
tcg.h
363
int tcg_gen_code(TCGContext *s, uint8_t *
gen_code_buf
);
364
int tcg_gen_code_search_pc(TCGContext *s, uint8_t *
gen_code_buf
, long offset);
tcg.c
[
all
...]
Completed in 190 milliseconds