Searched refs:kVbic (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 565 case kVbic: in ToCString()
|
D | constants-aarch32.h | 383 kVbic, enumerator
|
D | assembler-aarch32.h | 1192 VIXL_ASSERT((type == kVand) || (type == kVbic) || (type == kVceq) || in Delegate() 1208 VIXL_ASSERT((type == kVand) || (type == kVbic) || (type == kVceq) || in Delegate()
|
D | disasm-aarch32.cc | 3976 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()
|
D | assembler-aarch32.cc | 13645 Delegate(kVbic, &Assembler::vbic, cond, dt, rd, rn, operand); in vbic() 13703 Delegate(kVbic, &Assembler::vbic, cond, dt, rd, rn, operand); in vbic()
|