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.h1152 (type == kVrintz) || (type == kVrsqrte) || (type == kVsqrt) || in Delegate()
1168 (type == kVrev64) || (type == kVrsqrte) || (type == kVswp) || in Delegate()
Ddisasm-aarch32.cc6355 os().SetCurrentInstruction(kVrsqrte, kFpNeon); in vrsqrte()
6356 os() << ToCString(kVrsqrte) << ConditionPrinter(it_block_, cond) << dt << " " in vrsqrte()
6364 os().SetCurrentInstruction(kVrsqrte, kFpNeon); in vrsqrte()
6365 os() << ToCString(kVrsqrte) << ConditionPrinter(it_block_, cond) << dt << " " in vrsqrte()
Dassembler-aarch32.cc25016 Delegate(kVrsqrte, &Assembler::vrsqrte, cond, dt, rd, rm); in vrsqrte()
25048 Delegate(kVrsqrte, &Assembler::vrsqrte, cond, dt, rd, rm); in vrsqrte()