Home
last modified time | relevance | path

Searched refs:A00_A01 (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/mtx/
Dmtx_asm.s103 #define A00_A01 fp0 macro
130 psq_l A00_A01, 0(mA), 0, 0
149 ps_muls0 D00_D01, B00_B01, A00_A01
152 ps_muls0 D02_D03, B02_B03, A00_A01
161 ps_madds1 D00_D01, B10_B11, A00_A01, D00_D01
167 ps_madds1 D02_D03, B12_B13, A00_A01, D02_D03 // YYY LAST TIME FP0 IS USED
237 #undef A00_A01
Dmtx.c242 f32x2 A00_A01 = __PSQ_L(a, 0, 0); in PSMTXConcat() local
263 D00_D01 = __PS_MULS0( B00_B01, A00_A01); in PSMTXConcat()
267 D02_D03 = __PS_MULS0( B02_B03, A00_A01); in PSMTXConcat()
278 D00_D01 = __PS_MADDS1( B10_B11, A00_A01, D00_D01); in PSMTXConcat()
286 D02_D03 = __PS_MADDS1( B12_B13, A00_A01, D02_D03); in PSMTXConcat()