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.h383 kVbic, enumerator
Dassembler-aarch32.h1192 VIXL_ASSERT((type == kVand) || (type == kVbic) || (type == kVceq) || in Delegate()
1208 VIXL_ASSERT((type == kVand) || (type == kVbic) || (type == kVceq) || in Delegate()
Ddisasm-aarch32.cc3976 os().SetCurrentInstruction(kVbic, kFpNeon); in vbic()
3977 os() << ToCString(kVbic) << ConditionPrinter(it_block_, cond) << dt; in vbic()
3990 os().SetCurrentInstruction(kVbic, kFpNeon); in vbic()
3991 os() << ToCString(kVbic) << ConditionPrinter(it_block_, cond) << dt; in vbic()
Dassembler-aarch32.cc13645 Delegate(kVbic, &Assembler::vbic, cond, dt, rd, rn, operand); in vbic()
13703 Delegate(kVbic, &Assembler::vbic, cond, dt, rd, rn, operand); in vbic()