Searched refs:tcg_dump_ops (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/accel/tcg/ |
H A D | plugin-gen.c | 267 tcg_dump_ops(tcg_ctx, logfile, false); in plugin_gen_inject()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 1058 void tcg_dump_ops(TCGContext *s, FILE *f, bool have_prefs);
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 2557 void tcg_dump_ops(TCGContext *s, FILE *f, bool have_prefs) in tcg_dump_ops() function 6100 tcg_dump_ops(s, logfile, false); in tcg_gen_code() 6138 tcg_dump_ops(s, logfile, false); in tcg_gen_code() 6156 tcg_dump_ops(s, logfile, true); in tcg_gen_code()
|