Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc645 case kVmax: in ToCString()
Dconstants-aarch32.h423 kVmax, enumerator
Dassembler-aarch32.h1058 (type == kVhadd) || (type == kVhsub) || (type == kVmax) || in Delegate()
1082 (type == kVhadd) || (type == kVhsub) || (type == kVmax) || in Delegate()
Ddisasm-aarch32.cc5087 os().SetCurrentInstruction(kVmax, kFpNeon); in vmax()
5088 os() << ToCString(kVmax) << ConditionPrinter(it_block_, cond) << dt; in vmax()
5098 os().SetCurrentInstruction(kVmax, kFpNeon); in vmax()
5099 os() << ToCString(kVmax) << ConditionPrinter(it_block_, cond) << dt; in vmax()
Dassembler-aarch32.cc18683 Delegate(kVmax, &Assembler::vmax, cond, dt, rd, rn, rm); in vmax()
18730 Delegate(kVmax, &Assembler::vmax, cond, dt, rd, rn, rm); in vmax()