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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc799 case kVsqrt:
H A Dconstants-aarch32.h500 kVsqrt, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1116 (type == kVrsqrte) || (type == kVsqrt) || (type == kVswp) ||
1143 (type == kVneg) || (type == kVsqrt));
H A Dassembler-aarch32.cc24517 Delegate(kVsqrt, &Assembler::vsqrt, cond, dt, rd, rm);
24538 Delegate(kVsqrt, &Assembler::vsqrt, cond, dt, rd, rm);
H A Ddisasm-aarch32.cc6661 os().SetCurrentInstruction(kVsqrt, kFpNeon);
6662 os() << ToCString(kVsqrt) << ConditionPrinter(it_block_, cond) << dt << " "
6670 os().SetCurrentInstruction(kVsqrt, kFpNeon);
6671 os() << ToCString(kVsqrt) << ConditionPrinter(it_block_, cond) << dt << " "
[all...]

Completed in 932 milliseconds