Lines Matching defs:uc
104 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_A7])
105 #define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.__gregs[_REG_A6])
106 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])
107 #define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.__gregs[_REG_D0])
109 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc)