Lines Matching full:opcode
230 #define P_EXT 0x100 /* 0x0f opcode prefix */
231 #define P_DATA16 0x200 /* 0x66 opcode prefix */
233 # define P_ADDR32 0x400 /* 0x67 opcode prefix */
286 /* Group 1 opcode extensions for 0x80-0x83.
297 /* Group 2 opcode extensions for 0xc0, 0xc1, 0xd0-0xd3. */
304 /* Group 3 opcode extensions for 0xf6, 0xf7. To be used with OPC_GRP3. */
312 /* Group 5 opcode extensions for 0xff. To be used with OPC_GRP5. */
410 /* Output an opcode with a full "rm + (index<<shift) + offset" address mode.
508 /* Propagate an opcode prefix, such as P_REXW. */
581 /* Propagate an opcode prefix, such as P_DATA16. */