v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LowDwVfpRegister Struct Reference

#include <assembler-arm.h>

Public Member Functions

 operator DwVfpRegister () const
 
bool is_valid () const
 
bool is (DwVfpRegister reg) const
 
bool is (LowDwVfpRegister reg) const
 
int code () const
 
SwVfpRegister low () const
 
SwVfpRegister high () const
 

Static Public Member Functions

static LowDwVfpRegister from_code (int code)
 

Data Fields

int code_
 

Static Public Attributes

static const int kMaxNumLowRegisters = 16
 

Detailed Description

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

Member Function Documentation

int code ( ) const
inline

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

References ASSERT, LowDwVfpRegister::code_, and LowDwVfpRegister::is_valid().

static LowDwVfpRegister from_code ( int  code)
inlinestatic

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

SwVfpRegister high ( ) const
inline
bool is ( DwVfpRegister  reg) const
inline

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

References DwVfpRegister::code_, and LowDwVfpRegister::code_.

bool is ( LowDwVfpRegister  reg) const
inline

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

References LowDwVfpRegister::code_.

bool is_valid ( ) const
inline
SwVfpRegister low ( ) const
inline
operator DwVfpRegister ( ) const
inline

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

References LowDwVfpRegister::code_.

Field Documentation

const int kMaxNumLowRegisters = 16
static

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

Referenced by LowDwVfpRegister::is_valid().


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