1 #define UC_GREGS 0x40 2 #define UC_GREGS_INCR 0x8 3 #define UC_GREG(name) _CONST(UC_GREGS + _MUL(name, UC_GREGS_INCR)) 4