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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc117 case kHlt:
H A Dconstants-aarch32.h159 kHlt, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h715 VIXL_ASSERT((type == kBkpt) || (type == kHlt) || (type == kHvc) ||
H A Dassembler-aarch32.cc4153 Delegate(kHlt, &Assembler::hlt, cond, imm);
H A Ddisasm-aarch32.cc1522 os().SetCurrentInstruction(kHlt, kSystem);
1523 os() << ToCString(kHlt) << ConditionPrinter(it_block_, cond) << " " << imm;
[all...]

Completed in 214 milliseconds