Searched refs:D00_D01 (Results 1 – 2 of 2) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/mtx/ |
| D | mtx_asm.s | 117 #define D00_D01 fp12 macro 149 ps_muls0 D00_D01, B00_B01, A00_A01 161 ps_madds1 D00_D01, B10_B11, A00_A01, D00_D01 174 ps_madds0 D00_D01, B20_B21, A02_A03, D00_D01 // m00, m01 computed 183 psq_st D00_D01, 0(mAB), 0, 0 // YYY LAST TIME FP12 IS USED 249 #undef D00_D01
|
| D | mtx.c | 255 f32x2 D00_D01; in PSMTXConcat() local 263 D00_D01 = __PS_MULS0( B00_B01, A00_A01); in PSMTXConcat() 278 D00_D01 = __PS_MADDS1( B10_B11, A00_A01, D00_D01); in PSMTXConcat() 296 D00_D01 = __PS_MADDS0( B20_B21, A02_A03, D00_D01); // m00, m01 computed in PSMTXConcat() 308 __PSQ_ST(ab, D00_D01, 0, 0); in PSMTXConcat()
|