Skip to content

Commit

Permalink
Update disassembler test to check the full dccci/iccci form.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215283 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
jsonn committed Aug 9, 2014
1 parent 26adfd1 commit 0c5a408
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/MC/Disassembler/PowerPC/ppc64-encoding-4xx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0c5a408

Please sign in to comment.