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

#include <machine-operator.h>

Collaboration diagram for v8::internal::compiler::StoreLaneParameters:

Public Attributes

MemoryAccessKind kind
 
MachineRepresentation rep
 
uint8_t laneidx
 

Detailed Description

Definition at line 259 of file machine-operator.h.

Member Data Documentation

◆ kind

MemoryAccessKind v8::internal::compiler::StoreLaneParameters::kind

Definition at line 260 of file machine-operator.h.

◆ laneidx

uint8_t v8::internal::compiler::StoreLaneParameters::laneidx

Definition at line 262 of file machine-operator.h.

◆ rep

MachineRepresentation v8::internal::compiler::StoreLaneParameters::rep

Definition at line 261 of file machine-operator.h.


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