Home
last modified time | relevance | path

Searched refs:TRAP (Results 1 – 25 of 67) sorted by relevance

123

/freebsd/sys/i386/i386/
H A Dexception.S98 #define TRAP(a) pushl $(a) ; jmp alltraps macro
101 pushl $0; TRAP(T_DIVIDE)
103 pushl $0; TRAP(T_BPTFLT)
105 pushl $0; TRAP(T_DTRACE_RET)
107 pushl $0; TRAP(T_OFLOW)
109 pushl $0; TRAP(T_BOUND)
112 pushl $0; TRAP(T_PRIVINFLT)
115 pushl $0; TRAP(T_DNA)
117 pushl $0; TRAP(T_FPOPFLT)
119 TRAP(T_TSSFL
[all...]
H A Ddb_trace.c186 #define TRAP 1 macro
291 frame_type = TRAP; in db_nextframe()
361 case TRAP: in db_nextframe()
382 case TRAP: in db_nextframe()
/freebsd/sys/amd64/amd64/
H A Ddb_trace.c119 #define TRAP 1 macro
171 frame_type = TRAP; in db_nextframe()
221 case TRAP: in db_nextframe()
H A Dexception.S138 .macro TRAP l, trapno macro
167 TRAP div, T_DIVIDE
168 TRAP ofl, T_OFLOW
169 TRAP bnd, T_BOUND
170 TRAP ill, T_PRIVINFLT
171 TRAP dna, T_DNA
172 TRAP fpusegm, T_FPOPFLT
173 TRAP rsvd, T_RESERVED
174 TRAP fpu, T_ARITHTRAP
175 TRAP xmm, T_XMMFLT
/freebsd/contrib/tcpdump/
H A Dprint-snmp.c137 #define TRAP 4 macro
148 #define NOTIFY_CLASS(x) (x == TRAP || x == V2TRAP || x == INFORMREQ)
1472 varbind_print(ndo, TRAP, np, length); in trappdu_print()
1511 if (version == SNMP_VERSION_2 && pdu.id == TRAP) { in pdu_print()
1517 case TRAP: in pdu_print()
/freebsd/contrib/ntp/html/hints/
H A Daix34 > IX43779: TRAP IN PSX_TIMEO
/freebsd/release/tools/
H A Dvmimage.subr12 trap "cleanup" INT QUIT TRAP ABRT TERM
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1249 TRAP, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFeatures.td444 // Special TRAP encoding for NaCl, which looks like a TRAP in Thumb too.
446 // True if NaCl TRAP instruction is generated instead of the regular TRAP.
/freebsd/contrib/tcp_wrappers/
H A DMakefile664 # been observed for SunOS 4.1.[1-3]. Symptoms are "BAD TRAP" and "Data
/freebsd/tools/tools/git/
H A Dgit-arc.sh839 trap cleanup EXIT HUP INT QUIT TRAP USR1 TERM
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBack2BackFusion.def779 TRAP,
H A DP10InstrResources.td820 TRAP, TW
H A DPPCMIPeephole.cpp1339 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(PPC::TRAP)); in simplifyCode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIDefines.h1040 enum Type { TRAP = -2, WORKGROUP = -1 }; enumerator
H A DAMDGPUISelLowering.h411 TRAP, enumerator
H A DAMDGPUInstrInfo.td102 def AMDGPUtrap : SDNode<"AMDGPUISD::TRAP",
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrControl.td409 def TRAP : MxInst<(outs), (ins MxTrapimm:$vect), "trap\t$vect", []> {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp447 case ISD::TRAP: return "trap"; in getOperationName()
H A DStatepointLowering.cpp1321 DAG.getNode(ISD::TRAP, getCurSDLoc(), MVT::Other, DAG.getRoot())); in LowerDeoptimizingReturn()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstr64Bit.td487 defm TXCC : TRAP<"%xcc">;
H A DSparcInstrInfo.td1120 multiclass TRAP<string regStr> {
1132 defm TICC : TRAP<"%icc">;
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td80 TGEU, TLT, TLTI, TLTU, TNE, TNEI, TRAP,
/freebsd/usr.sbin/bsdconfig/share/
H A Dcommon.subr1024 trap 'f_die' TERM PIPE XCPU XFSZ FPE TRAP ABRT SEGV
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp

123