summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatheus Almeida <matheus.almeida@imgtec.com>2013-11-08 10:43:11 +0000
committerMatheus Almeida <matheus.almeida@imgtec.com>2013-11-08 10:43:11 +0000
commitde712386cdde314ee18ea44b733d48a30d63de10 (patch)
tree9209c5216208cf6a1dd30a87061a362137488124 /test
parent1b91231347c00bf1be46bdd5b27ae8c45fdc0d0c (diff)
downloadllvm-de712386cdde314ee18ea44b733d48a30d63de10.tar.gz
llvm-de712386cdde314ee18ea44b733d48a30d63de10.tar.bz2
llvm-de712386cdde314ee18ea44b733d48a30d63de10.tar.xz
[mips][msa] Update encoding of LDI instruction.
The encoding was updated in MSA r1.07. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194255 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/Mips/msa/test_i10.s8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/MC/Mips/msa/test_i10.s b/test/MC/Mips/msa/test_i10.s
index 3d7dea3ac9..828ebb5398 100644
--- a/test/MC/Mips/msa/test_i10.s
+++ b/test/MC/Mips/msa/test_i10.s
@@ -3,10 +3,10 @@
# RUN: llvm-mc %s -triple=mipsel-unknown-linux -mcpu=mips32r2 -mattr=+msa -arch=mips -filetype=obj -o - | llvm-objdump -d -triple=mipsel-unknown-linux -mattr=+msa -arch=mips - | FileCheck %s -check-prefix=CHECKOBJDUMP
#
-# CHECK: ldi.b $w8, 198 # encoding: [0x79,0x06,0x32,0x0c]
-# CHECK: ldi.h $w20, 313 # encoding: [0x79,0x29,0xcd,0x0c]
-# CHECK: ldi.w $w24, 492 # encoding: [0x79,0x4f,0x66,0x0c]
-# CHECK: ldi.d $w27, -180 # encoding: [0x79,0x7a,0x66,0xcc]
+# CHECK: ldi.b $w8, 198 # encoding: [0x7b,0x06,0x32,0x07]
+# CHECK: ldi.h $w20, 313 # encoding: [0x7b,0x29,0xcd,0x07]
+# CHECK: ldi.w $w24, 492 # encoding: [0x7b,0x4f,0x66,0x07]
+# CHECK: ldi.d $w27, -180 # encoding: [0x7b,0x7a,0x66,0xc7]
# CHECKOBJDUMP: ldi.b $w8, 198
# CHECKOBJDUMP: ldi.h $w20, 313