Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc581 case kVcls: in ToCString()
Dconstants-aarch32.h395 kVcls, 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.cc4273 os().SetCurrentInstruction(kVcls, kFpNeon); in vcls()
4274 os() << ToCString(kVcls) << ConditionPrinter(it_block_, cond) << dt << " " in vcls()
4282 os().SetCurrentInstruction(kVcls, kFpNeon); in vcls()
4283 os() << ToCString(kVcls) << ConditionPrinter(it_block_, cond) << dt << " " in vcls()
Dassembler-aarch32.cc15713 Delegate(kVcls, &Assembler::vcls, cond, dt, rd, rm); in vcls()
15740 Delegate(kVcls, &Assembler::vcls, cond, dt, rd, rm); in vcls()