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 | 397 kVclz, enumerator
|
D | assembler-aarch32.h | 1147 VIXL_ASSERT((type == kVabs) || (type == kVcls) || (type == kVclz) || in Delegate() 1164 VIXL_ASSERT((type == kVabs) || (type == kVcls) || (type == kVclz) || in Delegate()
|
D | disasm-aarch32.cc | 4341 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()
|
D | assembler-aarch32.cc | 15941 Delegate(kVclz, &Assembler::vclz, cond, dt, rd, rm); in vclz() 15968 Delegate(kVclz, &Assembler::vclz, cond, dt, rd, rm); in vclz()
|