![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <operations.h>
Public Types | |
| enum class | Sign : bool { kSigned , kUnsigned } |
Public Types inherited from v8::internal::compiler::turboshaft::FixedArityOperationT< 1, Word32SignHintOp > | |
| using | Base |
Public Types inherited from v8::internal::compiler::turboshaft::OperationT< Word32SignHintOp > | |
| using | Base |
Public Attributes | |
| Sign | sign |
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, Word32SignHintOp > | |
| static constexpr uint16_t | input_count |
Static Public Attributes inherited from v8::internal::compiler::turboshaft::OperationT< Word32SignHintOp > | |
| static const Opcode | opcode |
Definition at line 1557 of file operations.h.
|
strong |
| Enumerator | |
|---|---|
| kSigned | |
| kUnsigned | |
Definition at line 1558 of file operations.h.
|
inline |
Definition at line 1573 of file operations.h.
Definition at line 1571 of file operations.h.
|
inline |
Definition at line 1566 of file operations.h.
|
inline |
Definition at line 1575 of file operations.h.
|
inline |
Definition at line 1562 of file operations.h.
|
staticconstexpr |
Definition at line 1561 of file operations.h.
| Sign v8::internal::compiler::turboshaft::Word32SignHintOp::sign |
Definition at line 1559 of file operations.h.