Home | History | Annotate | Download | only in Disassembler

Lines Matching refs:sib

39 #define scaleFromSIB(sib)    (((sib) & 0xc0) >> 6)
40 #define indexFromSIB(sib) (((sib) & 0x38) >> 3)
41 #define baseFromSIB(sib) ((sib) & 0x7)
128 ENTRY(sib) \
310 * SIBIndex - All possible values of the SIB index field.
312 * sib is synonymous with NONE.
323 * SIBBase - All possible values of the SIB base field.
501 /* The SIB byte, used for more complex 32- or 64-bit memory operands */
503 uint8_t sib;
534 /* SIB state */