Home
last modified time | relevance | path

Searched refs:tcg_gen_code (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dtranslate-all.c283 return tcg_gen_code(tcg_ctx, tb, pc); in setjmp_gen_code()
/openbmc/qemu/include/tcg/
H A Dtcg.h776 int tcg_gen_code(TCGContext *s, TranslationBlock *tb, uint64_t pc_start);
/openbmc/qemu/tcg/
H A Dtcg.c6090 int tcg_gen_code(TCGContext *s, TranslationBlock *tb, uint64_t pc_start) in tcg_gen_code() function