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

#include <register-ppc.h>

Inheritance diagram for v8::internal::DoubleRegister:
Collaboration diagram for v8::internal::DoubleRegister:

Public Member Functions

Simd128Register toSimd () const
 
- Public Member Functions inherited from v8::internal::RegisterBase< DoubleRegister, kDoubleAfterLast >
constexpr bool is_valid () const
 
constexpr int8_t code () const
 
constexpr bool operator== (const RegisterBase< DoubleRegister, kAfterLastRegister > &other) const
 
constexpr bool operator!= (const RegisterBase< DoubleRegister, kAfterLastRegister > &other) const
 

Static Public Member Functions

static int SupportedRegisterCount ()
 
static int SupportedRegisterCount ()
 
- Static Public Member Functions inherited from v8::internal::RegisterBase< DoubleRegister, kDoubleAfterLast >
static constexpr DoubleRegister no_reg ()
 
static constexpr DoubleRegister from_code (int8_t code)
 
static const char * GetSpecialRegisterName (int code)
 

Static Public Attributes

static constexpr int kSizeInBytes = 8
 
- Static Public Attributes inherited from v8::internal::RegisterBase< DoubleRegister, kDoubleAfterLast >
static constexpr int8_t kCode_no_reg
 
static constexpr int8_t kNumRegisters
 

Private Member Functions

constexpr DoubleRegister (int code)
 
constexpr DoubleRegister (int code)
 

Friends

class RegisterBase
 

Additional Inherited Members

- Protected Member Functions inherited from v8::internal::RegisterBase< DoubleRegister, kDoubleAfterLast >
constexpr RegisterBase (int code)
 

Detailed Description

Definition at line 181 of file register-s390.h.

Constructor & Destructor Documentation

◆ DoubleRegister() [1/2]

v8::internal::DoubleRegister::DoubleRegister ( int code)
inlineexplicitconstexprprivate

Definition at line 249 of file register-ppc.h.

◆ DoubleRegister() [2/2]

v8::internal::DoubleRegister::DoubleRegister ( int code)
inlineexplicitconstexprprivate

Definition at line 197 of file register-s390.h.

Member Function Documentation

◆ SupportedRegisterCount() [1/2]

int v8::internal::DoubleRegister::SupportedRegisterCount ( )
inlinestatic

Definition at line 54 of file assembler-arm-inl.h.

Here is the call graph for this function:

◆ SupportedRegisterCount() [2/2]

static int v8::internal::DoubleRegister::SupportedRegisterCount ( )
inlinestatic

◆ toSimd()

Simd128Register v8::internal::DoubleRegister::toSimd ( ) const
inline

Definition at line 241 of file register-ppc.h.

Here is the call graph for this function:

Friends And Related Symbol Documentation

◆ RegisterBase

RegisterBase
friend

Definition at line 248 of file register-ppc.h.

Member Data Documentation

◆ kSizeInBytes

static constexpr int v8::internal::DoubleRegister::kSizeInBytes = 8
staticconstexpr

Definition at line 231 of file register-ppc.h.


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