Lines Matching defs:Def
138 static uint8_t getByteField(const Record &def, const char *str) {
139 BitsInit *bits = def.getValueAsBitsInit(str);
143 static BitsInit &getBitsField(const Record &def, const char *str) {
144 BitsInit *bits = def.getValueAsBitsInit(str);
741 const Record &Def = *(AllInstructions[i]->TheDef);
742 const std::string &Name = Def.getName();
743 if (Def.isSubClassOf("InstARM") || Def.isSubClassOf("InstThumb"))
745 stringForARMFormat((ARMFormat)getByteField(Def, "Form"));
1558 const Record &Def = *CGI.TheDef;
1559 const StringRef Name = Def.getName();
1560 uint8_t Form = getByteField(Def, "Form");
1562 BitsInit &Bits = getBitsField(Def, "Inst");
1573 if (Def.getValueAsBit("isAsmParserOnly"))