Searched refs:kVrsqrte (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 773 case kVrsqrte: in ToCString()
|
D | constants-aarch32.h | 491 kVrsqrte, enumerator
|
D | assembler-aarch32.h | 1152 (type == kVrintz) || (type == kVrsqrte) || (type == kVsqrt) || in Delegate() 1168 (type == kVrev64) || (type == kVrsqrte) || (type == kVswp) || in Delegate()
|
D | disasm-aarch32.cc | 6355 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()
|
D | assembler-aarch32.cc | 25016 Delegate(kVrsqrte, &Assembler::vrsqrte, cond, dt, rd, rm); in vrsqrte() 25048 Delegate(kVrsqrte, &Assembler::vrsqrte, cond, dt, rd, rm); in vrsqrte()
|