Lines Matching defs:XOP
39 enum PrefixKind { None, REX, REX2, XOP, VEX2, VEX3, EVEX };
54 // XOP (3-byte)
99 // 0b01000: XOP map select - 08h instructions with imm byte
100 // 0b01001: XOP map select - 09h instructions with no imm byte
101 // 0b01010: XOP map select - 0Ah instructions with imm dword
284 case XOP:
316 case XOP:
879 /// \returns one of the REX, XOP, VEX2, VEX3, EVEX if any of them is used,
949 // XOP is a revised subset of what was originally intended as SSE5. It was
952 /// Emit XOP, VEX2, VEX3 or EVEX prefix.
981 case X86II::XOP:
982 Prefix.setLowerBound(XOP);