|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| union | ins_formats |
| struct | instruction |
Macros | |
| #define | AIC_OP_OR 0x0 |
| #define | AIC_OP_AND 0x1 |
| #define | AIC_OP_XOR 0x2 |
| #define | AIC_OP_ADD 0x3 |
| #define | AIC_OP_ADC 0x4 |
| #define | AIC_OP_ROL 0x5 |
| #define | AIC_OP_BMOV 0x6 |
| #define | AIC_OP_JMP 0x8 |
| #define | AIC_OP_JC 0x9 |
| #define | AIC_OP_JNC 0xa |
| #define | AIC_OP_CALL 0xb |
| #define | AIC_OP_JNE 0xc |
| #define | AIC_OP_JNZ 0xd |
| #define | AIC_OP_JE 0xe |
| #define | AIC_OP_JZ 0xf |
| #define | AIC_OP_SHL 0x10 |
| #define | AIC_OP_SHR 0x20 |
| #define | AIC_OP_ROR 0x30 |
| #define AIC_OP_ADC 0x4 |
Definition at line 119 of file sequencer.h.
| #define AIC_OP_ADD 0x3 |
Definition at line 118 of file sequencer.h.
| #define AIC_OP_AND 0x1 |
Definition at line 116 of file sequencer.h.
| #define AIC_OP_BMOV 0x6 |
Definition at line 121 of file sequencer.h.
| #define AIC_OP_CALL 0xb |
Definition at line 126 of file sequencer.h.
| #define AIC_OP_JC 0x9 |
Definition at line 124 of file sequencer.h.
| #define AIC_OP_JE 0xe |
Definition at line 129 of file sequencer.h.
| #define AIC_OP_JMP 0x8 |
Definition at line 123 of file sequencer.h.
| #define AIC_OP_JNC 0xa |
Definition at line 125 of file sequencer.h.
| #define AIC_OP_JNE 0xc |
Definition at line 127 of file sequencer.h.
| #define AIC_OP_JNZ 0xd |
Definition at line 128 of file sequencer.h.
| #define AIC_OP_JZ 0xf |
Definition at line 130 of file sequencer.h.
| #define AIC_OP_OR 0x0 |
Definition at line 115 of file sequencer.h.
| #define AIC_OP_ROL 0x5 |
Definition at line 120 of file sequencer.h.
| #define AIC_OP_ROR 0x30 |
Definition at line 135 of file sequencer.h.
| #define AIC_OP_SHL 0x10 |
Definition at line 133 of file sequencer.h.
| #define AIC_OP_SHR 0x20 |
Definition at line 134 of file sequencer.h.
| #define AIC_OP_XOR 0x2 |
Definition at line 117 of file sequencer.h.
1.8.2