Searched refs:kVaba (Results 1 - 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc537 case kVaba:
H A Dconstants-aarch32.h369 kVaba, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1051 VIXL_ASSERT((type == kVaba) || (type == kVabd) || (type == kVacge) ||
1076 VIXL_ASSERT((type == kVaba) || (type == kVabd) || (type == kVacge) ||
H A Dassembler-aarch32.cc12766 Delegate(kVaba, &Assembler::vaba, cond, dt, rd, rn, rm);
12796 Delegate(kVaba, &Assembler::vaba, cond, dt, rd, rn, rm);
H A Ddisasm-aarch32.cc3722 os().SetCurrentInstruction(kVaba, kFpNeon);
3723 os() << ToCString(kVaba) << ConditionPrinter(it_block_, cond) << dt << " "
3729 os().SetCurrentInstruction(kVaba, kFpNeon);
3730 os() << ToCString(kVaba) << ConditionPrinter(it_block_, cond) << dt << " "
[all...]

Completed in 238 milliseconds