OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INS_ARITH
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/third_party/libdisasm/
ia32_insn.h
271
#define
INS_ARITH
0x2000
294
/*
INS_ARITH
group */
295
#define INS_ADD (
INS_ARITH
| 0x01)
296
#define INS_SUB (
INS_ARITH
| 0x02)
297
#define INS_MUL (
INS_ARITH
| 0x03)
298
#define INS_DIV (
INS_ARITH
| 0x04)
299
#define INS_INC (
INS_ARITH
| 0x05) /* increment */
300
#define INS_DEC (
INS_ARITH
| 0x06) /* decrement */
301
#define INS_SHL (
INS_ARITH
| 0x07) /* shift right */
302
#define INS_SHR (
INS_ARITH
| 0x08) /* shift left *
[
all
...]
ia32_opcode_tables.c
[
all
...]
Completed in 40 milliseconds