![]() |
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 { kReverseBytes , kCountLeadingZeros , kCountTrailingZeros , kPopCount , kSignExtend8 , kSignExtend16 } |
![]() | |
using | Base |
![]() | |
using | Base |
Static Public Member Functions | |
static V8_EXPORT_PRIVATE bool | IsSupported (Kind kind, WordRepresentation rep) |
![]() | |
static WordUnaryOp & | 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 WordUnaryOp & | New (Graph *graph, size_t input_count, Args... args) |
static WordUnaryOp & | New (Graph *graph, ShadowyOpIndexVectorWrapper inputs, Args... args) |
![]() | |
static size_t | StorageSlotCount (Opcode opcode, size_t input_count) |
Public Attributes | |
Kind | kind |
WordRepresentation | 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 1883 of file operations.h.
|
strong |
Enumerator | |
---|---|
kReverseBytes | |
kCountLeadingZeros | |
kCountTrailingZeros | |
kPopCount | |
kSignExtend8 | |
kSignExtend16 |
Definition at line 1884 of file operations.h.
|
inlineexplicit |
Definition at line 1908 of file operations.h.
Definition at line 1904 of file operations.h.
|
inline |
Definition at line 1899 of file operations.h.
|
static |
|
inline |
Definition at line 1911 of file operations.h.
|
inline |
Definition at line 1895 of file operations.h.
Definition at line 1894 of file operations.h.
Kind v8::internal::compiler::turboshaft::WordUnaryOp::kind |
Definition at line 1892 of file operations.h.
WordRepresentation v8::internal::compiler::turboshaft::WordUnaryOp::rep |
Definition at line 1893 of file operations.h.