Lines Matching defs:uc
161 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP])
162 #define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.__gregs[_REG_S8])
163 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_EPC])
164 #define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.__gregs[_REG_V0])
166 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc)
168 #define _UC_MACHINE32_SP(uc) _UC_MACHINE_SP(uc)
169 #define _UC_MACHINE32_PC(uc) _UC_MACHINE_PC(uc)
170 #define _UC_MACHINE32_INTRV(uc) _UC_MACHINE_INTRV(uc)
173 #define _UC_MACHINE32_SET_PC(uc, pc) _UC_MACHINE_PC((uc), (pc))