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 | 387 kVbic, enumerator
|
D | assembler-aarch32.h | 1229 VIXL_ASSERT((type == kVand) || (type == kVbic) || (type == kVceq) || in Delegate() 1245 VIXL_ASSERT((type == kVand) || (type == kVbic) || (type == kVceq) || in Delegate()
|
D | disasm-aarch32.cc | 3980 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()
|
D | assembler-aarch32.cc | 14790 Delegate(kVbic, &Assembler::vbic, cond, dt, rd, rn, operand); in vbic() 14848 Delegate(kVbic, &Assembler::vbic, cond, dt, rd, rn, operand); in vbic()
|