Lines Matching refs:pattern
5 A *decodetree* is built from instruction *patterns*. A pattern may
9 Each pattern has both *fixedbits* and *fixedmask*, the combination of which
10 describes the condition under which the pattern is matched::
14 Each pattern may have *fields*, which are extracted from the insn and
35 A *named_field* refers to some other field in the instruction pattern
44 defined in the instruction pattern(s) that use the format.
45 Conversely, an instruction pattern can include fields that refer to
47 cannot currently do both at once (i.e. pattern P uses format F; F has
106 pattern and the ``OR`` pattern put their operands into the same named
135 final 0 or 1 from the pattern, and '-' means that the bit is really
175 A pattern that does not specify a named format will have one inferred
182 The decoder will call a translator function for each pattern matched.
214 for a pattern match, its translate function will be called. If the