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

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c292 #define OPC_JCC_long (0x80 | P_EXT) /* ... plus condition code */ macro
817 tcg_out_opc(s, OPC_JCC_long + opc, 0, 0, 0);
833 tcg_out_opc(s, OPC_JCC_long + opc, 0, 0, 0);

Completed in 49 milliseconds