Lines Matching defs:form
9 // * Redistributions in binary form must reproduce the above copyright notice,
2128 VIXL_ASSERT(metadata->count("form") > 0);
2129 const std::string& form = (*metadata)["form"];
2130 form_hash_ = Hash(form.c_str());
2311 // Instead of calling the indexed form of the instruction logic, we call the
2312 // vector form, which can reuse existing function logic without modification.
3181 // vform and zm are only valid for the vector form of instruction.
3185 // Inputs for indexed form of instruction.
8862 // size S as size<0>=1. There's only one case, so we ignore the form.