HomeSort by relevance Sort by last modified time
    Searched defs:XOP (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 566 // XOP: Use XOP prefix byte 0x8f instead of VEX.
567 unsigned char XOP = 0;
576 // 0b01000: XOP map select - 08h instructions with imm byte
577 // 0b10001: XOP map select - 09h instructions with no imm byte
622 if ((TSFlags >> X86II::VEXShift) & X86II::XOP)
623 XOP = 1;
905 if (VEX_B && VEX_X && !VEX_W && !XOP && (VEX_5M == 1)) { // 2 byte VEX prefix
912 EmitByte(XOP ? 0x8F : 0xC4, CurByte, OS);
    [all...]
X86BaseInfo.h 508 /// ModRM or I8IMM. This is used for FMA4 and XOP instructions.
511 /// XOP - Opcode prefix used by XOP instructions.
512 XOP = 1U << 19

Completed in 51 milliseconds