Searched refs:kVcls (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 581 case kVcls: in ToCString()
|
D | constants-aarch32.h | 395 kVcls, enumerator
|
D | assembler-aarch32.h | 1128 VIXL_ASSERT((type == kVabs) || (type == kVcls) || (type == kVclz) || in Delegate() 1144 VIXL_ASSERT((type == kVabs) || (type == kVcls) || (type == kVclz) || in Delegate()
|
D | disasm-aarch32.cc | 4262 os().SetCurrentInstruction(kVcls, kFpNeon); in vcls() 4263 os() << ToCString(kVcls) << ConditionPrinter(it_block_, cond) << dt << " " in vcls() 4271 os().SetCurrentInstruction(kVcls, kFpNeon); in vcls() 4272 os() << ToCString(kVcls) << ConditionPrinter(it_block_, cond) << dt << " " in vcls()
|
D | assembler-aarch32.cc | 15698 Delegate(kVcls, &Assembler::vcls, cond, dt, rd, rm); in vcls() 15725 Delegate(kVcls, &Assembler::vcls, cond, dt, rd, rm); in vcls()
|