Searched defs:search_pc (Results 1 - 4 of 4) sorted by relevance

/external/qemu/tcg/
H A Dtcg.c2022 long search_pc)
2083 * search_pc is < 0. This way we make sure that this is "normal"
2086 if (memcheck_enabled && search_pc < 0 &&
2162 if (search_pc >= 0 && search_pc < s->code_ptr - gen_code_buf) {
2021 tcg_gen_code_common(TCGContext *s, uint8_t *gen_code_buf, long search_pc) argument
/external/qemu/target-arm/
H A Dtranslate.c70 int search_pc; member in struct:DisasContext
9540 basic block 'tb'. If search_pc is TRUE, also generate PC
9544 int search_pc)
9572 ANDROID_START_CODEGEN(search_pc);
9616 * PC in these situations: we will be called again with search_pc=1
9668 if (ANDROID_CHECK_CODEGEN_PC(search_pc)) {
9816 if (search_pc) {
9542 gen_intermediate_code_internal(CPUState *env, TranslationBlock *tb, int search_pc) argument
/external/qemu/target-i386/
H A Dtranslate.c7599 basic block 'tb'. If search_pc is TRUE, also generate PC
7603 int search_pc)
7701 if (search_pc) {
7759 if (search_pc) {
7783 if (!search_pc) {
7601 gen_intermediate_code_internal(CPUState *env, TranslationBlock *tb, int search_pc) argument
/external/qemu/target-mips/
H A Dtranslate.c8280 int search_pc)
8290 if (search_pc)
8291 qemu_log("search pc %d\n", search_pc);
8334 if (search_pc) {
8402 if (search_pc) {
8279 gen_intermediate_code_internal(CPUState *env, TranslationBlock *tb, int search_pc) argument

Completed in 122 milliseconds