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.h159 kHlt, enumerator
Dassembler-aarch32.h715 VIXL_ASSERT((type == kBkpt) || (type == kHlt) || (type == kHvc) || in Delegate()
Ddisasm-aarch32.cc1522 os().SetCurrentInstruction(kHlt, kSystem); in hlt()
1523 os() << ToCString(kHlt) << ConditionPrinter(it_block_, cond) << " " << imm; in hlt()
Dassembler-aarch32.cc4153 Delegate(kHlt, &Assembler::hlt, cond, imm); in hlt()