Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Form

92 static const char *stringForARMFormat(ARMFormat form) {
94 switch(form) {
162 static bool thumbInstruction(uint8_t Form) {
163 return Form == ARM_FORMAT_THUMBFRM;
745 stringForARMFormat((ARMFormat)getByteField(Def, "Form"));
1560 uint8_t Form = getByteField(Def, "Form");
1577 if (Form == ARM_FORMAT_PSEUDO)
1579 if (thumbInstruction(Form))
1615 if (!thumbInstruction(Form))
1666 errs() << Name << " " << stringForARMFormat((ARMFormat)Form);