tests/avocado: Add a test for a little-endian microblaze machine
[qemu/ar7.git] / tests / decode / err_field9.decode
blobe7361d521ba29b3633e006b58638ff68f8815c9c
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.
8 &abcd a b c d
9 %refa        a:3
10 %refc        c:4
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