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

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 388 // XOPA - Prefix to encode 0xA in VEX.MMMM of XOP instructions.
469 /// XOP - Opcode prefix used by XOP instructions.
470 XOP = 2 << EncodingShift,
553 /// ModRM or I8IMM. This is used for FMA4 and XOP instructions.
X86MCCodeEmitter.cpp 634 // 0b01000: XOP map select - 08h instructions with imm byte
635 // 0b01001: XOP map select - 09h instructions with no imm byte
636 // 0b01010: XOP map select - 0Ah instructions with imm dword
    [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 127 VEX = 1, XOP = 2, EVEX = 3
377 } else if (Encoding == X86Local::VEX || Encoding == X86Local::XOP) {
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 548 milliseconds