Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc799 case kVsqrt: in ToCString()
Dconstants-aarch32.h504 kVsqrt, enumerator
Dassembler-aarch32.h1152 (type == kVrintz) || (type == kVrsqrte) || (type == kVsqrt) || in Delegate()
1180 (type == kVrintx) || (type == kVrintz) || (type == kVsqrt)); in Delegate()
Ddisasm-aarch32.cc6598 os().SetCurrentInstruction(kVsqrt, kFpNeon); in vsqrt()
6599 os() << ToCString(kVsqrt) << ConditionPrinter(it_block_, cond) << dt << " " in vsqrt()
6607 os().SetCurrentInstruction(kVsqrt, kFpNeon); in vsqrt()
6608 os() << ToCString(kVsqrt) << ConditionPrinter(it_block_, cond) << dt << " " in vsqrt()
Dassembler-aarch32.cc25831 Delegate(kVsqrt, &Assembler::vsqrt, cond, dt, rd, rm); in vsqrt()
25852 Delegate(kVsqrt, &Assembler::vsqrt, cond, dt, rd, rm); in vsqrt()