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.h427 kVmax, enumerator
Dassembler-aarch32.h1094 (type == kVhadd) || (type == kVhsub) || (type == kVmax) || in Delegate()
1118 (type == kVhadd) || (type == kVhsub) || (type == kVmax) || in Delegate()
Ddisasm-aarch32.cc5054 os().SetCurrentInstruction(kVmax, kFpNeon); in vmax()
5055 os() << ToCString(kVmax) << ConditionPrinter(it_block_, cond) << dt; in vmax()
5065 os().SetCurrentInstruction(kVmax, kFpNeon); in vmax()
5066 os() << ToCString(kVmax) << ConditionPrinter(it_block_, cond) << dt; in vmax()
Dassembler-aarch32.cc19923 Delegate(kVmax, &Assembler::vmax, cond, dt, rd, rn, rm); in vmax()
19970 Delegate(kVmax, &Assembler::vmax, cond, dt, rd, rn, rm); in vmax()