Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg.h560 int tcg_gen_code_search_pc(TCGContext *s, uint8_t *gen_code_buf, long offset);
Dtcg.c2612 int tcg_gen_code_search_pc(TCGContext *s, uint8_t *gen_code_buf, long offset) in tcg_gen_code_search_pc() function
/external/qemu/
Dtranslate-all.c235 j = tcg_gen_code_search_pc(s, (uint8_t *)tc_ptr, searched_pc - tc_ptr); in cpu_restore_state_from_tb()