Searched refs:R32 (Results 1 – 1 of 1) sorted by relevance
309 #define R32(r) (prgreg32_t)(uint32_t)(r) macro345 prp[R_L0] = R32(lwp->lwp_pcb.pcb_xregs.rw_local[0]); in prgetprregs32()346 prp[R_L1] = R32(lwp->lwp_pcb.pcb_xregs.rw_local[1]); in prgetprregs32()347 prp[R_L2] = R32(lwp->lwp_pcb.pcb_xregs.rw_local[2]); in prgetprregs32()348 prp[R_L3] = R32(lwp->lwp_pcb.pcb_xregs.rw_local[3]); in prgetprregs32()349 prp[R_L4] = R32(lwp->lwp_pcb.pcb_xregs.rw_local[4]); in prgetprregs32()350 prp[R_L5] = R32(lwp->lwp_pcb.pcb_xregs.rw_local[5]); in prgetprregs32()351 prp[R_L6] = R32(lwp->lwp_pcb.pcb_xregs.rw_local[6]); in prgetprregs32()352 prp[R_L7] = R32(lwp->lwp_pcb.pcb_xregs.rw_local[7]); in prgetprregs32()354 prp[R_I0] = R32(lwp->lwp_pcb.pcb_xregs.rw_in[0]); in prgetprregs32()[all …]