1 # This work is licensed under the terms of the GNU LGPL, version 2 or later.
2 # See the COPYING.LIB file in the top-level directory.
4 # Diagnose fields where the format refers to a field defined in the
5 # pattern and the pattern refers to a field defined in the format.
6 # This is theoretically not impossible to implement, but is not
7 # supported by the script at this time.
11 # Format defines 'c' and sets 'b' to an indirect ref to 'a'
12 @fmt ........ ........ ........ c:8 &abcd b=%refa
13 # Pattern defines 'a' and sets 'd' to an indirect ref to 'c'
14 insn 00000000 00000000 00000000 ........ @fmt d=%refc a=6