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

#include <assembler-arm.h>

Collaboration diagram for v8::internal::LoadStoreLaneParams:

Public Member Functions

 LoadStoreLaneParams (MachineRepresentation rep, uint8_t laneidx)
 
 LoadStoreLaneParams (MachineRepresentation rep, uint8_t laneidx)
 
 LoadStoreLaneParams (MachineRepresentation rep, uint8_t laneidx)
 

Public Attributes

bool low_op
 
NeonSize sz
 
uint8_t laneidx
 
MSASize sz
 
int sz
 

Private Member Functions

 LoadStoreLaneParams (uint8_t laneidx, NeonSize sz, int lanes)
 
 LoadStoreLaneParams (uint8_t laneidx, MSASize sz, int lanes)
 
 LoadStoreLaneParams (uint8_t laneidx, int sz, int lanes)
 

Detailed Description

Definition at line 488 of file extension-riscv-v.h.

Constructor & Destructor Documentation

◆ LoadStoreLaneParams() [1/6]

v8::internal::LoadStoreLaneParams::LoadStoreLaneParams ( MachineRepresentation rep,
uint8_t laneidx )

Definition at line 869 of file extension-riscv-v.cc.

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

◆ LoadStoreLaneParams() [2/6]

v8::internal::LoadStoreLaneParams::LoadStoreLaneParams ( uint8_t laneidx,
NeonSize sz,
int lanes )
inlineprivate

Definition at line 1503 of file assembler-arm.h.

◆ LoadStoreLaneParams() [3/6]

v8::internal::LoadStoreLaneParams::LoadStoreLaneParams ( MachineRepresentation rep,
uint8_t laneidx )

◆ LoadStoreLaneParams() [4/6]

v8::internal::LoadStoreLaneParams::LoadStoreLaneParams ( uint8_t laneidx,
MSASize sz,
int lanes )
inlineprivate

Definition at line 1976 of file assembler-mips64.h.

◆ LoadStoreLaneParams() [5/6]

v8::internal::LoadStoreLaneParams::LoadStoreLaneParams ( MachineRepresentation rep,
uint8_t laneidx )

◆ LoadStoreLaneParams() [6/6]

v8::internal::LoadStoreLaneParams::LoadStoreLaneParams ( uint8_t laneidx,
int sz,
int lanes )
inlineprivate

Definition at line 496 of file extension-riscv-v.h.

Member Data Documentation

◆ laneidx

uint8_t v8::internal::LoadStoreLaneParams::laneidx

Definition at line 1494 of file assembler-arm.h.

◆ low_op

bool v8::internal::LoadStoreLaneParams::low_op

Definition at line 1492 of file assembler-arm.h.

◆ sz [1/3]

NeonSize v8::internal::LoadStoreLaneParams::sz

Definition at line 1493 of file assembler-arm.h.

◆ sz [2/3]

MSASize v8::internal::LoadStoreLaneParams::sz

Definition at line 1970 of file assembler-mips64.h.

◆ sz [3/3]

int v8::internal::LoadStoreLaneParams::sz

Definition at line 490 of file extension-riscv-v.h.


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