|
MicroGPU 1.0
Simple functional model of a GPU for educational purposes
|
Instruction structure. More...
#include <warp.hh>

Public Member Functions | |
| Instruction (InstructionType t, int d, int s1, int s2) | |
| Instruction () | |
Public Attributes | |
| InstructionType | type |
| int | dest |
| int | src1 |
| int | src2 |
Instruction structure.
|
inline |
|
inline |
| int Instruction::dest |
| int Instruction::src1 |
| int Instruction::src2 |
| InstructionType Instruction::type |