Lines Matching refs:r3

116                 ldr     r3, [r0, #MIUncompContextRL.destp]      // r3: destp      = context->destp;  in MI_ReadUncompRL8()
136 strb r7, [r3], #1 in MI_ReadUncompRL8()
138 swpb r8, r7,[r3] in MI_ReadUncompRL8()
139 add r3, r3, #1 in MI_ReadUncompRL8()
153 strb r7, [r3], #1 // *destp++ = srcTmp; in MI_ReadUncompRL8()
155 swpb r8, r7, [r3] in MI_ReadUncompRL8()
156 add r3, r3, #1 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()
228 strh r7, [r3], #2 // *(u16*)destp = destTmp; destp += 2; in MI_ReadUncompRL16()
247 strh r7, [r3], #2 // *(u16*)destp = destTmp; destp += 2; 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()
322 strb r9, [r3], #1 in MI_ReadUncompLZ8()
324 swpb r9, r9, [r3] in MI_ReadUncompLZ8()
325 add r3, r3, #1 in MI_ReadUncompLZ8()
392 ldrb r10, [r3, -r9] // *destp++ = *(destp - offset); in MI_ReadUncompLZ8()
395 strb r10, [r3], #1 in MI_ReadUncompLZ8()
397 swpb r10, r10, [r3] in MI_ReadUncompLZ8()
398 add r3, r3, #1 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()
480 … strh r9, [r3], #2 // *(u16*)destp = destTmp; destp += 2; in MI_ReadUncompLZ16()
558 sub r0, r3, r0, lsl #1 in MI_ReadUncompLZ16()
570 … strh r9, [r3], #2 // *(u16*)destp = destTmp; destp += 2; 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()
704 …str r7, [r3], #4 // *(u32*)destp = destTmp; destp += 4; in MI_ReadUncompHuffman()
717 … str r3, [r0, #MIUncompContextHuffman.destp] // r3: context->destp = destp; in MI_ReadUncompHuffman()