Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/mtx/
DmtxVec.c80 f32x2 D1_Z; in PSVECAdd() local
97 D1_Z = __PS_ADD(V1_Z, V2_Z); in PSVECAdd()
100 __PSQ_STX(ab, 8, D1_Z, 1, 0); in PSVECAdd()
152 f32x2 D1_Z; in PSVECSubtract() local
169 D1_Z = __PS_SUB(V1_Z, V2_Z); in PSVECSubtract()
172 __PSQ_STX(ab, 8, D1_Z, 1, 0); in PSVECSubtract()
221 f32x2 D1_Z; in PSVECScale() local
237 D1_Z = __PS_MULS0(V1_Z, SCALE); in PSVECScale()
240 __PSQ_STX(dst, 8, D1_Z, 1, 0); in PSVECScale()
DmtxVec_asm.s30 #define D1_Z fp7 macro
111 ps_add D1_Z, V1_Z, V2_Z;
113 psq_st D1_Z, 8(dst), 1, 0;
144 ps_sub D1_Z, V1_Z, V2_Z;
146 psq_st D1_Z, 8(dst), 1, 0;