/freebsd/sys/i386/i386/ |
H A D | exception.S | 98 #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 D | db_trace.c | 186 #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 D | db_trace.c | 119 #define TRAP 1 macro 171 frame_type = TRAP; in db_nextframe() 221 case TRAP: in db_nextframe()
|
H A D | exception.S | 138 .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 D | print-snmp.c | 137 #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 D | aix | 34 > IX43779: TRAP IN PSX_TIMEO
|
/freebsd/release/tools/ |
H A D | vmimage.subr | 12 trap "cleanup" INT QUIT TRAP ABRT TERM
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1249 TRAP, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFeatures.td | 444 // 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 D | Makefile | 664 # been observed for SunOS 4.1.[1-3]. Symptoms are "BAD TRAP" and "Data
|
/freebsd/tools/tools/git/ |
H A D | git-arc.sh | 839 trap cleanup EXIT HUP INT QUIT TRAP USR1 TERM
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCBack2BackFusion.def | 779 TRAP,
|
H A D | P10InstrResources.td | 820 TRAP, TW
|
H A D | PPCMIPeephole.cpp | 1339 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(PPC::TRAP)); in simplifyCode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIDefines.h | 1040 enum Type { TRAP = -2, WORKGROUP = -1 }; enumerator
|
H A D | AMDGPUISelLowering.h | 411 TRAP, enumerator
|
H A D | AMDGPUInstrInfo.td | 102 def AMDGPUtrap : SDNode<"AMDGPUISD::TRAP",
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrControl.td | 409 def TRAP : MxInst<(outs), (ins MxTrapimm:$vect), "trap\t$vect", []> {
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 447 case ISD::TRAP: return "trap"; in getOperationName()
|
H A D | StatepointLowering.cpp | 1321 DAG.getNode(ISD::TRAP, getCurSDLoc(), MVT::Other, DAG.getRoot())); in LowerDeoptimizingReturn()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcInstr64Bit.td | 487 defm TXCC : TRAP<"%xcc">;
|
H A D | SparcInstrInfo.td | 1120 multiclass TRAP<string regStr> { 1132 defm TICC : TRAP<"%icc">;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsScheduleP5600.td | 80 TGEU, TLT, TLTI, TLTU, TNE, TNEI, TRAP,
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | common.subr | 1024 trap 'f_die' TERM PIPE XCPU XFSZ FPE TRAP ABRT SEGV
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstructionSelector.cpp |
|