Lines Matching +full:24 +full:- +full:bit

48 	/* Word-align the destination buffer */
64 ands ip, r1, #0x03 /* Is src also word-aligned? */
67 /* Quad-align the destination buffer */
70 stmfd sp!, {r4-r9} /* Free up some registers */
80 ldr r4, [r1], #0x04 /* LD:00-03 */
81 ldr r5, [r1], #0x04 /* LD:04-07 */
83 ldr r6, [r1], #0x04 /* LD:08-0b */
84 ldr r7, [r1], #0x04 /* LD:0c-0f */
85 ldr r8, [r1], #0x04 /* LD:10-13 */
86 ldr r9, [r1], #0x04 /* LD:14-17 */
87 strd r4, [r3], #0x08 /* ST:00-07 */
88 ldr r4, [r1], #0x04 /* LD:18-1b */
89 ldr r5, [r1], #0x04 /* LD:1c-1f */
90 strd r6, [r3], #0x08 /* ST:08-0f */
91 ldr r6, [r1], #0x04 /* LD:20-23 */
92 ldr r7, [r1], #0x04 /* LD:24-27 */
94 strd r8, [r3], #0x08 /* ST:10-17 */
95 ldr r8, [r1], #0x04 /* LD:28-2b */
96 ldr r9, [r1], #0x04 /* LD:2c-2f */
97 strd r4, [r3], #0x08 /* ST:18-1f */
98 ldr r4, [r1], #0x04 /* LD:30-33 */
99 ldr r5, [r1], #0x04 /* LD:34-37 */
100 strd r6, [r3], #0x08 /* ST:20-27 */
101 ldr r6, [r1], #0x04 /* LD:38-3b */
102 ldr r7, [r1], #0x04 /* LD:3c-3f */
103 strd r8, [r3], #0x08 /* ST:28-2f */
104 ldr r8, [r1], #0x04 /* LD:40-43 */
105 ldr r9, [r1], #0x04 /* LD:44-47 */
107 strd r4, [r3], #0x08 /* ST:30-37 */
108 ldr r4, [r1], #0x04 /* LD:48-4b */
109 ldr r5, [r1], #0x04 /* LD:4c-4f */
110 strd r6, [r3], #0x08 /* ST:38-3f */
111 ldr r6, [r1], #0x04 /* LD:50-53 */
112 ldr r7, [r1], #0x04 /* LD:54-57 */
113 strd r8, [r3], #0x08 /* ST:40-47 */
114 ldr r8, [r1], #0x04 /* LD:58-5b */
115 ldr r9, [r1], #0x04 /* LD:5c-5f */
116 strd r4, [r3], #0x08 /* ST:48-4f */
117 ldr r4, [r1], #0x04 /* LD:60-63 */
118 ldr r5, [r1], #0x04 /* LD:64-67 */
120 strd r6, [r3], #0x08 /* ST:50-57 */
121 ldr r6, [r1], #0x04 /* LD:68-6b */
122 ldr r7, [r1], #0x04 /* LD:6c-6f */
123 strd r8, [r3], #0x08 /* ST:58-5f */
124 ldr r8, [r1], #0x04 /* LD:70-73 */
125 ldr r9, [r1], #0x04 /* LD:74-77 */
126 strd r4, [r3], #0x08 /* ST:60-67 */
127 ldr r4, [r1], #0x04 /* LD:78-7b */
128 ldr r5, [r1], #0x04 /* LD:7c-7f */
129 strd r6, [r3], #0x08 /* ST:68-6f */
130 strd r8, [r3], #0x08 /* ST:70-77 */
132 strd r4, [r3], #0x08 /* ST:78-7f */
137 ldmfdeq sp!, {r4-r9}
162 ldmfdeq sp!, {r4-r9}
170 /* At least 24 bytes remaining */
189 ldmfd sp!, {r4-r9}
211 stmfd sp!, {r4-r7}
226 orr r4, r4, r5, lsl #24
228 orr r5, r5, r6, lsl #24
230 orr r6, r6, r7, lsl #24
232 orr r7, r7, ip, lsl #24
242 ldmfdeq sp!, {r4-r7}
252 orr r4, r4, ip, lsl #24
281 ldmfdeq sp!, {r4-r7}
298 mov r4, ip, lsr #24
305 mov r5, r5, lsr #24
307 mov r6, r6, lsr #24
309 mov r7, r7, lsr #24
320 ldmfdeq sp!, {r4-r7}
327 mov r4, ip, lsr #24
336 ldmfd sp!, {r4-r7}
396 * 0000: dst is 32-bit aligned, src is 32-bit aligned
404 * 0001: dst is 32-bit aligned, src is 8-bit aligned
406 ldr r3, [r1, #-1] /* BE:r3 = x012 LE:r3 = 210x */
409 orr r3, r3, r2, lsl #24 /* r3 = 3210 */
415 * 0010: dst is 32-bit aligned, src is 16-bit aligned
425 * 0011: dst is 32-bit aligned, src is 8-bit aligned
427 ldr r3, [r1, #-3] /* BE:r3 = xxx0 LE:r3 = 0xxx */
429 mov r3, r3, lsr #24 /* r3 = ...0 */
436 * 0100: dst is 8-bit aligned, src is 32-bit aligned
441 mov r1, r2, lsr #24
448 * 0101: dst is 8-bit aligned, src is 8-bit aligned
460 * 0110: dst is 8-bit aligned, src is 16-bit aligned
474 * 0111: dst is 8-bit aligned, src is 8-bit aligned
486 * 1000: dst is 16-bit aligned, src is 32-bit aligned
496 * 1001: dst is 16-bit aligned, src is 8-bit aligned
498 ldr r2, [r1, #-1] /* BE:r2 = x012 LE:r2 = 210x */
502 mov r2, r2, lsr #24 /* r2 = ...2 */
509 * 1010: dst is 16-bit aligned, src is 16-bit aligned
519 * 1011: dst is 16-bit aligned, src is 8-bit aligned
522 ldr r2, [r1, #-3] /* BE:r2 = xxx0 LE:r2 = 0xxx */
526 orr r3, r3, r2, lsr #24 /* r3 = 3210 */
532 * 1100: dst is 8-bit aligned, src is 32-bit aligned
537 mov r1, r2, lsr #24
544 * 1101: dst is 8-bit aligned, src is 8-bit aligned
556 * 1110: dst is 8-bit aligned, src is 16-bit aligned
570 * 1111: dst is 8-bit aligned, src is 8-bit aligned
596 * 0000: dst is 32-bit aligned, src is 32-bit aligned
606 * 0001: dst is 32-bit aligned, src is 8-bit aligned
608 ldr r2, [r1, #-1] /* BE:r2 = x012 LE:r2 = 210x */
611 orr r2, r2, r3, lsl #24 /* r2 = 3210 */
619 * 0010: dst is 32-bit aligned, src is 16-bit aligned
631 * 0011: dst is 32-bit aligned, src is 8-bit aligned
633 ldr r2, [r1, #-3] /* BE:r2 = xxx0 LE:r2 = 0xxx */
636 mov r2, r2, lsr #24 /* r2 = ...0 */
639 orr r1, r1, r3, lsr #24 /* r1 = xx54 */
646 * 0100: dst is 8-bit aligned, src is 32-bit aligned
653 mov r3, r3, lsr #24 /* r3 = ...3 */
662 * 0101: dst is 8-bit aligned, src is 8-bit aligned
676 * 0110: dst is 8-bit aligned, src is 16-bit aligned
681 mov r3, r1, lsr #24
692 * 0111: dst is 8-bit aligned, src is 8-bit aligned
706 * 1000: dst is 16-bit aligned, src is 32-bit aligned
718 * 1001: dst is 16-bit aligned, src is 8-bit aligned
720 ldr r3, [r1, #-1] /* BE:r3 = x012 LE:r3 = 210x */
724 orr r2, r2, r3, lsr #24 /* r2 = 5432 */
731 * 1010: dst is 16-bit aligned, src is 16-bit aligned
741 * 1011: dst is 16-bit aligned, src is 8-bit aligned
747 mov r1, r1, lsl #24 /* r1 = 5... */
755 * 1100: dst is 8-bit aligned, src is 32-bit aligned
761 orr r2, r2, r1, lsl #24 /* r2 = 4321 */
769 * 1101: dst is 8-bit aligned, src is 8-bit aligned
783 * 1110: dst is 8-bit aligned, src is 16-bit aligned
790 mov r1, r1, lsr #24 /* r1 = ...5 */
797 * 1111: dst is 8-bit aligned, src is 8-bit aligned
823 * 0000: dst is 32-bit aligned, src is 32-bit aligned
833 * 0001: dst is 32-bit aligned, src is 8-bit aligned
835 ldr r3, [r1, #-1] /* BE:r3 = x012 LE:r3 = 210x */
839 orr r3, r3, r2, lsl #24 /* r3 = 3210 */
840 mov r1, r1, lsl #24 /* r1 = 7... */
848 * 0010: dst is 32-bit aligned, src is 16-bit aligned
862 * 0011: dst is 32-bit aligned, src is 8-bit aligned
868 mov r2, r2, lsr #24 /* r2 = ...4 */
876 * 0100: dst is 8-bit aligned, src is 32-bit aligned
881 mov r1, r2, lsr #24 /* r1 = ...7 */
884 mov r3, r3, lsr #24 /* r3 = ...3 */
892 * 0101: dst is 8-bit aligned, src is 8-bit aligned
906 * 0110: dst is 8-bit aligned, src is 16-bit aligned
917 orr r3, r3, r1, lsl #24 /* r3 = 6543 */
924 * 0111: dst is 8-bit aligned, src is 8-bit aligned
940 * 1000: dst is 16-bit aligned, src is 32-bit aligned
954 * 1001: dst is 16-bit aligned, src is 8-bit aligned
956 ldr r2, [r1, #-1] /* BE:r2 = x012 LE:r2 = 210x */
961 mov r1, r2, lsr #24 /* r1 = ...2 */
963 mov r3, r3, lsr #24 /* r3 = ...6 */
971 * 1010: dst is 16-bit aligned, src is 16-bit aligned
983 * 1011: dst is 16-bit aligned, src is 8-bit aligned
990 mov r3, r3, lsl #24 /* r3 = 5... */
999 * 1100: dst is 8-bit aligned, src is 32-bit aligned
1006 mov r1, r3, lsr #24 /* r1 = ...7 */
1009 orr r2, r2, r3, lsl #24 /* r2 = 4321 */
1015 * 1101: dst is 8-bit aligned, src is 8-bit aligned
1031 * 1110: dst is 8-bit aligned, src is 16-bit aligned
1042 orr r1, r1, r3, lsr #24 /* r1 = .765 */
1049 * 1111: dst is 8-bit aligned, src is 8-bit aligned
1076 * 0000: dst is 32-bit aligned, src is 32-bit aligned
1088 * 0001: dst is 32-bit aligned, src is 8-bit aligned
1093 ldr r1, [r1, #-1] /* BE:r1 = x012 LE:r1 = 210x */
1094 mov r2, r2, lsl #24 /* r2 = B... */
1097 mov r2, ip, lsl #24 /* r2 = 7... */
1100 orr r1, r1, r3, lsl #24 /* r1 = 3210 */
1107 * 0010: dst is 32-bit aligned, src is 16-bit aligned
1125 * 0011: dst is 32-bit aligned, src is 8-bit aligned
1133 mov r3, r3, lsr #24 /* r3 = ...4 */
1136 orr r1, r1, ip, lsr #24 /* r1 = BA98 */
1143 * 0100: dst is 8-bit aligned (byte 1), src is 32-bit aligned
1151 mov r1, r2, lsr #24 /* r1 = ...3 */
1153 mov r1, r3, lsr #24 /* r1 = ...7 */
1155 mov ip, ip, lsr #24 /* ip = ...B */
1163 * 0101: dst is 8-bit aligned (byte 1), src is 8-bit aligned (byte 1)
1179 * 0110: dst is 8-bit aligned (byte 1), src is 16-bit aligned
1190 orr r3, r2, ip, lsl #24 /* r3 = 6543 */
1192 orr r2, r2, r1, lsl #24 /* r2 = A987 */
1201 * 0111: dst is 8-bit aligned (byte 1), src is 8-bit aligned (byte 3)
1221 * 1000: dst is 16-bit aligned, src is 32-bit aligned
1239 * 1001: dst is 16-bit aligned, src is 8-bit aligned (byte 1)
1241 ldr r2, [r1, #-1] /* BE:r2 = x012 LE:r2 = 210x */
1247 mov r2, r2, lsr #24 /* r2 = ...2 */
1249 mov r3, r3, lsr #24 /* r3 = ...6 */
1252 orr r1, r1, ip, lsr #24 /* r1 = ..BA */
1260 * 1010: dst is 16-bit aligned, src is 16-bit aligned
1274 * 1011: dst is 16-bit aligned, src is 8-bit aligned (byte 3)
1282 mov r2, r2, lsl #24 /* r2 = 9... */
1284 mov r3, r3, lsl #24 /* r3 = 5... */
1294 * 1100: dst is 8-bit aligned (byte 3), src is 32-bit aligned
1301 orr r3, r3, ip, lsl #24 /* r3 = 4321 */
1304 orr r3, r3, r1, lsl #24 /* r3 = 8765 */
1314 * 1101: dst is 8-bit aligned (byte 3), src is 8-bit aligned (byte 1)
1319 ldr r1, [r1, #-1] /* BE:r1 = x012 LE:r1 = 210x */
1335 * 1110: dst is 8-bit aligned (byte 3), src is 16-bit aligned
1344 mov r3, r3, lsr #24 /* r3 = ...5 */
1346 mov ip, ip, lsr #24 /* ip = ...9 */
1357 * 1111: dst is 8-bit aligned (byte 3), src is 8-bit aligned (byte 3)
1373 .section .note.GNU-stack,"",%progbits