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

#include <register-mips64.h>

Collaboration diagram for v8::internal::MSAControlRegister:

Public Member Functions

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

Public Attributes

int reg_code
 

Detailed Description

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

Member Function Documentation

◆ bit()

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

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

Here is the call graph for this function:

◆ code()

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

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

Here is the call graph for this function:

◆ is()

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

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

◆ is_valid()

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

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

Here is the caller graph for this function:

◆ setcode()

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

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

Here is the call graph for this function:

Member Data Documentation

◆ reg_code

int v8::internal::MSAControlRegister::reg_code

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


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