![]() |
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 } |
Public Types inherited from v8::internal::compiler::turboshaft::FixedArityOperationT< 1, WordUnaryOp > | |
| using | Base |
Public Types inherited from v8::internal::compiler::turboshaft::OperationT< WordUnaryOp > | |
| using | Base |
Static Public Member Functions | |
| static V8_EXPORT_PRIVATE bool | IsSupported (Kind kind, WordRepresentation rep) |
Static Public Member Functions inherited from v8::internal::compiler::turboshaft::FixedArityOperationT< 1, WordUnaryOp > | |
| static WordUnaryOp & | New (Graph *graph, Args... args) |
Static Public Member Functions inherited from v8::internal::compiler::turboshaft::OperationT< WordUnaryOp > | |
| 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 Public Member Functions inherited from v8::internal::compiler::turboshaft::Operation | |
| static size_t | StorageSlotCount (Opcode opcode, size_t input_count) |
Public Attributes | |
| Kind | kind |
| WordRepresentation | rep |
Public Attributes inherited from v8::internal::compiler::turboshaft::Operation | |
| const Opcode | opcode |
| SaturatedUint8 | saturated_use_count |
| const uint16_t | input_count |
Static Public Attributes | |
| static constexpr OpEffects | effects = OpEffects() |
Static Public Attributes inherited from v8::internal::compiler::turboshaft::FixedArityOperationT< 1, WordUnaryOp > | |
| static constexpr uint16_t | input_count |
Static Public Attributes inherited from v8::internal::compiler::turboshaft::OperationT< WordUnaryOp > | |
| static const Opcode | opcode |
Additional Inherited Members | |
Protected Member Functions inherited from v8::internal::compiler::turboshaft::Operation | |
| 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.