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 508 /// ModRM or I8IMM. This is used for FMA4 and XOP instructions.
511 /// XOP - Opcode prefix used by XOP instructions.
512 XOP = 1U << 19
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...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 842 // XOP: Use XOP prefix byte 0x8f instead of VEX.
843 unsigned char XOP = 0;
852 // 0b01000: XOP map select - 08h instructions with imm byte
853 // 0b10001: XOP map select - 09h instructions with no imm byte
884 if ((TSFlags >> X86II::VEXShift) & X86II::XOP)
885 XOP = 1;
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 192 milliseconds