#include <bytecode-operands.h>
Definition at line 146 of file bytecode-operands.h.
◆ ClobbersAccumulator()
static constexpr bool v8::internal::interpreter::BytecodeOperands::ClobbersAccumulator |
( |
ImplicitRegisterUse | implicit_register_use | ) |
|
|
inlinestaticconstexpr |
◆ IsScalableSignedByte()
static constexpr bool v8::internal::interpreter::BytecodeOperands::IsScalableSignedByte |
( |
OperandType | operand_type | ) |
|
|
inlinestaticconstexpr |
◆ IsScalableUnsignedByte()
static constexpr bool v8::internal::interpreter::BytecodeOperands::IsScalableUnsignedByte |
( |
OperandType | operand_type | ) |
|
|
inlinestaticconstexpr |
◆ OperandScaleAsIndex()
static constexpr int v8::internal::interpreter::BytecodeOperands::OperandScaleAsIndex |
( |
OperandScale | operand_scale | ) |
|
|
inlinestaticconstexpr |
◆ ReadsAccumulator()
static constexpr bool v8::internal::interpreter::BytecodeOperands::ReadsAccumulator |
( |
ImplicitRegisterUse | implicit_register_use | ) |
|
|
inlinestaticconstexpr |
◆ WritesAccumulator()
static constexpr bool v8::internal::interpreter::BytecodeOperands::WritesAccumulator |
( |
ImplicitRegisterUse | implicit_register_use | ) |
|
|
inlinestaticconstexpr |
◆ WritesImplicitRegister()
static constexpr bool v8::internal::interpreter::BytecodeOperands::WritesImplicitRegister |
( |
ImplicitRegisterUse | implicit_register_use | ) |
|
|
inlinestaticconstexpr |
◆ WritesOrClobbersAccumulator()
static constexpr bool v8::internal::interpreter::BytecodeOperands::WritesOrClobbersAccumulator |
( |
ImplicitRegisterUse | implicit_register_use | ) |
|
|
inlinestaticconstexpr |
◆ kOperandScaleCount
const int v8::internal::interpreter::BytecodeOperands::kOperandScaleCount |
|
static |
Initial value:=
#define OPERAND_SCALE_LIST(V)
#define OPERAND_SCALE_COUNT(...)
Definition at line 153 of file bytecode-operands.h.
◆ kOperandTypeCount
const int v8::internal::interpreter::BytecodeOperands::kOperandTypeCount = static_cast<int>(OperandType::kLast) + 1 |
|
static |
The documentation for this class was generated from the following file: