Home
last modified time | relevance | path

Searched refs:kVrsqrte (Results 1 – 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
Dconstants-aarch32.cc773 case kVrsqrte: in ToCString()
Dconstants-aarch32.h491 kVrsqrte, enumerator
Dassembler-aarch32.h1132 (type == kVrev64) || (type == kVrsqrte) || (type == kVsqrt) || in Delegate()
1148 (type == kVrev64) || (type == kVrsqrte) || (type == kVswp) || in Delegate()
Ddisasm-aarch32.cc6374 os().SetCurrentInstruction(kVrsqrte, kFpNeon); in vrsqrte()
6375 os() << ToCString(kVrsqrte) << ConditionPrinter(it_block_, cond) << dt << " " in vrsqrte()
6383 os().SetCurrentInstruction(kVrsqrte, kFpNeon); in vrsqrte()
6384 os() << ToCString(kVrsqrte) << ConditionPrinter(it_block_, cond) << dt << " " in vrsqrte()
Dassembler-aarch32.cc24917 Delegate(kVrsqrte, &Assembler::vrsqrte, cond, dt, rd, rm); in vrsqrte()
24949 Delegate(kVrsqrte, &Assembler::vrsqrte, cond, dt, rd, rm); in vrsqrte()