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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc567 case kVbif:
H A Dconstants-aarch32.h384 kVbif, 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.cc13727 Delegate(kVbif, &Assembler::vbif, cond, dt, rd, rn, rm);
13751 Delegate(kVbif, &Assembler::vbif, cond, dt, rd, rn, rm);
H A Ddisasm-aarch32.cc4001 os().SetCurrentInstruction(kVbif, kFpNeon);
4002 os() << ToCString(kVbif) << ConditionPrinter(it_block_, cond) << dt;
4012 os().SetCurrentInstruction(kVbif, kFpNeon);
4013 os() << ToCString(kVbif) << ConditionPrinter(it_block_, cond) << dt;
[all...]

Completed in 700 milliseconds