H A D | pixman-arm-neon-asm.h | 76 .macro pixldst1 op, elem_size, reg1, mem_operand, abits variable 78 op&.&elem_size {d®1}, [&mem_operand&, :&abits&]! 80 op&.&elem_size {d®1}, [&mem_operand&]! 84 .macro pixldst2 op, elem_size, reg1, reg2, mem_operand, abits variable 86 op&.&elem_size {d®1, d®2}, [&mem_operand&, :&abits&]! 88 op&.&elem_size {d®1, d®2}, [&mem_operand&]! 92 .macro pixldst4 op, elem_size, reg1, reg2, reg3, reg4, mem_operand, abits variable 94 op&.&elem_size {d®1, d®2, d®3, d®4}, [&mem_operand&, :&abits&]! 96 op&.&elem_size {d®1, d®2, d®3, d®4}, [&mem_operand&]! 100 .macro pixldst0 op, elem_size, reg1, idx, mem_operand, abit variable 112 .macro pixldst numbytes, op, elem_size, basereg, mem_operand, abits variable 115 %(basereg+6), %(basereg+7), mem_operand, abits variable 117 pixldst2 op, elem_size, %(basereg+2), %(basereg+3), mem_operand, abits variable 119 pixldst1 op, elem_size, %(basereg+1), mem_operand, abits variable 122 pixldst0 op, 32, %(basereg+0), 1, mem_operand, abits variable 124 pixldst0 op, 16, %(basereg+0), 2, mem_operand, abits variable 125 pixldst0 op, 16, %(basereg+0), 3, mem_operand, abits variable 127 pixldst0 op, 8, %(basereg+0), 4, mem_operand, abits variable 128 pixldst0 op, 8, %(basereg+0), 5, mem_operand, abits variable 129 pixldst0 op, 8, %(basereg+0), 6, mem_operand, abits variable 130 pixldst0 op, 8, %(basereg+0), 7, mem_operand, abits variable 134 pixldst0 op, 16, %(basereg+0), 1, mem_operand, abits variable 136 pixldst0 op, 8, %(basereg+0), 2, mem_operand, abits variable 137 pixldst0 op, 8, %(basereg+0), 3, mem_operand, abits variable 140 pixldst0 op, 8, %(basereg+0), 1, mem_operand, abits variable 146 .macro pixld numpix, bpp, basereg, mem_operand, abits=0 variable 150 %(basereg+6), %(basereg+7), mem_operand, abits variable 169 .macro pixst numpix, bpp, basereg, mem_operand, abits=0 variable 173 %(basereg+6), %(basereg+7), mem_operand, abits variable 194 pixld numpix, bpp, basereg, mem_operand, %(bpp * numpix) variable 196 pixld numpix, bpp, basereg, mem_operand, 128 variable 202 pixst numpix, bpp, basereg, mem_operand, %(bpp * numpix) variable 204 pixst numpix, bpp, basereg, mem_operand, 128 variable 218 add TMP1, mem_operand, TMP1, asl #1 variable 223 add TMP2, mem_operand, TMP2, asl #1 variable 229 add TMP1, mem_operand, TMP1, asl #1 variable 235 add TMP2, mem_operand, TMP2, asl #1 variable 243 add TMP1, mem_operand, TMP1, asl #2 variable 248 add TMP2, mem_operand, TMP2, asl #2 variable 260 add TMP1, mem_operand, TMP1, asl #2 variable 263 add TMP2, mem_operand, TMP2, asl #2 variable 267 add TMP1, mem_operand, TMP1, asl #2 variable 271 add TMP2, mem_operand, TMP2, asl #2 variable 286 add TMP1, mem_operand, TMP1, asl #1 variable 293 add TMP1, mem_operand, TMP1, asl #2 variable [all...] |