Searched refs:kAdds (Results 1 – 6 of 6) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 43 case kAdds: in ToCString()
|
D | constants-aarch32.h | 126 kAdds, enumerator
|
D | macro-assembler-aarch32.cc | 1005 (type == kAdc) || (type == kAdcs) || (type == kAdd) || (type == kAdds) || in Delegate() 1078 case kAdds: in Delegate() 1166 case kAdds: in Delegate()
|
D | assembler-aarch32.h | 643 (type == kAdds) || (type == kAnd) || (type == kAnds) || in Delegate() 669 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()
|