Definition at line 34 of file parallel-move.h.
◆ LoadKind
Enumerator |
---|
kNop | |
kConstant | |
kStack | |
kLowHalfStack | |
kHighHalfStack | |
Definition at line 35 of file parallel-move.h.
◆ RegisterLoad()
v8::internal::wasm::ParallelMove::RegisterLoad::RegisterLoad |
( |
LoadKind | load_kind, |
|
|
ValueKind | kind, |
|
|
int32_t | value ) |
|
inlineprivate |
◆ Const()
static RegisterLoad v8::internal::wasm::ParallelMove::RegisterLoad::Const |
( |
ValueKind | kind, |
|
|
int32_t | constant ) |
|
inlinestatic |
◆ HalfStack()
◆ Nop()
static RegisterLoad v8::internal::wasm::ParallelMove::RegisterLoad::Nop |
( |
| ) |
|
|
inlinestatic |
◆ Stack()
static RegisterLoad v8::internal::wasm::ParallelMove::RegisterLoad::Stack |
( |
int32_t | offset, |
|
|
ValueKind | kind ) |
|
inlinestatic |
◆ kind
ValueKind v8::internal::wasm::ParallelMove::RegisterLoad::kind |
◆ load_kind
LoadKind v8::internal::wasm::ParallelMove::RegisterLoad::load_kind |
◆ value
int32_t v8::internal::wasm::ParallelMove::RegisterLoad::value |
The documentation for this struct was generated from the following file: