Lines Matching full:p_ext
248 #define P_EXT 0x100 /* 0x0f opcode prefix */
268 #define OPC_BSWAP (0xc8 | P_EXT)
270 #define OPC_CMOVCC (0x40 | P_EXT) /* ... plus condition code */
273 #define OPC_IMUL_GvEv (0xaf | P_EXT)
277 #define OPC_JCC_long (0x80 | P_EXT) /* ... plus condition code */
288 #define OPC_MOVSBL (0xbe | P_EXT)
289 #define OPC_MOVSWL (0xbf | P_EXT)
291 #define OPC_MOVZBL (0xb6 | P_EXT)
292 #define OPC_MOVZWL (0xb7 | P_EXT)
298 #define OPC_SETCC (0x90 | P_EXT | P_REXB_RM) /* ... plus cc */
407 if (opc & P_EXT) {
418 if (opc & P_EXT) {