Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc565 case kVbic: in ToCString()
Dconstants-aarch32.h387 kVbic, enumerator
Dassembler-aarch32.h1229 VIXL_ASSERT((type == kVand) || (type == kVbic) || (type == kVceq) || in Delegate()
1245 VIXL_ASSERT((type == kVand) || (type == kVbic) || (type == kVceq) || in Delegate()
Ddisasm-aarch32.cc3980 os().SetCurrentInstruction(kVbic, kFpNeon); in vbic()
3981 os() << ToCString(kVbic) << ConditionPrinter(it_block_, cond) << dt; in vbic()
3994 os().SetCurrentInstruction(kVbic, kFpNeon); in vbic()
3995 os() << ToCString(kVbic) << ConditionPrinter(it_block_, cond) << dt; in vbic()
Dassembler-aarch32.cc14790 Delegate(kVbic, &Assembler::vbic, cond, dt, rd, rn, operand); in vbic()
14848 Delegate(kVbic, &Assembler::vbic, cond, dt, rd, rn, operand); in vbic()