Lines Matching refs:sp

437 	sd	k0, PT_MTP(sp)	      /* PT_MTP	   has P0 */
439 sd k1, PT_MTP+8(sp) /* PT_MTP+8 has P1 */
442 sd k0, PT_MTP+16(sp) /* PT_MTP+16 has P2 */
444 sd k1, PT_MPL(sp) /* PT_MPL has MPL0 */
446 sd k0, PT_MPL+8(sp) /* PT_MPL+8 has MPL1 */
448 sd k1, PT_MPL+16(sp) /* PT_MPL+16 has MPL2 */
457 sd $10, PT_MTP+(0*8)(sp) /* store P0 */
459 sd $11, PT_MTP+(1*8)(sp) /* store P1 */
461 sd $12, PT_MTP+(2*8)(sp) /* store P2 */
464 sd $10, PT_MTP+(3*8)(sp) /* store P3 */
466 sd $11, PT_MTP+(4*8)(sp) /* store P4 */
468 sd $12, PT_MTP+(5*8)(sp) /* store P5 */
470 sd $13, PT_MPL+(0*8)(sp) /* store MPL0 */
472 sd $10, PT_MPL+(1*8)(sp) /* store MPL1 */
474 sd $11, PT_MPL+(2*8)(sp) /* store MPL2 */
476 sd $12, PT_MPL+(3*8)(sp) /* store MPL3 */
477 sd $10, PT_MPL+(4*8)(sp) /* store MPL4 */
479 sd $11, PT_MPL+(5*8)(sp) /* store MPL5 */
501 ld v0, PT_MPL(sp) /* MPL0 */
502 ld v1, PT_MPL+8(sp) /* MPL1 */
503 ld k0, PT_MPL+16(sp) /* MPL2 */
505 ld k1, PT_MTP+16(sp) /* P2 */
507 ld v0, PT_MTP+8(sp) /* P1 */
509 ld v1, PT_MTP(sp) /* P0 */
519 ld $12, PT_MPL+(0*8)(sp) /* read MPL0 */
520 ld $13, PT_MPL+(3*8)(sp) /* read MPL3 */
521 ld $10, PT_MPL+(1*8)(sp) /* read MPL1 */
522 ld $11, PT_MPL+(4*8)(sp) /* read MPL4 */
525 ld $12, PT_MPL+(2*8)(sp) /* read MPL2 */
528 ld $13, PT_MPL+(5*8)(sp) /* read MPL5 */
529 ld $10, PT_MTP+(0*8)(sp) /* read P0 */
530 ld $11, PT_MTP+(3*8)(sp) /* read P3 */
533 ld $12, PT_MTP+(1*8)(sp) /* read P1 */
536 ld $13, PT_MTP+(4*8)(sp) /* read P4 */
537 ld $10, PT_MTP+(2*8)(sp) /* read P2 */
538 ld $11, PT_MTP+(5*8)(sp) /* read P5 */