v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::wasm::WasmInstruction::Optional::SimdLaneLoad Struct Reference

#include <wasm-interpreter.h>

Collaboration diagram for v8::internal::wasm::WasmInstruction::Optional::SimdLaneLoad:

Public Attributes

uint8_t lane: 4
 
uint8_t : 0
 
uint64_t offset: 48
 

Detailed Description

Definition at line 1105 of file wasm-interpreter.h.

Member Data Documentation

◆ __pad0__

uint8_t v8::internal::wasm::WasmInstruction::Optional::SimdLaneLoad::__pad0__

Definition at line 1107 of file wasm-interpreter.h.

◆ lane

uint8_t v8::internal::wasm::WasmInstruction::Optional::SimdLaneLoad::lane

Definition at line 1106 of file wasm-interpreter.h.

◆ offset

uint64_t v8::internal::wasm::WasmInstruction::Optional::SimdLaneLoad::offset

Definition at line 1108 of file wasm-interpreter.h.


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