![]() |
Realm
A distributed, event-based tasking library
|
#include <inst_layout.h>
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 Instruction * | skip (size_t bytes) const |
| REALM_CUDA_HD const Instruction * | jump (unsigned delta) const |
Public Attributes | |
| uint32_aligned_16 | data |
| Realm::PieceLookup::Instruction::Instruction | ( | uint32_t | _data | ) |
| REALM_CUDA_HD const Instruction * Realm::PieceLookup::Instruction::jump | ( | unsigned | delta | ) | const |
| REALM_CUDA_HD Opcodes::Opcode Realm::PieceLookup::Instruction::opcode | ( | ) | const |
| Realm::PieceLookup::Instruction::REALM_ALIGNED_TYPE_CONST | ( | uint32_aligned_16 | , |
| uint32_t | , | ||
| 16 | |||
| ) |
| REALM_CUDA_HD const Instruction * Realm::PieceLookup::Instruction::skip | ( | size_t | bytes | ) | const |
| uint32_aligned_16 Realm::PieceLookup::Instruction::data |