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
SwVfpRegister Struct Reference

#include <assembler-arm.h>

Public Member Functions

bool is_valid () const
 
bool is (SwVfpRegister reg) const
 
int code () const
 
int bit () const
 
void split_code (int *vm, int *m) const
 

Data Fields

int code_
 

Static Public Attributes

static const int kSizeInBytes = 4
 

Detailed Description

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

Member Function Documentation

int bit ( ) const
inline

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

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

int code ( ) const
inline

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

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

bool is ( SwVfpRegister  reg) const
inline

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

References SwVfpRegister::code_.

bool is_valid ( ) const
inline
void split_code ( int *  vm,
int *  m 
) const
inline

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

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

Field Documentation

const int kSizeInBytes = 4
static

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


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