Home
last modified time | relevance | path

Searched refs:HLT (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/i386/i386/
H A Dvm86.c65 #define HLT 0xf4 macro
654 code[2] = HLT; in vm86_prepcall()
658 code[0] = HLT; in vm86_prepcall()
687 if (*(u_char *)addr == HLT) in vm86_trap()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSystem.td43 def HLT : I<0xF4, RawFrm, (outs), (ins), "hlt", []>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedFalkorDetails.td1245 def : InstRW<[FalkorWr_1none_0cyc], (instrs BRK, DCPS1, DCPS2, DCPS3, HINT, HLT, HVC, ISB, SMC, SVC)>;
H A DAArch64SchedKryoDetails.td477 (instrs BRK, DCPS1, DCPS2, DCPS3, HLT, HVC, ISB, HINT, SMC, SVC)>;
H A DAArch64InstrInfo.cpp4753 case AArch64::HLT: in hasBTISemantics()
H A DAArch64InstrInfo.td3610 def HLT : ExceptionGeneration<0b010, 0b00, "hlt",
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleA57.td119 "(t2|t)?HINT$", "(t)?HLT$", "(t2)?HVC$", "(t2)?ISB$", "ITasm$",
H A DARMInstrInfo.td2272 def HLT : AInoP<(outs), (ins imm0_65535:$val), MiscFrm, NoItinerary,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5410 (Inst.getOpcode() != AArch64::HLT)) { in validateInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7526 Inst.getOpcode() == ARM::HLT; in instIsBreakpoint()