summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2019-09-27 02:11:40 +0000
committerThomas Lively <tlively@google.com>2019-09-27 02:11:40 +0000
commit3fcdd25ad5566114ac3322dcbf71d3c38bfec1ed (patch)
tree80a12bd609288a41d56b78333d9364594a349eb4 /llvm/test/MC
parent81125f7362f63adf6e90b35adf9c4bd809208b95 (diff)
downloadbcm5719-llvm-3fcdd25ad5566114ac3322dcbf71d3c38bfec1ed.tar.gz
bcm5719-llvm-3fcdd25ad5566114ac3322dcbf71d3c38bfec1ed.zip
[WebAssembly] v128.andnot
Summary: As specified at https://github.com/WebAssembly/simd/blob/master/proposals/simd/SIMD.md#bitwise-and-not Reviewers: aheejin Subscribers: dschuff, sbc100, jgravelle-google, hiraditya, sunfish, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D68113 llvm-svn: 373041
Diffstat (limited to 'llvm/test/MC')
-rw-r--r--llvm/test/MC/WebAssembly/simd-encodings.s3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/MC/WebAssembly/simd-encodings.s b/llvm/test/MC/WebAssembly/simd-encodings.s
index 25e04124418..2ee9f9ea8db 100644
--- a/llvm/test/MC/WebAssembly/simd-encodings.s
+++ b/llvm/test/MC/WebAssembly/simd-encodings.s
@@ -529,4 +529,7 @@ main:
# CHECK: i64x2.load32x2_u 32 # encoding: [0xfd,0xd7,0x01,0x03,0x20]
i64x2.load32x2_u 32
+ # CHECK: v128.andnot # encoding: [0xfd,0xd8,0x01]
+ v128.andnot
+
end_function
OpenPOWER on IntegriCloud