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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc565 case kVbic:
H A Dconstants-aarch32.h383 kVbic, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1192 VIXL_ASSERT((type == kVand) || (type == kVbic) || (type == kVceq) ||
1208 VIXL_ASSERT((type == kVand) || (type == kVbic) || (type == kVceq) ||
H A Dassembler-aarch32.cc13645 Delegate(kVbic, &Assembler::vbic, cond, dt, rd, rn, operand);
13703 Delegate(kVbic, &Assembler::vbic, cond, dt, rd, rn, operand);
H A Ddisasm-aarch32.cc3976 os().SetCurrentInstruction(kVbic, kFpNeon);
3977 os() << ToCString(kVbic) << ConditionPrinter(it_block_, cond) << dt;
3990 os().SetCurrentInstruction(kVbic, kFpNeon);
3991 os() << ToCString(kVbic) << ConditionPrinter(it_block_, cond) << dt;
[all...]

Completed in 410 milliseconds