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::ExtendIntToF32x4Info Struct Reference

#include <wasm-revec-reducer.h>

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

Public Attributes

OpIndex extend_from
 
uint8_t start_lane
 
uint8_t lane_size
 
bool is_sign_extract
 
bool is_sign_convert
 

Detailed Description

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

Member Data Documentation

◆ extend_from

OpIndex v8::internal::compiler::turboshaft::SLPTree::ExtendIntToF32x4Info::extend_from

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

◆ is_sign_convert

bool v8::internal::compiler::turboshaft::SLPTree::ExtendIntToF32x4Info::is_sign_convert

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

◆ is_sign_extract

bool v8::internal::compiler::turboshaft::SLPTree::ExtendIntToF32x4Info::is_sign_extract

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

◆ lane_size

uint8_t v8::internal::compiler::turboshaft::SLPTree::ExtendIntToF32x4Info::lane_size

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

◆ start_lane

uint8_t v8::internal::compiler::turboshaft::SLPTree::ExtendIntToF32x4Info::start_lane

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


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