Test::Int::MiniModelLin::LinInstr Class Reference
Type for representing a linear instruction. More...
Public Attributes | |
| LinOpcode | o |
| Which instruction to execute. | |
| unsigned char | x |
| unsigned char | y |
| unsigned char | z |
| Instruction arguments, y is destination (or z). | |
| int | c |
| Numerical constant. | |
Detailed Description
Type for representing a linear instruction.Definition at line 62 of file mm-lin.cpp.
Member Data Documentation
| unsigned char Test::Int::MiniModelLin::LinInstr::x |
Definition at line 65 of file mm-lin.cpp.
| unsigned char Test::Int::MiniModelLin::LinInstr::y |
Definition at line 65 of file mm-lin.cpp.
| unsigned char Test::Int::MiniModelLin::LinInstr::z |
The documentation for this class was generated from the following file:
- test/int/mm-lin.cpp (Revision: 8082)
