Lines Matching refs:pmacro
355 (define-pmacro (define-reg-use-attr regfield)
381 ;(define-pmacro (build-reg-name n) (.splice (.str "$" n) n))
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))
579 (define-pmacro (dset dest src) (set (delay 1 dest) src))