2015-06-30 07:51:55 +08:00
|
|
|
// WebAssemblyInstrSIMD.td - WebAssembly SIMD codegen support -*- tablegen -*-//
|
|
|
|
//
|
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
//
|
|
|
|
// This file is distributed under the University of Illinois Open Source
|
|
|
|
// License. See LICENSE.TXT for details.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
2015-07-11 02:23:10 +08:00
|
|
|
///
|
|
|
|
/// \file
|
|
|
|
/// \brief WebAssembly SIMD operand code-gen constructs.
|
|
|
|
///
|
2015-06-30 07:51:55 +08:00
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
|
|
// TODO: Implement SIMD instructions.
|
2015-07-02 07:41:25 +08:00
|
|
|
// Note: use Requires<[HasSIMD128]>.
|