Home
last modified time | relevance | path

Searched refs:MI_Copy36B (Results 1 – 10 of 10) sorted by relevance

/TwlSDK-5.4/build/libraries/gx/ARM9/include/
Dgxasm.h36 MI_Copy36B(pSrc, pDest); in GX_SendFifo36B()
/TwlSDK-5.4/include/nitro/fx/
Dfx_mtx33.h94 MI_Copy36B(pSrc, pDst); in MTX_Copy33()
Dfx_mtx43.h111 MI_Copy36B(pSrc, pDst); in MTX_Copy43To33()
/TwlSDK-5.4/include/nitro/mi/
Dmemory.h703 void MI_Copy36B(register const void *pSrc, register void *pDest);
/TwlSDK-5.4/build/libraries/gx/ARM9/src/
Dg3b.c253 MI_Copy36B(&m->_00, (void *)info->curr_param); in G3BS_MultMtx33()
290 MI_Copy36B(&mtx->_00, (void *)info->curr_param); in G3BS_MultTransMtx33()
Dg3c.c373 MI_Copy36B(&m->_00, (void *)info->curr_param); in G3CS_MultMtx33()
412 MI_Copy36B(&mtx->_00, (void *)info->curr_param); in G3CS_MultTransMtx33()
Dg3x.c390 MI_Copy36B((void *)(REG_VECMTX_RESULT_0_ADDR), &m->_00); in G3X_GetVectorMtx()
/TwlSDK-5.4/build/libraries/fx/common/src/
Dfx_mtx33.c338 MI_Copy36B(&tmp, pDst); in MTX_Inverse33()
Dfx_mtx43.c99 MI_Copy36B(pSrc, pDst); in MTX_TransApply43()
/TwlSDK-5.4/build/libraries/mi/common/src/
Dmi_memory.c820 asm void MI_Copy36B(register const void* pSrc, register void* pDest) in MI_Copy36B() function