#include <liftoff-register.h>
Definition at line 143 of file liftoff-register.h.
◆ storage_t
Initial value: std::conditional<
std::conditional<needed_bits <= 16, uint16_t, uint32_t>::type>::type
static constexpr int needed_bits
Definition at line 147 of file liftoff-register.h.
◆ LiftoffRegister() [1/3]
v8::internal::wasm::LiftoffRegister::LiftoffRegister |
( |
Register | reg | ) |
|
|
inlineexplicitconstexpr |
◆ LiftoffRegister() [2/3]
v8::internal::wasm::LiftoffRegister::LiftoffRegister |
( |
DoubleRegister | reg | ) |
|
|
inlineexplicitconstexpr |
◆ LiftoffRegister() [3/3]
v8::internal::wasm::LiftoffRegister::LiftoffRegister |
( |
storage_t | code | ) |
|
|
inlineexplicitconstexprprivate |
◆ ForFpPair()
◆ ForPair()
◆ fp()
◆ from_code()
◆ from_external_code()
◆ from_liftoff_code()
static LiftoffRegister v8::internal::wasm::LiftoffRegister::from_liftoff_code |
( |
int | code | ) |
|
|
inlinestatic |
◆ gp()
Register v8::internal::wasm::LiftoffRegister::gp |
( |
| ) |
const |
|
inlineconstexpr |
◆ high()
◆ high_fp()
◆ high_gp()
Register v8::internal::wasm::LiftoffRegister::high_gp |
( |
| ) |
const |
|
inline |
◆ is_fp()
bool v8::internal::wasm::LiftoffRegister::is_fp |
( |
| ) |
const |
|
inlineconstexpr |
◆ is_fp_pair()
bool v8::internal::wasm::LiftoffRegister::is_fp_pair |
( |
| ) |
const |
|
inlineconstexpr |
◆ is_gp()
bool v8::internal::wasm::LiftoffRegister::is_gp |
( |
| ) |
const |
|
inlineconstexpr |
◆ is_gp_pair()
bool v8::internal::wasm::LiftoffRegister::is_gp_pair |
( |
| ) |
const |
|
inlineconstexpr |
◆ is_pair()
bool v8::internal::wasm::LiftoffRegister::is_pair |
( |
| ) |
const |
|
inlineconstexpr |
◆ liftoff_code()
int v8::internal::wasm::LiftoffRegister::liftoff_code |
( |
| ) |
const |
|
inlineconstexpr |
◆ low()
◆ low_fp()
◆ low_gp()
Register v8::internal::wasm::LiftoffRegister::low_gp |
( |
| ) |
const |
|
inline |
◆ operator==()
◆ overlaps()
◆ reg_class()
RegClass v8::internal::wasm::LiftoffRegister::reg_class |
( |
| ) |
const |
|
inlineconstexpr |
◆ code_
storage_t v8::internal::wasm::LiftoffRegister::code_ |
|
private |
◆ needed_bits
int v8::internal::wasm::LiftoffRegister::needed_bits |
|
staticconstexprprivate |
Initial value:=
static constexpr int kBitsPerLiftoffRegCode
static constexpr bool kNeedS128RegPair
static constexpr bool kNeedI64RegPair
static constexpr int kBitsPerRegPair
Definition at line 144 of file liftoff-register.h.
The documentation for this class was generated from the following file: