summaryrefslogtreecommitdiff
path: root/test/MC
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2013-04-19 18:47:40 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2013-04-19 18:47:40 +0000
commit8d99ec574849ca8266e6491ceafee6c6029692b3 (patch)
tree35b2159779811a3865c99556f3696f6973d7d96c /test/MC
parente43624e345bcef09d4d57dca2c27d33cb6a34edd (diff)
downloadllvm-8d99ec574849ca8266e6491ceafee6c6029692b3.tar.gz
llvm-8d99ec574849ca8266e6491ceafee6c6029692b3.tar.bz2
llvm-8d99ec574849ca8266e6491ceafee6c6029692b3.tar.xz
[mips] Fix InstAlias of XOR and OR macros. Set EmitAlias flag and change
operand type to uimm16. Patch by Vladimir Medic. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179872 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r--test/MC/Mips/mips64-alu-instructions.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/MC/Mips/mips64-alu-instructions.s b/test/MC/Mips/mips64-alu-instructions.s
index 04583f9ce6..db6c972b3b 100644
--- a/test/MC/Mips/mips64-alu-instructions.s
+++ b/test/MC/Mips/mips64-alu-instructions.s
@@ -12,6 +12,7 @@
# CHECK: ins $19, $9, 6, 7 # encoding: [0x84,0x61,0x33,0x7d]
# CHECK: nor $9, $6, $7 # encoding: [0x27,0x48,0xc7,0x00]
# CHECK: or $3, $3, $5 # encoding: [0x25,0x18,0x65,0x00]
+# CHECK: ori $4, $5, 17767 # encoding: [0x67,0x45,0xa4,0x34]
# CHECK: ori $9, $6, 17767 # encoding: [0x67,0x45,0xc9,0x34]
# CHECK: rotr $9, $6, 7 # encoding: [0xc2,0x49,0x26,0x00]
# CHECK: rotrv $9, $6, $7 # encoding: [0x46,0x48,0xe6,0x00]
@@ -39,6 +40,7 @@
ins $19, $9, 6,7
nor $9, $6, $7
or $3, $3, $5
+ or $4, $5, 17767
ori $9, $6, 17767
rotr $9, $6, 7
rotrv $9, $6, $7