summaryrefslogtreecommitdiff
path: root/test/MC/Mips/mips64r6/valid.s
diff options
context:
space:
mode:
authorMatheus Almeida <matheus.almeida@imgtec.com>2014-06-18 17:10:30 +0000
committerMatheus Almeida <matheus.almeida@imgtec.com>2014-06-18 17:10:30 +0000
commit95f1fa7ec339f1dc27e279a2241420c4db850f5b (patch)
treed1fb701db003b91bfc22a058afdfae8324bb3c4a /test/MC/Mips/mips64r6/valid.s
parenta841620f66f2e5673a0a0529f655dcb742031e6b (diff)
downloadllvm-95f1fa7ec339f1dc27e279a2241420c4db850f5b.tar.gz
llvm-95f1fa7ec339f1dc27e279a2241420c4db850f5b.tar.bz2
llvm-95f1fa7ec339f1dc27e279a2241420c4db850f5b.tar.xz
[mips] SYNC $stype instruction was added in Mips32
but SYNC with an implied operand ($stype = 0) is valid since Mips2. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211185 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Mips/mips64r6/valid.s')
-rw-r--r--test/MC/Mips/mips64r6/valid.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/MC/Mips/mips64r6/valid.s b/test/MC/Mips/mips64r6/valid.s
index c16752f7fb..9f32562191 100644
--- a/test/MC/Mips/mips64r6/valid.s
+++ b/test/MC/Mips/mips64r6/valid.s
@@ -165,3 +165,5 @@
dclz $s0,$25 # CHECK: dclz $16, $25 # encoding: [0x03,0x20,0x80,0x52]
ssnop # WARNING: [[@LINE]]:9: warning: ssnop is deprecated for MIPS64r6 and is equivalent to a nop instruction
ssnop # CHECK: ssnop # encoding: [0x00,0x00,0x00,0x40]
+ sync # CHECK: sync # encoding: [0x00,0x00,0x00,0x0f]
+ sync 1 # CHECK: sync 1 # encoding: [0x00,0x00,0x00,0x4f]