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 | 423 kVmax, enumerator
|
D | assembler-aarch32.h | 1058 (type == kVhadd) || (type == kVhsub) || (type == kVmax) || in Delegate() 1082 (type == kVhadd) || (type == kVhsub) || (type == kVmax) || in Delegate()
|
D | disasm-aarch32.cc | 5087 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()
|
D | assembler-aarch32.cc | 18683 Delegate(kVmax, &Assembler::vmax, cond, dt, rd, rn, rm); in vmax() 18730 Delegate(kVmax, &Assembler::vmax, cond, dt, rd, rn, rm); in vmax()
|