Searched refs:kAdds (Results 1 – 6 of 6) sorted by relevance
/third_party/vixl/src/aarch32/ |
D | constants-aarch32.cc | 43 case kAdds: in ToCString()
|
D | constants-aarch32.h | 126 kAdds, enumerator
|
D | macro-assembler-aarch32.cc | 1020 (type == kAdc) || (type == kAdcs) || (type == kAdd) || (type == kAdds) || in Delegate() 1093 case kAdds: in Delegate() 1181 case kAdds: in Delegate()
|
D | assembler-aarch32.h | 651 (type == kAdds) || (type == kAnd) || (type == kAnds) || in Delegate() 677 VIXL_ASSERT((type == kAdds) || (type == kSubs)); in Delegate()
|
D | disasm-aarch32.cc | 1180 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()
|
D | assembler-aarch32.cc | 2482 Delegate(kAdds, &Assembler::adds, cond, size, rd, rn, operand); in adds() 2499 Delegate(kAdds, &Assembler::adds, rd, operand); in adds()
|