Home
last modified time | relevance | path

Searched refs:kVclz (Results 1 – 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
Dconstants-aarch32.cc585 case kVclz: in ToCString()
Dconstants-aarch32.h397 kVclz, enumerator
Dassembler-aarch32.h1128 VIXL_ASSERT((type == kVabs) || (type == kVcls) || (type == kVclz) || in Delegate()
1144 VIXL_ASSERT((type == kVabs) || (type == kVcls) || (type == kVclz) || in Delegate()
Ddisasm-aarch32.cc4330 os().SetCurrentInstruction(kVclz, kFpNeon); in vclz()
4331 os() << ToCString(kVclz) << ConditionPrinter(it_block_, cond) << dt << " " in vclz()
4339 os().SetCurrentInstruction(kVclz, kFpNeon); in vclz()
4340 os() << ToCString(kVclz) << ConditionPrinter(it_block_, cond) << dt << " " in vclz()
Dassembler-aarch32.cc15926 Delegate(kVclz, &Assembler::vclz, cond, dt, rd, rm); in vclz()
15953 Delegate(kVclz, &Assembler::vclz, cond, dt, rd, rm); in vclz()