From 12da0f9c3d9a5a1ec91f339f45c99dd8f27eb869 Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Tue, 25 Sep 2018 03:39:28 +0000 Subject: [WebAssembly] SIMD sqrt Reviewers: aheejin, dschuff Subscribers: sbc100, jgravelle-google, sunfish, llvm-commits Differential Revision: https://reviews.llvm.org/D52387 llvm-svn: 342937 --- llvm/test/MC/WebAssembly/simd-encodings.s | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'llvm/test/MC/WebAssembly/simd-encodings.s') diff --git a/llvm/test/MC/WebAssembly/simd-encodings.s b/llvm/test/MC/WebAssembly/simd-encodings.s index b8856d6dbc2..6c4e45c216a 100644 --- a/llvm/test/MC/WebAssembly/simd-encodings.s +++ b/llvm/test/MC/WebAssembly/simd-encodings.s @@ -355,4 +355,10 @@ # CHECK: f64x2.mul # encoding: [0xfd,0x8c] f64x2.mul + # CHECK: f32x4.sqrt # encoding: [0xfd,0x8d] + f32x4.sqrt + + # CHECK: f64x2.sqrt # encoding: [0xfd,0x8e] + f64x2.sqrt + end_function -- cgit v1.2.3