forked from OSchip/llvm-project
42 lines
1.8 KiB
TableGen
42 lines
1.8 KiB
TableGen
|
// WebAssemblyInstrInfo.td-Describe the WebAssembly Instructions-*- tablegen -*-
|
||
|
//
|
||
|
// The LLVM Compiler Infrastructure
|
||
|
//
|
||
|
// This file is distributed under the University of Illinois Open Source
|
||
|
// License. See LICENSE.TXT for details.
|
||
|
//
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
//
|
||
|
// WebAssembly Instruction definitions.
|
||
|
//
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
// WebAssembly Instruction Predicate Definitions.
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
// WebAssembly-specific DAG Node Types.
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
// WebAssembly-specific DAG Nodes.
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
// WebAssembly-specific Operands.
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
// WebAssembly Instruction Format Definitions.
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
|
||
|
include "WebAssemblyInstrFormats.td"
|
||
|
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
// Additional sets of instructions.
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
|
||
|
include "WebAssemblyInstrAtomics.td"
|
||
|
include "WebAssemblyInstrSIMD.td"
|