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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc571 case kVbsl:
H A Dconstants-aarch32.h386 kVbsl, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1054 (type == kVbsl) || (type == kVceq) || (type == kVcge) ||
1079 (type == kVbsl) || (type == kVceq) || (type == kVcge) ||
H A Dassembler-aarch32.cc13823 Delegate(kVbsl, &Assembler::vbsl, cond, dt, rd, rn, rm);
13847 Delegate(kVbsl, &Assembler::vbsl, cond, dt, rd, rn, rm);
H A Ddisasm-aarch32.cc4045 os().SetCurrentInstruction(kVbsl, kFpNeon);
4046 os() << ToCString(kVbsl) << ConditionPrinter(it_block_, cond) << dt;
4056 os().SetCurrentInstruction(kVbsl, kFpNeon);
4057 os() << ToCString(kVbsl) << ConditionPrinter(it_block_, cond) << dt;
[all...]

Completed in 185 milliseconds