Home | History | Annotate | Download | only in arm

Lines Matching refs:feature

142   // the kernel puts the appropriate feature flags in here.  Sometimes it doesn't.
321 std::string feature = android::base::Trim(*i);
322 if (feature == "div") {
324 } else if (feature == "-div") {
326 } else if (feature == "atomic_ldrd_strd") {
328 } else if (feature == "-atomic_ldrd_strd") {
330 } else if (feature == "armv8a") {
332 } else if (feature == "-armv8a") {
335 *error_msg = StringPrintf("Unknown instruction set feature: '%s'", feature.c_str());