Searched refs:kVclz (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 585 case kVclz: in ToCString()
|
D | constants-aarch32.h | 393 kVclz, enumerator
|
D | assembler-aarch32.h | 1111 VIXL_ASSERT((type == kVabs) || (type == kVcls) || (type == kVclz) || in Delegate() 1127 VIXL_ASSERT((type == kVabs) || (type == kVcls) || (type == kVclz) || in Delegate()
|
D | disasm-aarch32.cc | 4337 os().SetCurrentInstruction(kVclz, kFpNeon); in vclz() 4338 os() << ToCString(kVclz) << ConditionPrinter(it_block_, cond) << dt << " " in vclz() 4346 os().SetCurrentInstruction(kVclz, kFpNeon); in vclz() 4347 os() << ToCString(kVclz) << ConditionPrinter(it_block_, cond) << dt << " " in vclz()
|
D | assembler-aarch32.cc | 14796 Delegate(kVclz, &Assembler::vclz, cond, dt, rd, rm); in vclz() 14823 Delegate(kVclz, &Assembler::vclz, cond, dt, rd, rm); in vclz()
|