summaryrefslogtreecommitdiff
path: root/test/MC
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2014-02-19 15:30:54 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2014-02-19 15:30:54 +0000
commit210edf55593dd88ff88b8d029243537452401b29 (patch)
tree58f2a7da9177ab4ddd3e1773478df373399e1832 /test/MC
parent2228d01073a34d20ed53beabd80c84360734f173 (diff)
downloadllvm-210edf55593dd88ff88b8d029243537452401b29.tar.gz
llvm-210edf55593dd88ff88b8d029243537452401b29.tar.bz2
llvm-210edf55593dd88ff88b8d029243537452401b29.tar.xz
[mips] Add explicit N32 and N64 tests to nabi-regs.s test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201684 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r--test/MC/Mips/nabi-regs.s10
1 files changed, 7 insertions, 3 deletions
diff --git a/test/MC/Mips/nabi-regs.s b/test/MC/Mips/nabi-regs.s
index 050fb81348..1c192c0e18 100644
--- a/test/MC/Mips/nabi-regs.s
+++ b/test/MC/Mips/nabi-regs.s
@@ -3,10 +3,14 @@
# for 4 more register parameters (A registers) offsetting
# the T registers.
#
-# For now just check N64
# RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \
-# RUN: -mcpu=mips64r2 -arch=mips64 | \
-# RUN: FileCheck %s
+# RUN: -mcpu=mips64r2 -arch=mips64 | FileCheck %s
+#
+# RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \
+# RUN: -mcpu=mips64r2 -arch=mips64 -mattr=+n32 | FileCheck %s
+#
+# RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \
+# RUN: -mcpu=mips64r2 -arch=mips64 -mattr=+n64 | FileCheck %s
.text
foo: