Searched refs:MRM0X (Results 1 – 5 of 5) sorted by relevance
145 MRM0X = 56, enumerator
807 case X86Local::MRM0X: in emitInstructionSpecifier()924 case X86Local::MRM0X: in emitDecodePath()932 filter = std::make_unique<ExtendedFilter>(true, Form - X86Local::MRM0X); in emitDecodePath()
618 MRM0X = 56, // Format /0 enumerator1066 case X86II::MRM0X: in getMemoryOperandNo()
1896 case X86II::MRM0X: in encodeInstruction()1905 emitByte(0xC0 + ((Form - X86II::MRM0X) << 3), CB); in encodeInstruction()
57 def MRM0X : Format<56>; def MRM1X : Format<57>; def MRM2X : Format<58>;