Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/mtx/
Dmtx_asm.s111 #define B02_B03 fp7 macro
137 psq_l B02_B03, 8(mB), 0, 0
152 ps_muls0 D02_D03, B02_B03, A00_A01
158 ps_muls0 D12_D13, B02_B03, A10_A11
191 ps_muls0 D22_D23, B02_B03, A20_A21 // YYY LAST TIME FP7 IS USED
244 #undef B02_B03
Dmtx.c249 f32x2 B02_B03 = __PSQ_LX(b, 8, 0, 0); in PSMTXConcat() local
267 D02_D03 = __PS_MULS0( B02_B03, A00_A01); in PSMTXConcat()
274 D12_D13 = __PS_MULS0( B02_B03, A10_A11); in PSMTXConcat()
317 D22_D23 = __PS_MULS0( B02_B03, A20_A21); in PSMTXConcat()