Lines Matching refs:destp
39 context->destp = dest; in MI_InitUncompContextRL()
60 context->destp = dest; in MI_InitUncompContextLZ()
85 context->destp = dest; in MI_InitUncompContextHuffman()
116 ldr r3, [r0, #MIUncompContextRL.destp] // r3: destp = context->destp; in MI_ReadUncompRL8()
175 str r3, [r0, #MIUncompContextRL.destp] // context->destp = destp; in MI_ReadUncompRL8()
204 ldr r3, [r0, #MIUncompContextRL.destp] // r3: destp = context->destp; in MI_ReadUncompRL16()
270 str r3, [r0, #MIUncompContextRL.destp] // context->destp = destp; in MI_ReadUncompRL16()
299 … ldr r3, [r0, #MIUncompContextLZ.destp] // r3: destp = context->destp; in MI_ReadUncompLZ8()
418 str r3, [r0, #MIUncompContextLZ.destp] // context->destp = destp; in MI_ReadUncompLZ8()
450 … ldr r3, [r0, #MIUncompContextLZ.destp] // r3: destp = context->destp; in MI_ReadUncompLZ16()
595 str r3, [r0, #MIUncompContextLZ.destp] // context->destp = destp; in MI_ReadUncompLZ16()
629 … ldr r3, [r0, #MIUncompContextHuffman.destp] // r3: destp = context->destp; in MI_ReadUncompHuffman()
717 … str r3, [r0, #MIUncompContextHuffman.destp] // r3: context->destp = destp; in MI_ReadUncompHuffman()