Lines Matching refs:spr
387 (name h-spr)
393 ; (get (index) (and (raw-reg h-spr) #xffffffff))
394 ; (set (index value) (set (raw-reg h-spr) (and value #xffffffff)))
412 (type h-spr) (index f-sr1) )
414 (type h-spr) (index f-sr2) )
416 (type h-spr) (index f-dr) )
418 (type h-spr) (index f-drrr) )
557 (define-pmacro r0 (reg h-spr #x0))
558 (define-pmacro r1 (reg h-spr #x01))
559 (define-pmacro r2 (reg h-spr #x02))
560 (define-pmacro r3 (reg h-spr #x03))
561 (define-pmacro r4 (reg h-spr #x04))
562 (define-pmacro r5 (reg h-spr #x05))
563 (define-pmacro r6 (reg h-spr #x06))
564 (define-pmacro r7 (reg h-spr #x07))
565 (define-pmacro r8 (reg h-spr #x08))
566 (define-pmacro r9 (reg h-spr #x09))
567 (define-pmacro r10 (reg h-spr #xA))
568 (define-pmacro r11 (reg h-spr #xB))
569 (define-pmacro r12 (reg h-spr #xC))
570 (define-pmacro fp (reg h-spr #xC))
571 (define-pmacro r13 (reg h-spr #xD))
572 (define-pmacro sp (reg h-spr #xD))
573 (define-pmacro r14 (reg h-spr #xE))
574 (define-pmacro ra (reg h-spr #xE))
575 (define-pmacro r15 (reg h-spr #xF))
576 (define-pmacro ira (reg h-spr #xF))