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

#include <register-loong64.h>

Collaboration diagram for v8::internal::FPUControlRegister:

Public Member Functions

bool is_valid () const
 
bool is (FPUControlRegister creg) const
 
int code () const
 
int bit () const
 
void setcode (int f)
 
bool is_valid () const
 
bool is (FPUControlRegister creg) const
 
int code () const
 
int bit () const
 
void setcode (int f)
 

Public Attributes

int reg_code
 

Detailed Description

Definition at line 235 of file register-mips64.h.

Member Function Documentation

◆ bit() [1/2]

int v8::internal::FPUControlRegister::bit ( ) const
inline

Definition at line 183 of file register-loong64.h.

Here is the call graph for this function:

◆ bit() [2/2]

int v8::internal::FPUControlRegister::bit ( ) const
inline

Definition at line 242 of file register-mips64.h.

Here is the call graph for this function:

◆ code() [1/2]

int v8::internal::FPUControlRegister::code ( ) const
inline

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

Here is the call graph for this function:

◆ code() [2/2]

int v8::internal::FPUControlRegister::code ( ) const
inline

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

Here is the call graph for this function:

◆ is() [1/2]

bool v8::internal::FPUControlRegister::is ( FPUControlRegister creg) const
inline

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

◆ is() [2/2]

bool v8::internal::FPUControlRegister::is ( FPUControlRegister creg) const
inline

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

◆ is_valid() [1/2]

bool v8::internal::FPUControlRegister::is_valid ( ) const
inline

Definition at line 177 of file register-loong64.h.

Here is the caller graph for this function:

◆ is_valid() [2/2]

bool v8::internal::FPUControlRegister::is_valid ( ) const
inline

Definition at line 236 of file register-mips64.h.

◆ setcode() [1/2]

void v8::internal::FPUControlRegister::setcode ( int f)
inline

Definition at line 187 of file register-loong64.h.

Here is the call graph for this function:

◆ setcode() [2/2]

void v8::internal::FPUControlRegister::setcode ( int f)
inline

Definition at line 246 of file register-mips64.h.

Here is the call graph for this function:

Member Data Documentation

◆ reg_code

int v8::internal::FPUControlRegister::reg_code

Definition at line 192 of file register-loong64.h.


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