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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc555 case kVadd:
H A Dconstants-aarch32.h378 kVadd, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1053 (type == kVadd) || (type == kVbif) || (type == kVbit) ||
1078 (type == kVadd) || (type == kVbif) || (type == kVbit) ||
1154 VIXL_ASSERT((type == kVadd) || (type == kVdiv) || (type == kVfma) ||
H A Dassembler-aarch32.cc13315 Delegate(kVadd, &Assembler::vadd, cond, dt, rd, rn, rm);
13360 Delegate(kVadd, &Assembler::vadd, cond, dt, rd, rn, rm);
13383 Delegate(kVadd, &Assembler::vadd, cond, dt, rd, rn, rm);
H A Ddisasm-aarch32.cc3887 os().SetCurrentInstruction(kVadd, kFpNeon);
3888 os() << ToCString(kVadd) << ConditionPrinter(it_block_, cond) << dt;
3898 os().SetCurrentInstruction(kVadd, kFpNeon);
3899 os() << ToCString(kVadd) << ConditionPrinter(it_block_, cond) << dt;
3909 os().SetCurrentInstruction(kVadd, kFpNeon);
3910 os() << ToCString(kVadd) << ConditionPrinter(it_block_, cond) << dt;
[all...]

Completed in 235 milliseconds