Home | History | Annotate | Download | only in libdisasm

Lines Matching defs:byte

178         op_byte = 1,            /* 1 byte integer */
179 op_word = 2, /* 2 byte integer */
180 op_dword = 3, /* 4 byte integer */
181 op_qword = 4, /* 8 byte integer */
182 op_dqword = 5, /* 16 byte integer */
183 op_sreal = 6, /* 4 byte real (single real) */
184 op_dreal = 7, /* 8 byte real (double real) */
185 op_extreal = 8, /* 10 byte real (extended real) */
186 op_bcd = 9, /* 10 byte binary-coded decimal */
187 op_ssimd = 10, /* 16 byte : 4 packed single FP (SIMD, MMX) */
188 op_dsimd = 11, /* 16 byte : 2 packed double FP (SIMD, MMX) */
189 op_sssimd = 12, /* 4 byte : scalar single FP (SIMD, MMX) */
190 op_sdsimd = 13, /* 8 byte : scalar double FP (SIMD, MMX) */
191 op_descr32 = 14, /* 6 byte Intel descriptor 2:4 */
192 op_descr16 = 15, /* 4 byte Intel descriptor 2:2 */
193 op_pdescr32 = 16, /* 6 byte Intel pseudo-descriptor 32:16 */
194 op_pdescr16 = 17, /* 6 byte Intel pseudo-descriptor 8:24:16 */
197 op_fpuenv16 = 20, /* 14 byte FPU control/environment data */
198 op_fpuenv32 = 21, /* 28 byte FPU control/environment data */
199 op_fpustate16 = 22, /* 94 byte FPU state (env & reg stack) */
200 op_fpustate32 = 23, /* 108 byte FPU state (env & reg stack) */
247 unsigned char byte;
787 * are replaced with a wildcard byte.
789 * A 'variant byte' is one that is expected to be modified by either the
805 /* This byte is used to replace variant bytes */