Home
last modified time | relevance | path

Searched refs:INS_EXEC (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/third_party/libdisasm/
Dia32_insn.h270 #define INS_EXEC 0x1000 macro
288 #define INS_BRANCH (INS_EXEC | 0x01) /* Unconditional branch */
289 #define INS_BRANCHCC (INS_EXEC | 0x02) /* Conditional branch */
290 #define INS_CALL (INS_EXEC | 0x03) /* Jump to subroutine */
291 #define INS_CALLCC (INS_EXEC | 0x04) /* Jump to subroutine */
292 #define INS_RET (INS_EXEC | 0x05) /* Return from subroutine */
Dia32_insn.c501 if ( INS_GROUP((*raw_insn)->mnem_flag) == INS_EXEC ) { in ia32_table_lookup()