summaryrefslogtreecommitdiff
path: root/test/MC/Mips/mips32r6/valid.s
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2014-06-16 13:18:59 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2014-06-16 13:18:59 +0000
commit77ae274ae7fb3ca1fe26147a64efd323e59fbd8c (patch)
treeb4253c0bcd29b9562de9f4554f87b9a0d5d5b4bf /test/MC/Mips/mips32r6/valid.s
parentaf0d72a6f9ef752ad871e53304d22fb5c930adb9 (diff)
downloadllvm-77ae274ae7fb3ca1fe26147a64efd323e59fbd8c.tar.gz
llvm-77ae274ae7fb3ca1fe26147a64efd323e59fbd8c.tar.bz2
llvm-77ae274ae7fb3ca1fe26147a64efd323e59fbd8c.tar.xz
[mips][mips64r6] cl[oz], and dcl[oz] are re-encoded in MIPS32r6/MIPS64r6
Summary: There is no change to the restrictions, just the result register is stored once in the encoding rather than twice. The rt field is zero in MIPS32r6/MIPS64r6. Depends on D4119 Reviewers: zoran.jovanovic, jkolek, vmedic Reviewed By: vmedic Differential Revision: http://reviews.llvm.org/D4120 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211019 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Mips/mips32r6/valid.s')
-rw-r--r--test/MC/Mips/mips32r6/valid.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/MC/Mips/mips32r6/valid.s b/test/MC/Mips/mips32r6/valid.s
index 6d459a81cd..c20afdd744 100644
--- a/test/MC/Mips/mips32r6/valid.s
+++ b/test/MC/Mips/mips32r6/valid.s
@@ -138,3 +138,5 @@
swc2 $25,304($s0) # CHECK: swc2 $25, 304($16) # encoding: [0x49,0x79,0x81,0x30]
ll $v0,-153($s2) # CHECK: ll $2, -153($18) # encoding: [0x7e,0x42,0xb3,0xb6]
sc $15,-40($s3) # CHECK: sc $15, -40($19) # encoding: [0x7e,0x6f,0xec,0x26]
+ clo $11,$a1 # CHECK: clo $11, $5 # encoding: [0x00,0xa0,0x58,0x51]
+ clz $sp,$gp # CHECK: clz $sp, $gp # encoding: [0x03,0x80,0xe8,0x50]