Lines Matching refs:function
28 field_def := '%' identifier ( field )* ( !function=identifier )?
56 If ``!function`` is specified, the concatenated result is passed through the
57 named function, taking and returning an integral value.
59 One may use ``!function`` with zero ``fields``. This case is called
60 a *parameter*, and the named function is only passed the ``DisasContext``
63 A field with no ``fields`` and no ``!function`` is in error.
79 | !function=expand_shimm8 | extract(i, 13, 1)) |
82 | !function=expand_sz_imm | extract(a->sz, 0, 3)) |
184 The decoder will call a translator function for each pattern matched.
216 for a pattern match, its translate function will be called. If the
217 translate function returns false, then subsequent patterns within the