HomeSort by relevance Sort by last modified time
    Searched defs:TRAP (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
mips16-opc.c 165 #define TRAP INSN_NO_DELAY_SLOT
225 {"break", "6", 0xe805, 0xf81f, TRAP, 0, I1, 0, 0 },
272 {"exit", "L", 0xed09, 0xff1f, TRAP, 0, I1, 0, 0 },
273 {"exit", "L", 0xee09, 0xff1f, TRAP, 0, I1, 0, 0 },
274 {"exit", "", 0xef09, 0xffff, TRAP, 0, I1, 0, 0 },
275 {"exit", "L", 0xef09, 0xff1f, TRAP, 0, I1, 0, 0 },
276 {"entry", "", 0xe809, 0xffff, TRAP, 0, I1, 0, 0 },
277 {"entry", "l", 0xe809, 0xf81f, TRAP, 0, I1, 0, 0 },
354 {"sdbbp", "6", 0xe801, 0xf81f, TRAP, 0, I32, 0, 0 },
micromips-opc.c 202 #define TRAP INSN_NO_DELAY_SLOT
434 {"break", "", 0x4680, 0xffff, TRAP, 0, I1, 0, 0 },
435 {"break", "", 0x00000007, 0xffffffff, TRAP, 0, I1, 0, 0 },
436 {"break", "mF", 0x4680, 0xfff0, TRAP, 0, I1, 0, 0 },
437 {"break", "c", 0x00000007, 0xfc00ffff, TRAP, 0, I1, 0, 0 },
438 {"break", "c,q", 0x00000007, 0xfc00003f, TRAP, 0, I1, 0, 0 },
    [all...]
mips-opc.c 279 #define TRAP INSN_NO_DELAY_SLOT
    [all...]
  /external/tcpdump/
print-snmp.c 134 "Trap",
135 #define TRAP 4
146 #define NOTIFY_CLASS(x) (x == TRAP || x == V2TRAP || x == INFORMREQ)
202 * generic-trap values in the SNMP Trap-PDU
1168 * PDUs for all but Trap: (see rfc1157 from page 15 on)
1179 * PDU for Trap:
1183 * generic-trap INTEGER,
1184 * specific-trap INTEGER,
1372 * Decode SNMP Trap PD
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 674 /// TRAP - Trapping instruction
675 TRAP,
677 /// DEBUGTRAP - Trap intended to get the attention of a debugger.
    [all...]

Completed in 365 milliseconds