Home
last modified time | relevance | path

Searched refs:MRM0X (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h145 MRM0X = 56, enumerator
H A DX86RecognizableInstr.cpp807 case X86Local::MRM0X: in emitInstructionSpecifier()
924 case X86Local::MRM0X: in emitDecodePath()
932 filter = std::make_unique<ExtendedFilter>(true, Form - X86Local::MRM0X); in emitDecodePath()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h618 MRM0X = 56, // Format /0 enumerator
1066 case X86II::MRM0X: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1896 case X86II::MRM0X: in encodeInstruction()
1905 emitByte(0xC0 + ((Form - X86II::MRM0X) << 3), CB); in encodeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFormats.td57 def MRM0X : Format<56>; def MRM1X : Format<57>; def MRM2X : Format<58>;