Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h150 MRM5X = 61, enumerator
H A DX86RecognizableInstr.cpp812 case X86Local::MRM5X: in emitInstructionSpecifier()
929 case X86Local::MRM5X: in emitDecodePath()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h623 MRM5X = 61, // Format /5 enumerator
1071 case X86II::MRM5X: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1901 case X86II::MRM5X: in encodeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFormats.td58 def MRM3X : Format<59>; def MRM4X : Format<60>; def MRM5X : Format<61>;
H A DX86InstrSSE.td3258 def LFENCE : I<0xAE, MRM5X, (outs), (ins), "lfence", [(int_x86_sse2_lfence)]>,