diff options
Diffstat (limited to 'test/MC/Disassembler/PowerPC/ppc64-encoding-ext.txt')
-rw-r--r-- | test/MC/Disassembler/PowerPC/ppc64-encoding-ext.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/test/MC/Disassembler/PowerPC/ppc64-encoding-ext.txt b/test/MC/Disassembler/PowerPC/ppc64-encoding-ext.txt index 3c2f935..4f10c74 100644 --- a/test/MC/Disassembler/PowerPC/ppc64-encoding-ext.txt +++ b/test/MC/Disassembler/PowerPC/ppc64-encoding-ext.txt @@ -2274,3 +2274,24 @@ # CHECK: rfid 0x4c 0x00 0x00 0x24 + +# CHECK: lbzcix 21, 5, 7 +0x7e 0xa5 0x3e 0xaa +# CHECK: lhzcix 21, 5, 7 +0x7e 0xa5 0x3e 0x6a +# CHECK: lwzcix 21, 5, 7 +0x7e 0xa5 0x3e 0x2a +# CHECK: ldcix 21, 5, 7 +0x7e 0xa5 0x3e 0xea +# CHECK: stbcix 21, 5, 7 +0x7e 0xa5 0x3f 0xaa +# CHECK: sthcix 21, 5, 7 +0x7e 0xa5 0x3f 0x6a +# CHECK: stwcix 21, 5, 7 +0x7e 0xa5 0x3f 0x2a +# CHECK: stdcix 21, 5, 7 +0x7e 0xa5 0x3f 0xea + +# CHECK: attn +0x00 0x00 0x02 0x00 + |