![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <operations.h>
Public Types | |
enum class | Kind : uint8_t { kAbs , kNegate , kSilenceNaN , kRoundDown , kRoundUp , kRoundToZero , kRoundTiesEven , kLog , kLog2 , kLog10 , kLog1p , kSqrt , kCbrt , kExp , kExpm1 , kSin , kCos , kSinh , kCosh , kAcos , kAsin , kAsinh , kAcosh , kTan , kTanh , kAtan , kAtanh } |
![]() | |
using | Base |
![]() | |
using | Base |
Static Public Member Functions | |
static V8_EXPORT_PRIVATE bool | IsSupported (Kind kind, FloatRepresentation rep) |
![]() | |
static FloatUnaryOp & | New (Graph *graph, Args... args) |
![]() | |
static constexpr OpEffects | Effects () |
static constexpr bool | IsBlockTerminator () |
static constexpr std::optional< OpEffects > | EffectsIfStatic () |
static size_t | StorageSlotCount (size_t input_count) |
static FloatUnaryOp & | New (Graph *graph, size_t input_count, Args... args) |
static FloatUnaryOp & | New (Graph *graph, ShadowyOpIndexVectorWrapper inputs, Args... args) |
![]() | |
static size_t | StorageSlotCount (Opcode opcode, size_t input_count) |
Public Attributes | |
Kind | kind |
FloatRepresentation | rep |
![]() | |
const Opcode | opcode |
SaturatedUint8 | saturated_use_count |
const uint16_t | input_count |
Static Public Attributes | |
static constexpr OpEffects | effects = OpEffects() |
![]() | |
static constexpr uint16_t | input_count |
![]() | |
static const Opcode | opcode |
Additional Inherited Members | |
![]() | |
Operation (Opcode opcode, size_t input_count) | |
template<class OpmaskT > | |
V8_CLANG_NO_SANITIZE ("memory") bool IsOpmask() const | |
Operation (const Operation &)=delete | |
Operation & | operator= (const Operation &)=delete |
Definition at line 1952 of file operations.h.
|
strong |
Definition at line 1953 of file operations.h.
|
inlineexplicit |
Definition at line 2000 of file operations.h.
|
inline |
Definition at line 1991 of file operations.h.
|
static |
Definition at line 299 of file operations.cc.
|
inline |
Definition at line 2003 of file operations.h.
|
inline |
Definition at line 1987 of file operations.h.
Definition at line 1986 of file operations.h.
Kind v8::internal::compiler::turboshaft::FloatUnaryOp::kind |
Definition at line 1983 of file operations.h.
FloatRepresentation v8::internal::compiler::turboshaft::FloatUnaryOp::rep |
Definition at line 1984 of file operations.h.