Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::PieceLookup::Instruction Struct Reference

#include <inst_layout.h>

Inheritance diagram for Realm::PieceLookup::Instruction:

Public Member Functions

 REALM_ALIGNED_TYPE_CONST (uint32_aligned_16, uint32_t, 16)
 
 Instruction (uint32_t _data)
 
REALM_CUDA_HD Opcodes::Opcode opcode () const
 
REALM_CUDA_HD const Instructionskip (size_t bytes) const
 
REALM_CUDA_HD const Instructionjump (unsigned delta) const
 

Public Attributes

uint32_aligned_16 data
 

Constructor & Destructor Documentation

◆ Instruction()

Realm::PieceLookup::Instruction::Instruction ( uint32_t  _data)

Member Function Documentation

◆ jump()

REALM_CUDA_HD const Instruction * Realm::PieceLookup::Instruction::jump ( unsigned  delta) const

◆ opcode()

REALM_CUDA_HD Opcodes::Opcode Realm::PieceLookup::Instruction::opcode ( ) const

◆ REALM_ALIGNED_TYPE_CONST()

Realm::PieceLookup::Instruction::REALM_ALIGNED_TYPE_CONST ( uint32_aligned_16  ,
uint32_t  ,
16   
)

◆ skip()

REALM_CUDA_HD const Instruction * Realm::PieceLookup::Instruction::skip ( size_t  bytes) const

Member Data Documentation

◆ data

uint32_aligned_16 Realm::PieceLookup::Instruction::data

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