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

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c293 #define OPC_JCC_short (0x70) /* ... plus condition code */ macro
806 tcg_out8(s, OPC_JCC_short + opc);
825 tcg_out8(s, OPC_JCC_short + opc);
1125 tcg_out8(s, OPC_JCC_short + JCC_JNE);
1134 tcg_out8(s, OPC_JCC_short + JCC_JNE);

Completed in 51 milliseconds