OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcg_ctx
(Results
1 - 5
of
5
) sorted by null
/external/qemu/
translate-all.c
35
TCGContext
tcg_ctx
;
variable
88
tcg_context_init(&
tcg_ctx
);
89
tcg_set_frame(&
tcg_ctx
, TCG_AREG0, offsetof(CPUState, temp_buf),
101
TCGContext *s = &
tcg_ctx
;
177
TCGContext *s = &
tcg_ctx
;
exec.c
528
tcg_prologue_init(&
tcg_ctx
);
[
all
...]
/external/qemu/tcg/
tcg.h
332
extern TCGContext
tcg_ctx
;
346
TCGContext *s = &
tcg_ctx
;
352
return tcg_malloc_internal(&
tcg_ctx
, size);
tcg.c
156
TCGContext *s = &
tcg_ctx
;
297
TCGContext *s = &
tcg_ctx
;
340
TCGContext *s = &
tcg_ctx
;
417
TCGContext *s = &
tcg_ctx
;
488
TCGContext *s = &
tcg_ctx
;
555
TCGContext *s = &
tcg_ctx
;
561
TCGContext *s = &
tcg_ctx
;
575
TCGContext *s = &
tcg_ctx
;
[
all
...]
tcg-op.h
393
tcg_gen_callN(&
tcg_ctx
, fn, flags, sizemask, ret,
411
tcg_gen_callN(&
tcg_ctx
, fn, TCG_CALL_CONST | TCG_CALL_PURE, sizemask,
424
tcg_gen_callN(&
tcg_ctx
, fn, TCG_CALL_CONST | TCG_CALL_PURE, sizemask,
[
all
...]
Completed in 216 milliseconds