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

#include <assembler-arm.h>

Collaboration diagram for v8::internal::NeonListOperand:

Public Member Functions

 NeonListOperand (DoubleRegister base, int register_count=1)
 
 NeonListOperand (QwNeonRegister q_reg)
 
DoubleRegister base () const
 
int register_count ()
 
int length () const
 
NeonListType type () const
 

Private Attributes

DoubleRegister base_
 
int register_count_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ NeonListOperand() [1/2]

v8::internal::NeonListOperand::NeonListOperand ( DoubleRegister base,
int register_count = 1 )
inlineexplicit

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

◆ NeonListOperand() [2/2]

v8::internal::NeonListOperand::NeonListOperand ( QwNeonRegister q_reg)
inlineexplicit

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

Member Function Documentation

◆ base()

DoubleRegister v8::internal::NeonListOperand::base ( ) const
inline

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

◆ length()

int v8::internal::NeonListOperand::length ( ) const
inline

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

◆ register_count()

int v8::internal::NeonListOperand::register_count ( )
inline

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

◆ type()

NeonListType v8::internal::NeonListOperand::type ( ) const
inline

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

Here is the call graph for this function:

Member Data Documentation

◆ base_

DoubleRegister v8::internal::NeonListOperand::base_
private

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

◆ register_count_

int v8::internal::NeonListOperand::register_count_
private

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


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