v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::wasm::ParallelMove::RegisterMove Struct Reference
Collaboration diagram for v8::internal::wasm::ParallelMove::RegisterMove:

Public Member Functions

constexpr RegisterMove (LiftoffRegister src, ValueKind kind)
 

Public Attributes

LiftoffRegister src
 
ValueKind kind
 

Detailed Description

Definition at line 27 of file parallel-move.h.

Constructor & Destructor Documentation

◆ RegisterMove()

v8::internal::wasm::ParallelMove::RegisterMove::RegisterMove ( LiftoffRegister src,
ValueKind kind )
inlineconstexpr

Definition at line 30 of file parallel-move.h.

Member Data Documentation

◆ kind

ValueKind v8::internal::wasm::ParallelMove::RegisterMove::kind

Definition at line 29 of file parallel-move.h.

◆ src

LiftoffRegister v8::internal::wasm::ParallelMove::RegisterMove::src

Definition at line 28 of file parallel-move.h.


The documentation for this struct was generated from the following file: