Go to the documentation of this file.
39 #ifdef __LITTLE_ENDIAN_BITFIELD
68 #elif defined(__BIG_ENDIAN_BITFIELD)
115 #define AIC_OP_OR 0x0
116 #define AIC_OP_AND 0x1
117 #define AIC_OP_XOR 0x2
118 #define AIC_OP_ADD 0x3
119 #define AIC_OP_ADC 0x4
120 #define AIC_OP_ROL 0x5
121 #define AIC_OP_BMOV 0x6
123 #define AIC_OP_JMP 0x8
124 #define AIC_OP_JC 0x9
125 #define AIC_OP_JNC 0xa
126 #define AIC_OP_CALL 0xb
127 #define AIC_OP_JNE 0xc
128 #define AIC_OP_JNZ 0xd
129 #define AIC_OP_JE 0xe
130 #define AIC_OP_JZ 0xf
133 #define AIC_OP_SHL 0x10
134 #define AIC_OP_SHR 0x20
135 #define AIC_OP_ROR 0x30