Searched refs:SZ_B (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/libs/udis86/libudis86/
H A Ddecode.h109 * are given a value equal to the width of the data (SZ_B == 8), such
121 #define SZ_B 8 macro
134 #define SZ_BD ((SZ_B << 8) | SZ_D)
135 #define SZ_BV ((SZ_B << 8) | SZ_V)
/haiku/src/libs/udis86/
H A Ditab.c3128 #define O_AL { OP_AL, SZ_B }
3132 #define O_CL { OP_CL, SZ_B }
3136 #define O_DL { OP_DL, SZ_B }
3141 #define O_Eb { OP_E, SZ_B }
3152 #define O_Gb { OP_G, SZ_B }
3164 #define O_Ib { OP_I, SZ_B }
3168 #define O_Jb { OP_J, SZ_B }
3174 #define O_Mb { OP_M, SZ_B }
3194 #define O_Ob { OP_O, SZ_B }
3200 #define O_R0b { OP_R0, SZ_B }
[all...]

Completed in 90 milliseconds