Searched refs:trap (Results 101 - 123 of 123) sorted by relevance

12345

/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dieee754-sf.S408 @ Mask out exponents, trap any zero/denormal/INF/NAN.
597 @ Mask out exponents, trap any zero/denormal/INF/NAN.
H A Dieee754-df.S548 @ Mask out exponents, trap any zero/denormal/INF/NAN.
839 @ Mask out exponents, trap any zero/denormal/INF/NAN.
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/sparc/dtrace/
H A Dfasttrap_isa.c37 #include <sys/trap.h>
97 * to a trap instruction stashed in the ulwp_t structure. After the traced
98 * instruction is executed, the trap instruction returns control to the
101 * This need for a second trap in cases where we execute the traced
1094 * changing this instruction before we overwrite it with our trap
1202 * in 32-bit words when we take a trap).
/freebsd-9.3-release/sys/powerpc/powerpc/
H A Dexec_machdep.c92 #include <machine/trap.h>
530 * XXX calling convention in trap.c and init_main.c.
H A Ddb_disasm.c10 #include <machine/trap.h>
/freebsd-9.3-release/sys/mips/mips/
H A Dfp.S1082 and v0, a1, MIPS_FPU_ENABLE_DIV0 # trap enabled?
1156 and v0, a1, MIPS_FPU_ENABLE_DIV0 # trap enabled?
1546 * Conversions to integer which overflow will trap (if enabled),
1547 * or generate an inexact trap (if enabled),
1559 * Conversions to integer which underflow will trap (if enabled),
1560 * or generate an inexact trap (if enabled),
1780 * Overflow will trap (if enabled),
1781 * or generate an inexact trap (if enabled),
1817 * Underflow is enabled so compute the result and trap.
1826 * signal inexact result (if it is) and trap (i
[all...]
H A Dsupport.S137 li v0, 1 # trap sends us here
644 * the page is not in memory or would cause a trap, then we return an error.
1431 blt a0, t0, fusufault /* trap faults */
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp1129 // Insert a call to llvm.trap right before this. This turns the undefined
1133 Intrinsic::getDeclaration(BB->getParent()->getParent(), Intrinsic::trap);
1187 // Don't insert a call to llvm.trap right before the unreachable.
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c57 #include <sys/trap.h>
125 * second sequence of instructions. The second sequence ends in a trap into
312 * changing this instruction before we overwrite it with our trap
602 * The pid provider shares the int3 trap with debugger
612 * a thread could be redirected by the trap handling
1586 * kernel, trap() will set %pc to curthread->t_dtrace_astpc
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_config.c952 addr_opts = HEAD_PFIFO(ptree->trap);
955 fprintf(df, "trap %s", addr->address);
962 "# unknown trap token %d\n"
963 "trap %s", atrv->attr,
3250 curr_trap = HEAD_PFIFO(ptree->trap);
3263 "%d, trap ignored",
3289 /* Now process the trap for the specified interface
3301 "trap: unable to use IP address %s.",
3347 "set trap %s -> %s failed.",
3382 "giving up resolving trap hos
[all...]
/freebsd-9.3-release/contrib/ofed/management/opensm/osmtest/
H A Dosmtest.c78 ib_net16_t trap; member in struct:_osmtest_inform_info
4739 if (p_inform_info_opt->trap) {
4741 cl_hton16(p_inform_info_opt->trap);
5821 inform_info_opt.trap = 0x1234;
5870 inform_info_opt.trap = 0;
7359 * Run trap 64/65 flow (this flow requires running of external tool)
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-mips.c514 /* 1 if trap instructions should used for overflow rather than break
3002 /* We do not swap with a trap instruction, since it
3003 complicates trap handlers to have the trap
7785 goto trap;
7788 goto trap;
7791 goto trap;
7794 goto trap;
7797 goto trap;
7800 trap
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp762 Builder.CreateCall(CGM.getIntrinsic(llvm::Intrinsic::trap));
1267 // FIXME: Teach -fcatch-undefined-behavior to trap this.
H A DCGExpr.cpp2211 // If we're optimizing, collapse all calls to trap down to just one per
2214 TrapBB = createBasicBlock("trap");
2217 llvm::Value *F = CGM.getIntrinsic(llvm::Intrinsic::trap);
H A DCGBuiltin.cpp433 Value *F = CGM.getIntrinsic(Intrinsic::trap);
/freebsd-9.3-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h3316 * GID value used for trap messages from this service.
3320 * trap messages originated by this service.
3323 * LID used for trap messages, or zero
3326 * P_Key used for trap messages
3329 * Hop limit (upper 8 bits) and QP number used for trap messages
3332 * Q_Key associated with the trap messages QP.
8585 /* The following structures are valid only for trap types. */
8616 } trap;
8668 boolean_t trap;
10150 * Indicates that the received trap shoul
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c2314 If it is not, replace the call by a trap, wrapped up in a compound local
2325 tree trap = build_function_call (built_in_decls[BUILT_IN_TRAP],
2338 return trap;
2349 return build2 (COMPOUND_EXPR, return_type, trap, rhs);
8510 /* Treat expressions in initializers specially as they can't trap. */
H A Dfold-const.c1772 for floating-point trap; we return an overflow. */
2560 /* Check that the original operation and the optimized ones will trap
2568 bool trap = (compcode & COMPCODE_UNORD) == 0
2573 such that the RHS, if evaluated, will never trap. For
2576 example, the expression above will never trap, hence
2583 trapped, we may now generate a spurious trap. */
2588 /* If we changed the conditions that cause a trap, we lose. */
2589 if ((ltrap || rtrap) != trap)
5148 comparison since those can trap. */
2553 bool trap = (compcode & COMPCODE_UNORD) == 0 local
/freebsd-9.3-release/sys/powerpc/aim/
H A Dmmu_oea64.c153 #include <machine/trap.h>
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dinput.cpp2521 // This will only happen if a trap-invoked macro starts a diversion,
2912 error("spurious end trap token detected!");
3955 input_stack::push(new macro_iterator(nm, *m, "trap-invoked macro"));
3957 error("you can't invoke a request with a trap");
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2637 case Intrinsic::trap: {
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp1718 case Intrinsic::trap: {
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5220 case Intrinsic::trap: {
5223 ISD::NodeType Op = (Intrinsic == Intrinsic::trap) ?

Completed in 563 milliseconds

12345