Home
last modified time | relevance | path

Searched refs:kAdds (Results 1 – 6 of 6) sorted by relevance

/third_party/vixl/src/aarch32/
Dconstants-aarch32.cc43 case kAdds: in ToCString()
Dconstants-aarch32.h126 kAdds, enumerator
Dmacro-assembler-aarch32.cc1020 (type == kAdc) || (type == kAdcs) || (type == kAdd) || (type == kAdds) || in Delegate()
1093 case kAdds: in Delegate()
1181 case kAdds: in Delegate()
Dassembler-aarch32.h651 (type == kAdds) || (type == kAnd) || (type == kAnds) || in Delegate()
677 VIXL_ASSERT((type == kAdds) || (type == kSubs)); in Delegate()
Ddisasm-aarch32.cc1180 os().SetCurrentInstruction(kAdds, kArithmetic); in adds()
1181 os() << ToCString(kAdds) << ConditionPrinter(it_block_, cond) << size; in adds()
1190 os().SetCurrentInstruction(kAdds, kArithmetic); in adds()
1191 os() << ToCString(kAdds) << " " << rd << ", " << operand; in adds()
Dassembler-aarch32.cc2482 Delegate(kAdds, &Assembler::adds, cond, size, rd, rn, operand); in adds()
2499 Delegate(kAdds, &Assembler::adds, rd, operand); in adds()