Searched refs:INS_TRAPS (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/third_party/libdisasm/
H A Dia32_insn.h280 #define INS_TRAPS 0xD000 macro
391 #define INS_TRAP (INS_TRAPS | 0x01) /* generate trap */
392 #define INS_TRAPCC (INS_TRAPS | 0x02) /* conditional trap gen */
393 #define INS_TRET (INS_TRAPS | 0x03) /* return from trap */
394 #define INS_BOUNDS (INS_TRAPS | 0x04) /* gen bounds trap */
395 #define INS_DEBUG (INS_TRAPS | 0x05) /* gen breakpoint trap */
396 #define INS_TRACE (INS_TRAPS | 0x06) /* gen single step trap */
397 #define INS_INVALIDOP (INS_TRAPS | 0x07) /* gen invalid insn */
398 #define INS_OFLOW (INS_TRAPS | 0x08) /* gen overflow trap */
399 #define INS_ICEBP (INS_TRAPS |
[all...]

Completed in 29 milliseconds