Lines Matching refs:sp

438 	sd	k0, PT_MTP(sp)	      /* PT_MTP	   has P0 */
440 sd k1, PT_MTP+8(sp) /* PT_MTP+8 has P1 */
443 sd k0, PT_MTP+16(sp) /* PT_MTP+16 has P2 */
445 sd k1, PT_MPL(sp) /* PT_MPL has MPL0 */
447 sd k0, PT_MPL+8(sp) /* PT_MPL+8 has MPL1 */
449 sd k1, PT_MPL+16(sp) /* PT_MPL+16 has MPL2 */
459 sd $10, PT_MTP+(0*8)(sp) /* store P0 */
461 sd $11, PT_MTP+(1*8)(sp) /* store P1 */
463 sd $12, PT_MTP+(2*8)(sp) /* store P2 */
466 sd $10, PT_MTP+(3*8)(sp) /* store P3 */
468 sd $11, PT_MTP+(4*8)(sp) /* store P4 */
470 sd $12, PT_MTP+(5*8)(sp) /* store P5 */
472 sd $13, PT_MPL+(0*8)(sp) /* store MPL0 */
474 sd $10, PT_MPL+(1*8)(sp) /* store MPL1 */
476 sd $11, PT_MPL+(2*8)(sp) /* store MPL2 */
478 sd $12, PT_MPL+(3*8)(sp) /* store MPL3 */
479 sd $10, PT_MPL+(4*8)(sp) /* store MPL4 */
481 sd $11, PT_MPL+(5*8)(sp) /* store MPL5 */
505 ld v0, PT_MPL(sp) /* MPL0 */
506 ld v1, PT_MPL+8(sp) /* MPL1 */
507 ld k0, PT_MPL+16(sp) /* MPL2 */
509 ld k1, PT_MTP+16(sp) /* P2 */
511 ld v0, PT_MTP+8(sp) /* P1 */
513 ld v1, PT_MTP(sp) /* P0 */
524 ld $12, PT_MPL+(0*8)(sp) /* read MPL0 */
525 ld $13, PT_MPL+(3*8)(sp) /* read MPL3 */
526 ld $10, PT_MPL+(1*8)(sp) /* read MPL1 */
527 ld $11, PT_MPL+(4*8)(sp) /* read MPL4 */
530 ld $12, PT_MPL+(2*8)(sp) /* read MPL2 */
533 ld $13, PT_MPL+(5*8)(sp) /* read MPL5 */
534 ld $10, PT_MTP+(0*8)(sp) /* read P0 */
535 ld $11, PT_MTP+(3*8)(sp) /* read P3 */
538 ld $12, PT_MTP+(1*8)(sp) /* read P1 */
541 ld $13, PT_MTP+(4*8)(sp) /* read P4 */
542 ld $10, PT_MTP+(2*8)(sp) /* read P2 */
543 ld $11, PT_MTP+(5*8)(sp) /* read P5 */