Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc627 case kVhsub: in ToCString()
Dconstants-aarch32.h418 kVhsub, enumerator
Dassembler-aarch32.h1094 (type == kVhadd) || (type == kVhsub) || (type == kVmax) || in Delegate()
1118 (type == kVhadd) || (type == kVhsub) || (type == kVmax) || in Delegate()
Ddisasm-aarch32.cc4879 os().SetCurrentInstruction(kVhsub, kFpNeon); in vhsub()
4880 os() << ToCString(kVhsub) << ConditionPrinter(it_block_, cond) << dt; in vhsub()
4890 os().SetCurrentInstruction(kVhsub, kFpNeon); in vhsub()
4891 os() << ToCString(kVhsub) << ConditionPrinter(it_block_, cond) << dt; in vhsub()
Dassembler-aarch32.cc17932 Delegate(kVhsub, &Assembler::vhsub, cond, dt, rd, rn, rm); in vhsub()
17962 Delegate(kVhsub, &Assembler::vhsub, cond, dt, rd, rn, rm); in vhsub()