Home | History | Annotate | Download | only in m32c

Lines Matching defs:spp

306 	SI *spp;
308 spp = &regs.r_usp;
310 spp = &regs.r_isp;
311 *spp = v & addr_mask;
312 if (*spp < heaptop)
315 heaptop, *spp);
318 if (*spp < lowest_sp)
319 lowest_sp = *spp;
320 if (*spp > highest_sp)
321 highest_sp = *spp;