#include <representations.h>
|
enum class | Enum : uint8_t { kWord32 = static_cast<int>(RegisterRepresentation::Enum::kWord32)
, kWord64 = static_cast<int>(RegisterRepresentation::Enum::kWord64)
} |
|
enum class | Enum : uint8_t {
kWord32 = static_cast<int>(MaybeRegisterRepresentation::Enum::kWord32)
, kWord64 = static_cast<int>(MaybeRegisterRepresentation::Enum::kWord64)
, kFloat32 = static_cast<int>(MaybeRegisterRepresentation::Enum::kFloat32)
, kFloat64 = static_cast<int>(MaybeRegisterRepresentation::Enum::kFloat64)
,
kTagged = static_cast<int>(MaybeRegisterRepresentation::Enum::kTagged)
, kCompressed
, kSimd128 = static_cast<int>(MaybeRegisterRepresentation::Enum::kSimd128)
, kSimd256 = static_cast<int>(MaybeRegisterRepresentation::Enum::kSimd256)
} |
|
enum class | Enum : uint8_t {
kWord32
, kWord64
, kFloat32
, kFloat64
,
kTagged
, kCompressed
, kSimd128
, kSimd256
,
kNone
} |
|
Definition at line 427 of file representations.h.
◆ Enum
◆ WordRepresentation() [1/3]
v8::internal::compiler::turboshaft::WordRepresentation::WordRepresentation |
( |
Enum | value | ) |
|
|
inlineexplicitconstexpr |
◆ WordRepresentation() [2/3]
v8::internal::compiler::turboshaft::WordRepresentation::WordRepresentation |
( |
| ) |
|
|
default |
◆ WordRepresentation() [3/3]
◆ MaxSignedValue()
int64_t v8::internal::compiler::turboshaft::WordRepresentation::MaxSignedValue |
( |
| ) |
const |
|
inlineconstexpr |
◆ MaxUnsignedValue()
uint64_t v8::internal::compiler::turboshaft::WordRepresentation::MaxUnsignedValue |
( |
| ) |
const |
|
inlineconstexpr |
◆ MinSignedValue()
int64_t v8::internal::compiler::turboshaft::WordRepresentation::MinSignedValue |
( |
| ) |
const |
|
inlineconstexpr |
◆ operator Enum()
v8::internal::compiler::turboshaft::WordRepresentation::operator Enum |
( |
| ) |
const |
|
inlineconstexpr |
◆ value()
Enum v8::internal::compiler::turboshaft::WordRepresentation::value |
( |
| ) |
const |
|
inlineconstexpr |
◆ Word32()
static constexpr WordRepresentation v8::internal::compiler::turboshaft::WordRepresentation::Word32 |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ Word64()
static constexpr WordRepresentation v8::internal::compiler::turboshaft::WordRepresentation::Word64 |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ WordPtr()
static constexpr WordRepresentation v8::internal::compiler::turboshaft::WordRepresentation::WordPtr |
( |
| ) |
|
|
inlinestaticconstexpr |
The documentation for this class was generated from the following file: