summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2013-08-21 01:18:46 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2013-08-21 01:18:46 +0000
commit39f915b58a77312b8bda7ddfe274ee5793630da8 (patch)
treef907dde1bb54cc39cf2715c59a450ba496894235 /llvm/test
parent5234b49854697106636bd2c4e677ddcf12ff377f (diff)
downloadbcm5719-llvm-39f915b58a77312b8bda7ddfe274ee5793630da8.tar.gz
bcm5719-llvm-39f915b58a77312b8bda7ddfe274ee5793630da8.zip
[micromips] Print instruction alias "not" if the last operand of a nor is zero.
llvm-svn: 188851
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/MC/Mips/micromips-alu-instructions.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/Mips/micromips-alu-instructions.s b/llvm/test/MC/Mips/micromips-alu-instructions.s
index 426ab8baaf2..3f6079cf673 100644
--- a/llvm/test/MC/Mips/micromips-alu-instructions.s
+++ b/llvm/test/MC/Mips/micromips-alu-instructions.s
@@ -32,7 +32,7 @@
# CHECK-EL: xori $9, $6, 17767 # encoding: [0x26,0x71,0x67,0x45]
# CHECK-EL: xori $9, $6, 17767 # encoding: [0x26,0x71,0x67,0x45]
# CHECK-EL: nor $9, $6, $7 # encoding: [0xe6,0x00,0xd0,0x4a]
-# CHECK-EL: nor $7, $8, $zero # encoding: [0x08,0x00,0xd0,0x3a]
+# CHECK-EL: not $7, $8 # encoding: [0x08,0x00,0xd0,0x3a]
# CHECK-EL: mul $9, $6, $7 # encoding: [0xe6,0x00,0x10,0x4a]
# CHECK-EL: mult $9, $7 # encoding: [0xe9,0x00,0x3c,0x8b]
# CHECK-EL: multu $9, $7 # encoding: [0xe9,0x00,0x3c,0x9b]
@@ -64,7 +64,7 @@
# CHECK-EB: xori $9, $6, 17767 # encoding: [0x71,0x26,0x45,0x67]
# CHECK-EB: xori $9, $6, 17767 # encoding: [0x71,0x26,0x45,0x67]
# CHECK-EB: nor $9, $6, $7 # encoding: [0x00,0xe6,0x4a,0xd0]
-# CHECK-EB: nor $7, $8, $zero # encoding: [0x00,0x08,0x3a,0xd0]
+# CHECK-EB: not $7, $8 # encoding: [0x00,0x08,0x3a,0xd0]
# CHECK-EB: mul $9, $6, $7 # encoding: [0x00,0xe6,0x4a,0x10]
# CHECK-EB: mult $9, $7 # encoding: [0x00,0xe9,0x8b,0x3c]
# CHECK-EB: multu $9, $7 # encoding: [0x00,0xe9,0x9b,0x3c]
OpenPOWER on IntegriCloud