Home
last modified time | relevance | path

Searched refs:MRM7X (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.cpp727 case X86Local::MRM7X: in emitInstructionSpecifier()
803 case X86Local::MRM6X: case X86Local::MRM7X: 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
1136 case X86II::MRM6X: case X86II::MRM7X: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1709 case X86II::MRM7X: in encodeInstruction()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp89 case X86II::MRM7X: in isInvalidMemoryInstr()
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrFormats.td56 def MRM6X : Format<62>; def MRM7X : Format<63>;
DX86InstrSSE.td3195 def SFENCE : I<0xAE, MRM7X, (outs), (ins), "sfence", [(int_x86_sse_sfence)]>,