Home | History | Annotate | Download | only in i386

Lines Matching refs:P_EXT

230 #define P_EXT		0x100		/* 0x0f opcode prefix */
248 #define OPC_BSWAP (0xc8 | P_EXT)
252 #define OPC_IMUL_GvEv (0xaf | P_EXT)
256 #define OPC_JCC_long (0x80 | P_EXT) /* ... plus condition code */
266 #define OPC_MOVSBL (0xbe | P_EXT)
267 #define OPC_MOVSWL (0xbf | P_EXT)
269 #define OPC_MOVZBL (0xb6 | P_EXT)
270 #define OPC_MOVZWL (0xb7 | P_EXT)
276 #define OPC_SETCC (0x90 | P_EXT | P_REXB_RM) /* ... plus cc */
382 if (opc & P_EXT) {
393 if (opc & P_EXT) {