Lines Matching refs:cond
74 .macro FillRect_process_tail cond, numbytes, firstreg
79 pixst cond, numbytes, 4, DST
160 .macro RGBtoRGBPixelAlpha_process_head cond, numbytes, firstreg, unaligned_src, unaligned_mask, pr…
185 .macro RGBtoRGBPixelAlpha_process_tail cond, numbytes, firstreg
390 .macro ARGBto565PixelAlpha_process_head cond, numbytes, firstreg, unaligned_src, unaligned_mask, p…
410 .macro ARGBto565PixelAlpha_process_tail cond, numbytes, firstreg
437 .macro BGR888toRGB888_1pixel cond, reg, tmp
438 uxtb16&cond tmp, WK®, ror #8
439 uxtb16&cond WK®, WK®, ror #16
440 orr&cond WK®, WK®, tmp, lsl #8
443 .macro BGR888toRGB888_2pixels cond, reg1, reg2, tmp1, tmp2
444 uxtb16&cond tmp1, WK®1, ror #8
445 uxtb16&cond WK®1, WK®1, ror #16
446 uxtb16&cond tmp2, WK®2, ror #8
447 uxtb16&cond WK®2, WK®2, ror #16
448 orr&cond WK®1, WK®1, tmp1, lsl #8
449 orr&cond WK®2, WK®2, tmp2, lsl #8
452 .macro BGR888toRGB888_process_head cond, numbytes, firstreg, unaligned_src, unaligned_mask, preload
453 pixld cond, numbytes, firstreg, SRC, unaligned_src
456 .macro BGR888toRGB888_process_tail cond, numbytes, firstreg
458 BGR888toRGB888_2pixels cond, %(firstreg+0), %(firstreg+1), MASK, STRIDE_M
460 BGR888toRGB888_2pixels cond, %(firstreg+2), %(firstreg+3), MASK, STRIDE_M
463 BGR888toRGB888_1pixel cond, %(firstreg+0), MASK
509 .macro RGB444toRGB888_process_head cond, numbytes, firstreg, unaligned_src, unaligned_mask, preload
510 pixld cond, numbytes/2, firstreg, SRC, unaligned_src
513 .macro RGB444toRGB888_process_tail cond, numbytes, firstreg