summaryrefslogtreecommitdiff
path: root/test/MC/Mips/mips32r6/valid.s
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2014-05-15 10:27:19 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2014-05-15 10:27:19 +0000
commitfc4953bff2e5223a807d5740f6a98274f9346c67 (patch)
treeefdad068510bd6aefb0b190ef7c19d35c8f46eb1 /test/MC/Mips/mips32r6/valid.s
parentca323cf916fc7e2bb227e253c15d456f3f3ca3eb (diff)
[mips][mips64r6] Add aui, daui, dahi, and dati
Summary: Depends on D3671 Reviewers: jkolek, zoran.jovanovic, vmedic Reviewed By: vmedic Differential Revision: http://reviews.llvm.org/D3759 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208857 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Mips/mips32r6/valid.s')
-rw-r--r--test/MC/Mips/mips32r6/valid.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/MC/Mips/mips32r6/valid.s b/test/MC/Mips/mips32r6/valid.s
index 0fd6741b8b6..a0633a5f921 100644
--- a/test/MC/Mips/mips32r6/valid.s
+++ b/test/MC/Mips/mips32r6/valid.s
@@ -4,6 +4,7 @@
.set noat
# FIXME: Add the instructions carried forward from older ISA's
+ aui $3,$2,-23 # CHECK: aui $3, $2, -23 # encoding: [0x3c,0x62,0xff,0xe9]
div $2,$3,$4 # CHECK: div $2, $3, $4 # encoding: [0x00,0x64,0x10,0x9a]
divu $2,$3,$4 # CHECK: divu $2, $3, $4 # encoding: [0x00,0x64,0x10,0x9b]
mod $2,$3,$4 # CHECK: mod $2, $3, $4 # encoding: [0x00,0x64,0x10,0xda]