OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INS_EXEC
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/third_party/libdisasm/
ia32_insn.h
270
#define
INS_EXEC
0x1000
287
/*
INS_EXEC
group */
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 */
ia32_insn.c
501
if ( INS_GROUP((*raw_insn)->mnem_flag) ==
INS_EXEC
) {
Completed in 48 milliseconds