mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
22 lines
690 B
TableGen
22 lines
690 B
TableGen
|
//===- WebAssemblyInstrCall.td-WebAssembly Call codegen support -*- tablegen -*-
|
||
|
//
|
||
|
// The LLVM Compiler Infrastructure
|
||
|
//
|
||
|
// This file is distributed under the University of Illinois Open Source
|
||
|
// License. See LICENSE.TXT for details.
|
||
|
//
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
///
|
||
|
/// \file
|
||
|
/// \brief WebAssembly Call operand code-gen constructs.
|
||
|
///
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
|
||
|
/*
|
||
|
* TODO(jfb): Add the following.
|
||
|
*
|
||
|
* call_direct: call function directly
|
||
|
* call_indirect: call function indirectly
|
||
|
* addressof: obtain a function pointer value for a given function
|
||
|
*/
|