Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h152 MRM7X = 63, enumerator
H A DX86RecognizableInstr.cpp814 case X86Local::MRM7X: in emitInstructionSpecifier()
931 case X86Local::MRM7X: in emitDecodePath()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h625 MRM7X = 63, // Format /7 enumerator
1073 case X86II::MRM7X: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1903 case X86II::MRM7X: in encodeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFormats.td59 def MRM6X : Format<62>; def MRM7X : Format<63>;
H A DX86InstrSSE.td3256 def SFENCE : I<0xAE, MRM7X, (outs), (ins), "sfence", [(int_x86_sse_sfence)]>,