Home | History | Annotate | Download | only in cpu

Lines Matching refs:normal

27 ; Define a normal enum without using name/value pairs.
31 (define-pmacro (define-normal-enum name comment attrs prefix vals)
32 "Define a normal enum, fixed number of arguments."
36 ; Define a normal insn enum.
38 (define-pmacro (define-normal-insn-enum name comment attrs prefix fld vals)
39 "Define a normal instruction opcode enum."
48 (define-pmacro (define-normal-ifield name comment attrs start length)
49 "Define a normal instruction field."
56 "Shorthand form of normal fields requiring mode, encode/decode."
60 "Shorthand form of define-normal-ifield."
61 define-normal-ifield
64 ; Define a normal multi-ifield.
66 (define-pmacro (define-normal-multi-ifield name comment attrs
68 "Define a normal multi-part instruction field."
75 "Shorthand form of define-normal-multi-ifield."
76 define-normal-multi-ifield
94 (define-pmacro (define-normal-hardware name comment attrs type
96 "Define a normal hardware element."
104 "Shorthand form of define-normal-hardware."
105 define-normal-hardware
133 (define-pmacro (define-normal-operand name comment attrs type index)
134 "Define a normal operand."
141 "Shorthand form of define-normal-operand."
142 define-normal-operand
148 "Shorthand form of define-normal-operand."
149 define-normal-operand
155 "Define a normal derived operand."
172 ; Define an instruction object, normal version.
176 (define-pmacro (define-normal-insn name comment attrs syntax fmt semantics timing)
177 "Define a normal instruction."
186 "Shorthand form of define-normal-insn."
187 define-normal-insn
193 ; Define a macro-insn object, normal version.
196 (define-pmacro (define-normal-macro-insn name comment attrs syntax expansion)
197 "Define a normal macro instruction."
204 "Shorthand form of define-normal-macro-insn."
205 define-normal-macro-insn
212 ; Define Normal Mode
214 ;(define-pmacro (define-normal-mode name comment attrs bits bytes
216 ; "Define a normal mode.\n"
223 ; "Shorthand form of define-normal-mode.\n"
224 ; define-normal-mode