Home
last modified time | relevance | path

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

/third_party/vixl/src/aarch32/
Dconstants-aarch32.cc37 case kAdc: in ToCString()
Dconstants-aarch32.h123 kAdc, enumerator
Dmacro-assembler-aarch32.cc1020 (type == kAdc) || (type == kAdcs) || (type == kAdd) || (type == kAdds) || in Delegate()
1105 case kAdc: in Delegate()
1188 case kAdc: in Delegate()
Dassembler-aarch32.h650 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()