Searched refs:REG_A0 (Results 1 – 2 of 2) sorted by relevance
50 ucp->uc_mcontext.__gregs[REG_A0 + 0] = a0; in __makecontext()51 ucp->uc_mcontext.__gregs[REG_A0 + 1] = a1; in __makecontext()52 ucp->uc_mcontext.__gregs[REG_A0 + 2] = a2; in __makecontext()53 ucp->uc_mcontext.__gregs[REG_A0 + 3] = a3; in __makecontext()54 ucp->uc_mcontext.__gregs[REG_A0 + 4] = a4; in __makecontext()63 ucp->uc_mcontext.__gregs[REG_A0 + i] = va_arg (vl, long); in __makecontext()
40 # define REG_A0 10 macro