Home
last modified time | relevance | path

Searched defs:SIB_SCALE_FIELD (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/binutils-2.27/include/opcode/
H A Di386.h112 #define SIB_SCALE_FIELD(sib) (((sib) >> 6) & 3) macro
/dragonfly/contrib/gdb-7/include/opcode/
H A Di386.h113 #define SIB_SCALE_FIELD(sib) (((sib) >> 6) & 3) macro
/dragonfly/contrib/binutils-2.34/include/opcode/
H A Di386.h108 #define SIB_SCALE_FIELD(sib) (((sib) >> 6) & 3) macro