Lines Matching refs:mode
53 (define-pmacro (df name comment attrs start length mode encode decode)
54 "Shorthand form of normal fields requiring mode, encode/decode."
55 (define-full-ifield name comment attrs start length mode encode decode)
65 mode subflds insert extract)
67 (define-full-multi-ifield name comment attrs mode subflds insert extract)
77 ; Simple multi-ifields: mode is UINT, default insert/extract support,
148 (define-pmacro (dndo x-name x-mode x-args
154 (mode x-mode)
207 ;(define-pmacro (define-normal-mode name comment attrs bits bytes
208 ; non-mode-c-type printf-type sem-mode ptr-to host?)
209 ; "Define a normal mode.\n"
210 ; (define-full-mode name comment attrs bits bytes
211 ; non-mode-c-type printf-type sem-mode ptr-to host?)
216 ; "Shorthand form of define-normal-mode.\n"
217 ; define-normal-mode