RetroArch
Public Member Functions | Public Attributes | Protected Attributes | List of all members
spv::InstructionParameters Class Reference

#include <doc.h>

Collaboration diagram for spv::InstructionParameters:
[legend]

Public Member Functions

 InstructionParameters ()
 
void setResultAndType (bool r, bool t)
 
bool hasResult () const
 
bool hasType () const
 

Public Attributes

const char * opDesc
 
OpcodeClass opClass
 
OperandParameters operands
 

Protected Attributes

int typePresent: 1
 
int resultPresent: 1
 

Constructor & Destructor Documentation

◆ InstructionParameters()

spv::InstructionParameters::InstructionParameters ( )
inline

Member Function Documentation

◆ hasResult()

bool spv::InstructionParameters::hasResult ( ) const
inline

◆ hasType()

bool spv::InstructionParameters::hasType ( ) const
inline

◆ setResultAndType()

void spv::InstructionParameters::setResultAndType ( bool  r,
bool  t 
)
inline
Here is the caller graph for this function:

Member Data Documentation

◆ opClass

OpcodeClass spv::InstructionParameters::opClass

◆ opDesc

const char* spv::InstructionParameters::opDesc

◆ operands

OperandParameters spv::InstructionParameters::operands

◆ resultPresent

int spv::InstructionParameters::resultPresent
protected

◆ typePresent

int spv::InstructionParameters::typePresent
protected

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