[llvm] r215283 - Update disassembler test to check the full dccci/iccci form.

Joerg Sonnenberger joerg at bec.de
Sat Aug 9 07:01:10 PDT 2014


Author: joerg
Date: Sat Aug  9 09:01:10 2014
New Revision: 215283

URL: http://llvm.org/viewvc/llvm-project?rev=215283&view=rev
Log:
Update disassembler test to check the full dccci/iccci form.

Modified:
    llvm/trunk/test/MC/Disassembler/PowerPC/ppc64-encoding-4xx.txt

Modified: llvm/trunk/test/MC/Disassembler/PowerPC/ppc64-encoding-4xx.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Disassembler/PowerPC/ppc64-encoding-4xx.txt?rev=215283&r1=215282&r2=215283&view=diff
==============================================================================
--- llvm/trunk/test/MC/Disassembler/PowerPC/ppc64-encoding-4xx.txt (original)
+++ llvm/trunk/test/MC/Disassembler/PowerPC/ppc64-encoding-4xx.txt Sat Aug  9 09:01:10 2014
@@ -20,7 +20,7 @@
 # CHECK: tlbsx. 2, 3, 1
 0x7c 0x43 0x0f 0x25
 
-# CHECK-BE: dci 14
-0x7d 0xc0 0x03 0x8c
-# CHECK-BE: ici 14
-0x7d 0xc0 0x07 0x8c
+# CHECK: dccci 5, 6
+0x7c 0x05 0x33 0x8c
+# CHECK: iccci 5, 6
+0x7c 0x05 0x37 0x8c





More information about the llvm-commits mailing list