Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc37 case kAdc: in ToCString()
Dconstants-aarch32.h123 kAdc, enumerator
Dmacro-assembler-aarch32.cc1005 (type == kAdc) || (type == kAdcs) || (type == kAdd) || (type == kAdds) || in Delegate()
1090 case kAdc: in Delegate()
1173 case kAdc: in Delegate()
Dassembler-aarch32.h642 VIXL_ASSERT((type == kAdc) || (type == kAdcs) || (type == kAdd) || in Delegate()
Ddisasm-aarch32.cc1132 os().SetCurrentInstruction(kAdc, kArithmetic); in adc()
1133 os() << ToCString(kAdc) << ConditionPrinter(it_block_, cond) << size; in adc()
Dassembler-aarch32.cc2008 Delegate(kAdc, &Assembler::adc, cond, size, rd, rn, operand); in adc()