| 118 | |
| 119 | template< typename T > |
| 120 | void SetOutputTo( T& obj ) |
| 121 | { |
| 122 | uint mb_offset = ((uptr)&obj - (uptr)&mb8); |
| 123 | pxAssume( (mb_offset & 15) == 0 ); |
| 124 | ipu0_idx = mb_offset / 16; |
| 125 | ipu0_data = sizeof(obj)/16; |
| 126 | } |
| 127 | |
| 128 | u128* GetIpuDataPtr() |
| 129 | { |
no outgoing calls
no test coverage detected