OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcg_gen_callN
(Results
1 - 3
of
3
) sorted by null
/external/qemu/tcg/
tcg.h
483
void
tcg_gen_callN
(TCGContext *s, TCGv_ptr func, unsigned int flags,
tcg-op.h
393
tcg_gen_callN
(&tcg_ctx, fn, flags, sizemask, ret,
400
and pure, hence the call to
tcg_gen_callN
() with TCG_CALL_CONST |
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
...]
tcg.c
595
void
tcg_gen_callN
(TCGContext *s, TCGv_ptr func, unsigned int flags,
[
all
...]
Completed in 208 milliseconds