Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h151 MRM6X = 62, enumerator
H A DX86RecognizableInstr.cpp813 case X86Local::MRM6X: in emitInstructionSpecifier()
930 case X86Local::MRM6X: in emitDecodePath()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h624 MRM6X = 62, // Format /6 enumerator
1072 case X86II::MRM6X: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1902 case X86II::MRM6X: 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.td3260 def MFENCE : I<0xAE, MRM6X, (outs), (ins), "mfence", [(int_x86_sse2_mfence)]>,