Lines Matching refs:pmacro
194 ; (define-pmacro (build-reg-name n) (.splice (.str "$" n) n))
302 (define-pmacro w (reg h-spr #x0A))
303 (define-pmacro mulh (reg h-spr #x0F))
304 (define-pmacro dph (reg h-spr #x0C))
305 (define-pmacro dpl (reg h-spr #x0D))
306 (define-pmacro sph (reg h-spr #x06))
307 (define-pmacro spl (reg h-spr #x07))
308 (define-pmacro iph (reg h-spr #x04))
309 (define-pmacro ipl (reg h-spr #x05))
310 (define-pmacro addrh (reg h-spr #x10))
311 (define-pmacro addrl (reg h-spr #x11))
317 (define-pmacro (add-dcflag a b c)
321 (define-pmacro (sub-dcflag a b c)
326 (define-pmacro (LregCheck isLreg fr9bit)