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

#include <register-arm.h>

Inheritance diagram for v8::internal::DwVfpRegister:
Collaboration diagram for v8::internal::DwVfpRegister:

Public Member Functions

void split_code (int *vm, int *m) const
 
VfpRegList ToVfpRegList () const
 
- Public Member Functions inherited from v8::internal::RegisterBase< DwVfpRegister, kDoubleAfterLast >
constexpr bool is_valid () const
 
constexpr int8_t code () const
 
constexpr bool operator== (const RegisterBase< DwVfpRegister, kAfterLastRegister > &other) const
 
constexpr bool operator!= (const RegisterBase< DwVfpRegister, kAfterLastRegister > &other) const
 

Static Public Member Functions

static int SupportedRegisterCount ()
 
static void split_code (int reg_code, int *vm, int *m)
 
- Static Public Member Functions inherited from v8::internal::RegisterBase< DwVfpRegister, kDoubleAfterLast >
static constexpr DwVfpRegister no_reg ()
 
static constexpr DwVfpRegister 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< DwVfpRegister, kDoubleAfterLast >
static constexpr int8_t kCode_no_reg
 
static constexpr int8_t kNumRegisters
 

Private Member Functions

constexpr DwVfpRegister (int code)
 

Friends

class RegisterBase
 
class LowDwVfpRegister
 

Additional Inherited Members

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

Detailed Description

Definition at line 157 of file register-arm.h.

Constructor & Destructor Documentation

◆ DwVfpRegister()

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

Definition at line 180 of file register-arm.h.

Member Function Documentation

◆ split_code() [1/2]

void v8::internal::DwVfpRegister::split_code ( int * vm,
int * m ) const
inline

Definition at line 171 of file register-arm.h.

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

◆ split_code() [2/2]

static void v8::internal::DwVfpRegister::split_code ( int reg_code,
int * vm,
int * m )
inlinestatic

Definition at line 166 of file register-arm.h.

Here is the call graph for this function:

◆ SupportedRegisterCount()

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

◆ ToVfpRegList()

VfpRegList v8::internal::DwVfpRegister::ToVfpRegList ( ) const
inline

Definition at line 172 of file register-arm.h.

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

Friends And Related Symbol Documentation

◆ LowDwVfpRegister

friend class LowDwVfpRegister
friend

Definition at line 179 of file register-arm.h.

◆ RegisterBase

friend class RegisterBase
friend

Definition at line 178 of file register-arm.h.

Member Data Documentation

◆ kSizeInBytes

int v8::internal::DwVfpRegister::kSizeInBytes = 8
staticconstexpr

Definition at line 159 of file register-arm.h.


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