WebAssemblyInstrSIMD.td revision 285163
1139749Simp// WebAssemblyInstrSIMD.td - WebAssembly SIMD codegen support -*- tablegen -*-//
2119917Swpaul//
3119917Swpaul//                     The LLVM Compiler Infrastructure
4139749Simp//
5119917Swpaul// This file is distributed under the University of Illinois Open Source
6119917Swpaul// License. See LICENSE.TXT for details.
7119917Swpaul//
8119917Swpaul//===----------------------------------------------------------------------===//
9119917Swpaul//
10119917Swpaul// WebAssembly SIMD operand code-gen constructs.
11119917Swpaul//
12119917Swpaul//===----------------------------------------------------------------------===//
13119917Swpaul
14119917Swpaul// TODO: Implement SIMD instructions.
15119917Swpaul// Note: use Requires<[HasSIMD128]>.
16119917Swpaul