Searched refs:HLT (Results 1 – 20 of 20) sorted by relevance
/external/llvm/test/MC/Disassembler/ARM/ |
D | basic-arm-instructions-v8.txt | 5 # HLT
|
/external/llvm/test/MC/ARM/ |
D | basic-arm-instructions-v8.s | 6 @ HLT
|
D | basic-thumb2-instructions-v8.s | 6 @ HLT (in ARMv8 only)
|
D | thumb-diagnostics.s | 45 @ Out of range immediates for v8 HLT instruction.
|
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 469 HLT | Assembler::ImmException(kImmExceptionIsRedirectedCall)); in Redirection() 3618 case HLT: { in VisitException() 3685 DCHECK(pc_->Mask(ExceptionMask) == HLT); in VisitException() 3716 DCHECK((instr->Mask(ExceptionMask) == HLT) && in DoPrintf()
|
D | assembler-arm64.cc | 917 if ((instr->Mask(ExceptionMask) == HLT) && in ConstantPoolSizeAt() 926 if ((instr->Mask(ExceptionMask) == HLT) && in ConstantPoolSizeAt() 2222 Emit(HLT | ImmException(code)); in hlt()
|
D | constants-arm64.h | 676 HLT = ExceptionFixed | 0x00400000, enumerator
|
D | disasm-arm64.cc | 1195 case HLT: mnemonic = "hlt"; break; in VisitException()
|
/external/vixl/src/vixl/a64/ |
D | simulator-a64.cc | 2375 case HLT: in VisitException() 3870 VIXL_ASSERT((instr->Mask(ExceptionMask) == HLT) && in DoUnreachable() 3880 VIXL_ASSERT((instr->Mask(ExceptionMask) == HLT) && in DoTrace() 3907 VIXL_ASSERT((instr->Mask(ExceptionMask) == HLT) && in DoLog() 3928 VIXL_ASSERT((instr->Mask(ExceptionMask) == HLT) && in DoPrintf()
|
D | debugger-a64.cc | 666 case HLT: in VisitException()
|
D | constants-a64.h | 710 HLT = ExceptionFixed | 0x00400000, enumerator
|
D | disasm-a64.cc | 1383 case HLT: mnemonic = "hlt"; break; in VisitException()
|
D | assembler-a64.cc | 4658 Emit(HLT | ImmException(code)); in hlt()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 31 def HLT : I<0xF4, RawFrm, (outs), (ins), "hlt", [], IIC_HLT>;
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 434 #define HLT CHOICE(hlt, hlt, hlt) macro 1171 #define HLT hlt macro
|
/external/bison/tests/ |
D | existing.at | 795 HLABEL HLE HLONG HLT
|
/external/vixl/doc/ |
D | supported-instructions.md | 501 ### HLT ### subsection
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 5994 Inst.getOpcode() == ARM::HLT; in instIsBreakpoint()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 1920 def HLT : AInoP<(outs), (ins imm0_65535:$val), MiscFrm, NoItinerary,
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 1221 def HLT : ExceptionGeneration<0b010, 0b00, "hlt">;
|