#include <operations.h>
|
static constexpr uint8_t | kMax = std::numeric_limits<uint8_t>::max() |
|
Definition at line 877 of file operations.h.
◆ SaturatedUint8() [1/2]
v8::internal::compiler::turboshaft::SaturatedUint8::SaturatedUint8 |
( |
| ) |
|
|
default |
◆ SaturatedUint8() [2/2]
v8::internal::compiler::turboshaft::SaturatedUint8::SaturatedUint8 |
( |
uint8_t | val | ) |
|
|
inlineexplicitprivate |
◆ Decr()
void v8::internal::compiler::turboshaft::SaturatedUint8::Decr |
( |
| ) |
|
|
inline |
◆ FromSize()
◆ Get()
uint8_t v8::internal::compiler::turboshaft::SaturatedUint8::Get |
( |
| ) |
const |
|
inline |
◆ Incr()
void v8::internal::compiler::turboshaft::SaturatedUint8::Incr |
( |
| ) |
|
|
inline |
◆ IsOne()
bool v8::internal::compiler::turboshaft::SaturatedUint8::IsOne |
( |
| ) |
const |
|
inline |
◆ IsSaturated()
bool v8::internal::compiler::turboshaft::SaturatedUint8::IsSaturated |
( |
| ) |
const |
|
inline |
◆ IsZero()
bool v8::internal::compiler::turboshaft::SaturatedUint8::IsZero |
( |
| ) |
const |
|
inline |
◆ operator+=()
◆ SetToOne()
void v8::internal::compiler::turboshaft::SaturatedUint8::SetToOne |
( |
| ) |
|
|
inline |
◆ SetToZero()
void v8::internal::compiler::turboshaft::SaturatedUint8::SetToZero |
( |
| ) |
|
|
inline |
◆ kMax
uint8_t v8::internal::compiler::turboshaft::SaturatedUint8::kMax = std::numeric_limits<uint8_t>::max() |
|
staticconstexprprivate |
◆ val
uint8_t v8::internal::compiler::turboshaft::SaturatedUint8::val = 0 |
|
private |
The documentation for this class was generated from the following file: