Searched defs:jmp_opt (Results 1 - 1 of 1) sorted by last modified time

/external/qemu/target-i386/
H A Dtranslate.c123 int jmp_opt; /* use direct block chaining for direct jumps */ member in struct:DisasContext
1408 if (!s->jmp_opt) \
1426 if (!s->jmp_opt) \
2490 if (s->jmp_opt) {
2891 if (s->jmp_opt) {
7819 dc->jmp_opt = !(dc->tf || ENV_GET_CPU(env)->singlestep_enabled ||

Completed in 78 milliseconds