Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc117 case kHlt: in ToCString()
Dconstants-aarch32.h163 kHlt, enumerator
Dassembler-aarch32.h722 VIXL_ASSERT((type == kBkpt) || (type == kHlt) || (type == kHvc) || in Delegate()
Ddisasm-aarch32.cc1520 os().SetCurrentInstruction(kHlt, kSystem); in hlt()
1521 os() << ToCString(kHlt) << ConditionPrinter(it_block_, cond) << " " in hlt()
Dassembler-aarch32.cc4508 Delegate(kHlt, &Assembler::hlt, cond, imm); in hlt()