Lines Matching refs:sp
462 sd k0, PT_MTP(sp) /* PT_MTP has P0 */
464 sd k1, PT_MTP+8(sp) /* PT_MTP+8 has P1 */
467 sd k0, PT_MTP+16(sp) /* PT_MTP+16 has P2 */
469 sd k1, PT_MPL(sp) /* PT_MPL has MPL0 */
471 sd k0, PT_MPL+8(sp) /* PT_MPL+8 has MPL1 */
473 sd k1, PT_MPL+16(sp) /* PT_MPL+16 has MPL2 */
483 sd $10, PT_MTP+(0*8)(sp) /* store P0 */
485 sd $11, PT_MTP+(1*8)(sp) /* store P1 */
487 sd $12, PT_MTP+(2*8)(sp) /* store P2 */
490 sd $10, PT_MTP+(3*8)(sp) /* store P3 */
492 sd $11, PT_MTP+(4*8)(sp) /* store P4 */
494 sd $12, PT_MTP+(5*8)(sp) /* store P5 */
496 sd $13, PT_MPL+(0*8)(sp) /* store MPL0 */
498 sd $10, PT_MPL+(1*8)(sp) /* store MPL1 */
500 sd $11, PT_MPL+(2*8)(sp) /* store MPL2 */
502 sd $12, PT_MPL+(3*8)(sp) /* store MPL3 */
503 sd $10, PT_MPL+(4*8)(sp) /* store MPL4 */
505 sd $11, PT_MPL+(5*8)(sp) /* store MPL5 */
529 ld v0, PT_MPL(sp) /* MPL0 */
530 ld v1, PT_MPL+8(sp) /* MPL1 */
531 ld k0, PT_MPL+16(sp) /* MPL2 */
533 ld k1, PT_MTP+16(sp) /* P2 */
535 ld v0, PT_MTP+8(sp) /* P1 */
537 ld v1, PT_MTP(sp) /* P0 */
548 ld $12, PT_MPL+(0*8)(sp) /* read MPL0 */
549 ld $13, PT_MPL+(3*8)(sp) /* read MPL3 */
550 ld $10, PT_MPL+(1*8)(sp) /* read MPL1 */
551 ld $11, PT_MPL+(4*8)(sp) /* read MPL4 */
554 ld $12, PT_MPL+(2*8)(sp) /* read MPL2 */
557 ld $13, PT_MPL+(5*8)(sp) /* read MPL5 */
558 ld $10, PT_MTP+(0*8)(sp) /* read P0 */
559 ld $11, PT_MTP+(3*8)(sp) /* read P3 */
562 ld $12, PT_MTP+(1*8)(sp) /* read P1 */
565 ld $13, PT_MTP+(4*8)(sp) /* read P4 */
566 ld $10, PT_MTP+(2*8)(sp) /* read P2 */
567 ld $11, PT_MTP+(5*8)(sp) /* read P5 */