Home | History | Annotate | Download | only in arm64

Lines Matching refs:HLT

931   if ((instr->Mask(ExceptionMask) == HLT) &&
940 if ((instr->Mask(ExceptionMask) == HLT) &&
2296 void Assembler::hlt(int code) {
2298 Emit(HLT | ImmException(code));
2333 hlt(kImmExceptionIsDebug);
2340 hlt(kImmExceptionIsUnreachable);
2348 hlt(kImmExceptionIsDebug);