Searched refs:kAdc (Results 1 - 6 of 6) sorted by relevance

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc37 case kAdc:
H A Dconstants-aarch32.h119 kAdc, enumerator in enum:vixl::aarch32::InstructionType
H A Dmacro-assembler-aarch32.cc1301 (type == kAdc) || (type == kAdcs) || (type == kAdd) || (type == kAdds) ||
1386 case kAdc:
1469 case kAdc:
H A Dassembler-aarch32.h626 VIXL_ASSERT((type == kAdc) || (type == kAdcs) || (type == kAdd) ||
H A Dassembler-aarch32.cc1883 Delegate(kAdc, &Assembler::adc, cond, size, rd, rn, operand);
H A Ddisasm-aarch32.cc1121 os().SetCurrentInstruction(kAdc, kArithmetic);
1122 os() << ToCString(kAdc) << ConditionPrinter(it_block_, cond) << size;
[all...]

Completed in 483 milliseconds