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.h1147 VIXL_ASSERT((type == kVabs) || (type == kVcls) || (type == kVclz) || in Delegate()
1164 VIXL_ASSERT((type == kVabs) || (type == kVcls) || (type == kVclz) || in Delegate()
Ddisasm-aarch32.cc4341 os().SetCurrentInstruction(kVclz, kFpNeon); in vclz()
4342 os() << ToCString(kVclz) << ConditionPrinter(it_block_, cond) << dt << " " in vclz()
4350 os().SetCurrentInstruction(kVclz, kFpNeon); in vclz()
4351 os() << ToCString(kVclz) << ConditionPrinter(it_block_, cond) << dt << " " in vclz()
Dassembler-aarch32.cc15941 Delegate(kVclz, &Assembler::vclz, cond, dt, rd, rm); in vclz()
15968 Delegate(kVclz, &Assembler::vclz, cond, dt, rd, rm); in vclz()