Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DX86RecognizableInstr.h125 MRM0X = 56, MRM1X = 57, MRM2X = 58, MRM3X = 59, enumerator
DX86RecognizableInstr.cpp723 case X86Local::MRM3X: in emitInstructionSpecifier()
801 case X86Local::MRM2X: case X86Local::MRM3X: in emitDecodePath()
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h721 MRM0X = 56, MRM1X = 57, MRM2X = 58, MRM3X = 59, // Format /0 /1 /2 /3 enumerator
1134 case X86II::MRM2X: case X86II::MRM3X: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1705 case X86II::MRM3X: in encodeInstruction()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp85 case X86II::MRM3X: in isInvalidMemoryInstr()
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrFormats.td55 def MRM3X : Format<59>; def MRM4X : Format<60>; def MRM5X : Format<61>;