Searched refs:kVsqrt (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 799 case kVsqrt: in ToCString()
|
D | constants-aarch32.h | 504 kVsqrt, enumerator
|
D | assembler-aarch32.h | 1152 (type == kVrintz) || (type == kVrsqrte) || (type == kVsqrt) || in Delegate() 1180 (type == kVrintx) || (type == kVrintz) || (type == kVsqrt)); in Delegate()
|
D | disasm-aarch32.cc | 6598 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()
|
D | assembler-aarch32.cc | 25831 Delegate(kVsqrt, &Assembler::vsqrt, cond, dt, rd, rm); in vsqrt() 25852 Delegate(kVsqrt, &Assembler::vsqrt, cond, dt, rd, rm); in vsqrt()
|