Searched refs:kVhsub (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 627 case kVhsub: in ToCString()
|
D | constants-aarch32.h | 414 kVhsub, 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 | 4916 os().SetCurrentInstruction(kVhsub, kFpNeon); in vhsub() 4917 os() << ToCString(kVhsub) << ConditionPrinter(it_block_, cond) << dt; in vhsub() 4927 os().SetCurrentInstruction(kVhsub, kFpNeon); in vhsub() 4928 os() << ToCString(kVhsub) << ConditionPrinter(it_block_, cond) << dt; in vhsub()
|
D | assembler-aarch32.cc | 16777 Delegate(kVhsub, &Assembler::vhsub, cond, dt, rd, rn, rm); in vhsub() 16807 Delegate(kVhsub, &Assembler::vhsub, cond, dt, rd, rn, rm); in vhsub()
|