Searched refs:TRAP (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-13-stable/sys/i386/i386/
H A Dexception.s103 #define TRAP(a) pushl $(a) ; jmp alltraps define
106 pushl $0; TRAP(T_DIVIDE)
108 pushl $0; TRAP(T_BPTFLT)
110 pushl $0; TRAP(T_DTRACE_RET)
112 pushl $0; TRAP(T_OFLOW)
114 pushl $0; TRAP(T_BOUND)
117 pushl $0; TRAP(T_PRIVINFLT)
120 pushl $0; TRAP(T_DNA)
122 pushl $0; TRAP(T_FPOPFLT)
124 TRAP(T_TSSFL
[all...]
H A Ddb_trace.c190 #define TRAP 1 macro
324 frame_type = TRAP;
394 case TRAP:
415 case TRAP:
/freebsd-13-stable/sys/amd64/amd64/
H A Ddb_trace.c123 #define TRAP 1 macro
198 frame_type = TRAP;
240 case TRAP:
H A Dexception.S143 .macro TRAP l, trapno
172 TRAP div, T_DIVIDE
173 TRAP ofl, T_OFLOW
174 TRAP bnd, T_BOUND
175 TRAP ill, T_PRIVINFLT
176 TRAP dna, T_DNA
177 TRAP fpusegm, T_FPOPFLT
178 TRAP rsvd, T_RESERVED
179 TRAP fpu, T_ARITHTRAP
180 TRAP xm
[all...]
/freebsd-13-stable/release/tools/
H A Dvmimage.subr13 trap "cleanup" INT QUIT TRAP ABRT TERM
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h978 /// TRAP - Trapping instruction
979 TRAP, enumerator in enum:llvm::ISD::NodeType
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-snmp.c136 #define TRAP 4 macro
147 #define NOTIFY_CLASS(x) (x == TRAP || x == V2TRAP || x == INFORMREQ)
1479 varbind_print(ndo, TRAP, np, length);
1519 if (version == SNMP_VERSION_2 && pdu.id == TRAP) {
1525 case TRAP:
/freebsd-13-stable/contrib/tcp_wrappers/
H A DMakefile664 # been observed for SunOS 4.1.[1-3]. Symptoms are "BAD TRAP" and "Data
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp520 MachineInstr *Trap = MIRBuilder.buildInstr(Mips::TRAP);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h356 TRAP,
H A DAMDGPUISelLowering.cpp1311 SDValue Trap = DAG.getNode(ISD::TRAP, DL, MVT::Other, DAG.getEntryNode());
4235 NODE_NAME_CASE(TRAP)
H A DSIISelLowering.cpp447 setOperationAction(ISD::TRAP, MVT::Other, Custom);
4432 case ISD::TRAP:
5079 return DAG.getNode(AMDGPUISD::TRAP, SL, MVT::Other, Ops);
5102 return DAG.getNode(AMDGPUISD::TRAP, SL, MVT::Other, Ops);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp391 case ISD::TRAP: return "trap";
H A DStatepointLowering.cpp1096 DAG.getNode(ISD::TRAP, getCurSDLoc(), MVT::Other, DAG.getRoot()));
H A DFastISel.cpp1913 return fastEmit_(MVT::Other, MVT::Other, ISD::TRAP) != 0;
H A DLegalizeDAG.cpp1109 // replace ISD::DEBUGTRAP with ISD::TRAP
1111 NewVal = DAG.getNode(ISD::TRAP, SDLoc(Node), Node->getVTList(),
3984 case ISD::TRAP: {
H A DSelectionDAGBuilder.cpp2641 // even if it's at the very end, so emit an explicit TRAP here.
2644 Chain = DAG.getNode(ISD::TRAP, getCurSDLoc(), MVT::Other, Chain);
2649 Chain = DAG.getNode(ISD::TRAP, getCurSDLoc(), MVT::Other, Chain);
2999 DAG.setRoot(DAG.getNode(ISD::TRAP, getCurSDLoc(), MVT::Other, DAG.getRoot()));
6519 ISD::TRAP : ISD::DEBUGTRAP;
/freebsd-13-stable/sys/dev/hwpmc/
H A Dpmc_events.h1314 __PMC_EV(OCTEON, TRAP) \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp769 // Default ISD::TRAP to expand (which turns it into abort).
770 setOperationAction(ISD::TRAP, MVT::Other, Expand);
772 // On most systems, DEBUGTRAP and TRAP have no difference. The "Expand"
773 // here is to inform DAG Legalizer to replace DEBUGTRAP with TRAP.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1073 RetOpcode == ARM::TRAP || RetOpcode == ARM::TRAPNaCl ||
H A DARMAsmPrinter.cpp1859 case ARM::TRAP: {
H A DARMFastISel.cpp2568 Opcode = Subtarget->useNaClTrap() ? ARM::TRAPNaCl : ARM::TRAP;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp256 setOperationAction(ISD::TRAP, MVT::Other, Legal);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1729 BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(X86::TRAP));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp112 setOperationAction(ISD::TRAP, MVT::Other, Legal);

Completed in 682 milliseconds

12