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

#include <wasm-revec-reducer.h>

Collaboration diagram for v8::internal::compiler::turboshaft::SLPTree::LaneExtendInfo:

Public Attributes

OpIndex extract_from
 
Simd128ExtractLaneOp::Kind extract_kind
 
int extract_lane_index
 
ChangeOp::Kind change_kind
 
int replace_lane_index
 

Detailed Description

Definition at line 481 of file wasm-revec-reducer.h.

Member Data Documentation

◆ change_kind

ChangeOp::Kind v8::internal::compiler::turboshaft::SLPTree::LaneExtendInfo::change_kind

Definition at line 485 of file wasm-revec-reducer.h.

◆ extract_from

OpIndex v8::internal::compiler::turboshaft::SLPTree::LaneExtendInfo::extract_from

Definition at line 482 of file wasm-revec-reducer.h.

◆ extract_kind

Simd128ExtractLaneOp::Kind v8::internal::compiler::turboshaft::SLPTree::LaneExtendInfo::extract_kind

Definition at line 483 of file wasm-revec-reducer.h.

◆ extract_lane_index

int v8::internal::compiler::turboshaft::SLPTree::LaneExtendInfo::extract_lane_index

Definition at line 484 of file wasm-revec-reducer.h.

◆ replace_lane_index

int v8::internal::compiler::turboshaft::SLPTree::LaneExtendInfo::replace_lane_index

Definition at line 486 of file wasm-revec-reducer.h.


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