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.h393 kVclz, enumerator
Dassembler-aarch32.h1111 VIXL_ASSERT((type == kVabs) || (type == kVcls) || (type == kVclz) || in Delegate()
1127 VIXL_ASSERT((type == kVabs) || (type == kVcls) || (type == kVclz) || in Delegate()
Ddisasm-aarch32.cc4337 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()
Dassembler-aarch32.cc14796 Delegate(kVclz, &Assembler::vclz, cond, dt, rd, rm); in vclz()
14823 Delegate(kVclz, &Assembler::vclz, cond, dt, rd, rm); in vclz()