A single operation using the TMU can
be performed as follows
- Write the Operand OP2 to TMU (For two operand operation only)
- Write the Operand OP1 to TMU
- DBN (Barrier instruction to Order the Write first and then read)
- Read the Result1 from R0-R7 Register
- Read the Result2 from R1-R7 Register (For two result operation only)
Note: For two operand operations, the
result registers can be read in any order. For example, if Result1 is stored in
R6 and Result2 is stored in R7, the registers can be read R6 followed by R7, or
R7 followed by R6.