summaryrefslogtreecommitdiff
path: root/test/MC/Mips
diff options
context:
space:
mode:
authorJack Carter <jcarter@mips.com>2013-01-16 01:29:10 +0000
committerJack Carter <jcarter@mips.com>2013-01-16 01:29:10 +0000
commit457ee1a12e2c52624af7fdb81cf938f6d8d96572 (patch)
tree89f31462617db0b512590b7d14eab9315755c66a /test/MC/Mips
parent6b6061f01171bd3d4e32022efa45428d4f9941ee (diff)
downloadllvm-457ee1a12e2c52624af7fdb81cf938f6d8d96572.tar.gz
llvm-457ee1a12e2c52624af7fdb81cf938f6d8d96572.tar.bz2
llvm-457ee1a12e2c52624af7fdb81cf938f6d8d96572.tar.xz
reverting 172579
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172594 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Mips')
-rw-r--r--test/MC/Mips/mips-alu-instructions.s5
-rw-r--r--test/MC/Mips/mips64-alu-instructions.s6
2 files changed, 0 insertions, 11 deletions
diff --git a/test/MC/Mips/mips-alu-instructions.s b/test/MC/Mips/mips-alu-instructions.s
index 52fd900091..ee2a9a0db4 100644
--- a/test/MC/Mips/mips-alu-instructions.s
+++ b/test/MC/Mips/mips-alu-instructions.s
@@ -81,10 +81,6 @@
# CHECK: sub $6, $zero, $7 # encoding: [0x22,0x30,0x07,0x00]
# CHECK: subu $6, $zero, $7 # encoding: [0x23,0x30,0x07,0x00]
# CHECK: addu $7, $8, $zero # encoding: [0x21,0x38,0x00,0x01]
-# CHECK: .set push
-# CHECK: .set mips32r2
-# CHECK: rdhwr $5, $29
-# CHECK: .set pop # encoding: [0x3b,0xe8,0x05,0x7c]
add $9,$6,$7
add $9,$6,17767
addu $9,$6,-15001
@@ -102,4 +98,3 @@
neg $6,$7
negu $6,$7
move $7,$8
- rdhwr $5, $29
diff --git a/test/MC/Mips/mips64-alu-instructions.s b/test/MC/Mips/mips64-alu-instructions.s
index d30ddeee71..a77ed43ff1 100644
--- a/test/MC/Mips/mips64-alu-instructions.s
+++ b/test/MC/Mips/mips64-alu-instructions.s
@@ -78,11 +78,6 @@
# CHECK: multu $3, $5 # encoding: [0x19,0x00,0x65,0x00]
# CHECK: dsubu $4, $3, $5 # encoding: [0x2f,0x20,0x65,0x00]
# CHECK: daddu $7, $8, $zero # encoding: [0x2d,0x38,0x00,0x01]
-# CHECK: .set push
-# CHECK: .set mips32r2
-# CHECK: rdhwr $5, $29
-# CHECK: .set pop # encoding: [0x3b,0xe8,0x05,0x7c]
-
dadd $9,$6,$7
dadd $9,$6,17767
daddu $9,$6,-15001
@@ -97,4 +92,3 @@
multu $3,$5
dsubu $4,$3,$5
move $7,$8
- rdhwr $5, $29