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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc569 case kVbit:
H A Dconstants-aarch32.h385 kVbit, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1053 (type == kVadd) || (type == kVbif) || (type == kVbit) ||
1078 (type == kVadd) || (type == kVbif) || (type == kVbit) ||
H A Dassembler-aarch32.cc13775 Delegate(kVbit, &Assembler::vbit, cond, dt, rd, rn, rm);
13799 Delegate(kVbit, &Assembler::vbit, cond, dt, rd, rn, rm);
H A Ddisasm-aarch32.cc4023 os().SetCurrentInstruction(kVbit, kFpNeon);
4024 os() << ToCString(kVbit) << ConditionPrinter(it_block_, cond) << dt;
4034 os().SetCurrentInstruction(kVbit, kFpNeon);
4035 os() << ToCString(kVbit) << ConditionPrinter(it_block_, cond) << dt;
[all...]

Completed in 187 milliseconds