Searched refs:INS_EXEC (Results 1 – 2 of 2) sorted by relevance
270 #define INS_EXEC 0x1000 macro288 #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 */
501 if ( INS_GROUP((*raw_insn)->mnem_flag) == INS_EXEC ) { in ia32_table_lookup()