Home
last modified time | relevance | path

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

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