HomeSort by relevance Sort by last modified time
    Searched refs:TRAP (Results 26 - 48 of 48) sorted by null

12

  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
_sigdefs.h 42 __BIONIC_SIGDEF(TRAP,5,"Trap")
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/
_sigdefs.h 42 __BIONIC_SIGDEF(TRAP,5,"Trap")
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
_sigdefs.h 42 __BIONIC_SIGDEF(TRAP,5,"Trap")
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
_sigdefs.h 42 __BIONIC_SIGDEF(TRAP,5,"Trap")
  /external/qemu/
mips-dis.c 482 /* Takes a trap (easier to keep out of delay slot). */
    [all...]
  /system/core/toolbox/
kill.c 37 _SIG(TRAP),
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 581 /// TRAP - Trapping instruction
582 TRAP,
584 /// DEBUGTRAP - Trap intended to get the attention of a debugger.
    [all...]
  /external/tcpdump/
print-snmp.c 137 "Trap",
138 #define TRAP 4
149 #define NOTIFY_CLASS(x) (x == TRAP || x == V2TRAP || x == INFORMREQ)
205 * generic-trap values in the SNMP Trap-PDU
1170 * PDUs for all but Trap: (see rfc1157 from page 15 on)
1181 * PDU for Trap:
1185 * generic-trap INTEGER,
1186 * specific-trap INTEGER,
1373 * Decode SNMP Trap PD
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 265 case ISD::TRAP: return "trap";
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 741 // Default ISD::TRAP to expand (which turns it into abort).
742 setOperationAction(ISD::TRAP, MVT::Other, Expand);
744 // On most systems, DEBUGTRAP and TRAP have no difference. The "Expand"
745 // here is to inform DAG Legalizer to replace DEBUGTRAP with TRAP.
761 /// canOpTrap - Returns true if the operation can trap for the value type.
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 393 #define TRAP (TW | TO (31))
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 390 #define TRAP (TW | TO (31))
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 204 // TRAP can be lowered to PTX trap
205 setOperationAction(ISD::TRAP, MVT::Other, Legal);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 117 setOperationAction(ISD::TRAP, MVT::Other, Legal);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp 615 setOperationAction(ISD::TRAP, MVT::Other, Legal);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 48 cl::desc("MIPS: Don't trap on integer division by zero."),
388 setOperationAction(ISD::TRAP, MVT::Other, Legal);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 253 // TRAP is legal.
254 setOperationAction(ISD::TRAP, MVT::Other, Legal);
    [all...]

Completed in 337 milliseconds

12