Searched refs:kVmax (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 645 case kVmax: in ToCString()
|
D | constants-aarch32.h | 427 kVmax, enumerator
|
D | assembler-aarch32.h | 1094 (type == kVhadd) || (type == kVhsub) || (type == kVmax) || in Delegate() 1118 (type == kVhadd) || (type == kVhsub) || (type == kVmax) || in Delegate()
|
D | disasm-aarch32.cc | 5054 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()
|
D | assembler-aarch32.cc | 19923 Delegate(kVmax, &Assembler::vmax, cond, dt, rd, rn, rm); in vmax() 19970 Delegate(kVmax, &Assembler::vmax, cond, dt, rd, rn, rm); in vmax()
|