Lines Matching refs:Form
79 Form = byteFromRec(Rec, "FormBits"); in RecognizableInstr()
104 (Form == X86Local::MRMDestReg || Form == X86Local::MRMSrcReg); in RecognizableInstr()
123 if (Form == X86Local::Pseudo || (IsCodeGenOnly && !ForceDisassemble)) { in RecognizableInstr()
462 switch (Form) { in emitInstructionSpecifier()
758 switch (Form) { in emitDecodePath()
797 filter = std::make_unique<ExtendedFilter>(true, Form - X86Local::MRM0r); in emitDecodePath()
803 filter = std::make_unique<ExtendedFilter>(true, Form - X86Local::MRM0X); in emitDecodePath()
806 filter = std::make_unique<ExtendedRMFilter>(true, Form - X86Local::MRMr0); in emitDecodePath()
812 filter = std::make_unique<ExtendedFilter>(false, Form - X86Local::MRM0m); in emitDecodePath()
815 filter = std::make_unique<ExactFilter>(0xC0 + Form - X86Local::MRM_C0); in emitDecodePath()
831 if (Form == X86Local::AddRegFrm || Form == X86Local::MRMSrcRegCC || in emitDecodePath()
832 Form == X86Local::MRMSrcMemCC || Form == X86Local::MRMXrCC || in emitDecodePath()
833 Form == X86Local::MRMXmCC || Form == X86Local::AddCCFrm) { in emitDecodePath()
834 unsigned Count = Form == X86Local::AddRegFrm ? 8 : 16; in emitDecodePath()