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

#include <wasm-revec-reducer.h>

Collaboration diagram for v8::internal::compiler::turboshaft::ShufflePackNode::SpecificInfo:

Classes

union  Param
 

Public Types

enum class  Kind { kS256Load32Transform , kS256Load64Transform , kS256Load8x8U }
 

Public Member Functions

Kind kind ()
 
void set_kind (Kind kind)
 
void set_splat_index (uint8_t value)
 
int splat_index () const
 

Private Attributes

Kind kind_
 
Param param_
 

Detailed Description

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

Member Enumeration Documentation

◆ Kind

Enumerator
kS256Load32Transform 
kS256Load64Transform 
kS256Load8x8U 

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

Member Function Documentation

◆ kind()

Kind v8::internal::compiler::turboshaft::ShufflePackNode::SpecificInfo::kind ( )
inline

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

Here is the caller graph for this function:

◆ set_kind()

void v8::internal::compiler::turboshaft::ShufflePackNode::SpecificInfo::set_kind ( Kind kind)
inline

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

Here is the call graph for this function:
Here is the caller graph for this function:

◆ set_splat_index()

void v8::internal::compiler::turboshaft::ShufflePackNode::SpecificInfo::set_splat_index ( uint8_t value)
inline

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

Here is the caller graph for this function:

◆ splat_index()

int v8::internal::compiler::turboshaft::ShufflePackNode::SpecificInfo::splat_index ( ) const
inline

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

Here is the caller graph for this function:

Member Data Documentation

◆ kind_

Kind v8::internal::compiler::turboshaft::ShufflePackNode::SpecificInfo::kind_
private

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

◆ param_

Param v8::internal::compiler::turboshaft::ShufflePackNode::SpecificInfo::param_
private

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


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