Home
last modified time | relevance | path

Searched refs:MRM4X (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/
DX86RecognizableInstr.h126 MRM4X = 60, MRM5X = 61, MRM6X = 62, MRM7X = 63, enumerator
DX86RecognizableInstr.cpp724 case X86Local::MRM4X: 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.cpp1706 case X86II::MRM4X: in encodeInstruction()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp86 case X86II::MRM4X: in isInvalidMemoryInstr()
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrFormats.td55 def MRM3X : Format<59>; def MRM4X : Format<60>; def MRM5X : Format<61>;