Home
last modified time | relevance | path

Searched refs:MRM5X (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/
DX86RecognizableInstr.h126 MRM4X = 60, MRM5X = 61, MRM6X = 62, MRM7X = 63, enumerator
DX86RecognizableInstr.cpp725 case X86Local::MRM5X: in emitInstructionSpecifier()
802 case X86Local::MRM4X: case X86Local::MRM5X: in emitDecodePath()
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h722 MRM4X = 60, MRM5X = 61, MRM6X = 62, MRM7X = 63, // Format /4 /5 /6 /7 enumerator
1135 case X86II::MRM4X: case X86II::MRM5X: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1707 case X86II::MRM5X: in encodeInstruction()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp87 case X86II::MRM5X: in isInvalidMemoryInstr()
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrFormats.td55 def MRM3X : Format<59>; def MRM4X : Format<60>; def MRM5X : Format<61>;
DX86InstrSSE.td3197 def LFENCE : I<0xAE, MRM5X, (outs), (ins), "lfence", [(int_x86_sse2_lfence)]>,