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

#include <register-x64.h>

Inheritance diagram for v8::internal::YMMRegister:
Collaboration diagram for v8::internal::YMMRegister:

Static Public Member Functions

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

Private Member Functions

constexpr YMMRegister (int code)
 

Friends

class XMMRegister
 

Additional Inherited Members

- Public Member Functions inherited from v8::internal::XMMRegister
int high_bit () const
 
int low_bits () const
 
- Public Member Functions inherited from v8::internal::RegisterBase< XMMRegister, kDoubleAfterLast >
constexpr bool is_valid () const
 
constexpr int8_t code () const
 
constexpr bool operator== (const RegisterBase< XMMRegister, kAfterLastRegister > &other) const
 
constexpr bool operator!= (const RegisterBase< XMMRegister, kAfterLastRegister > &other) const
 
- Static Public Attributes inherited from v8::internal::RegisterBase< XMMRegister, kDoubleAfterLast >
static constexpr int8_t kCode_no_reg
 
static constexpr int8_t kNumRegisters
 
- Protected Member Functions inherited from v8::internal::XMMRegister
constexpr XMMRegister (int code)
 
- Protected Member Functions inherited from v8::internal::RegisterBase< XMMRegister, kDoubleAfterLast >
constexpr RegisterBase (int code)
 

Detailed Description

Definition at line 225 of file register-x64.h.

Constructor & Destructor Documentation

◆ YMMRegister()

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

Definition at line 238 of file register-x64.h.

Here is the caller graph for this function:

Member Function Documentation

◆ from_code()

static constexpr YMMRegister v8::internal::YMMRegister::from_code ( int code)
inlinestaticconstexpr

Definition at line 227 of file register-x64.h.

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

◆ from_xmm()

static constexpr YMMRegister v8::internal::YMMRegister::from_xmm ( XMMRegister xmm)
inlinestaticconstexpr

Definition at line 232 of file register-x64.h.

Here is the call graph for this function:

Friends And Related Symbol Documentation

◆ XMMRegister

friend class XMMRegister
friend

Definition at line 237 of file register-x64.h.


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