Searched refs:CF_LAST_IO (Results 1 - 3 of 3) sorted by relevance

/vbox/src/recompiler/
H A Dexec-all.h162 #define CF_LAST_IO 0x8000 /* Last insn may be an IO access. */ macro
H A Dexec.c4493 cflags = n | CF_LAST_IO;
/vbox/src/recompiler/target-i386/
H A Dtranslate.c8271 if (num_insns + 1 == max_insns && (tb->cflags & CF_LAST_IO))
8323 if (tb->cflags & CF_LAST_IO)

Completed in 1154 milliseconds