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 must be read in the order of
Result1 followed by Result2. For example, if Result1 is stored in R6 and Result2
is stored in R7, the registers must be read R6 followed by R7.