Lines Matching +full:sub +full:- +full:systems
4 * Copyright 2003 Wasabi Systems, Inc.
7 * Written by Steve C. Woodford for Wasabi Systems, Inc.
20 * Wasabi Systems, Inc.
21 * 4. The name of Wasabi Systems, Inc. may not be used to endorse
25 * THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND
28 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC
84 /* Word-align the addresses, if necessary */
85 sub r3, r1, #0x05
124 sub r0, r0, r3
131 /* Re-do the final word byte-wise */
132 sub ip, ip, #0x04
133 sub r1, r1, #0x04
143 sub r0, r0, r3
149 * This code is hand-scheduled to reduce the number of stalls for
151 * faster than a byte-wise memcmp.
158 subs r0, r0, r3 /* r0 = b1#0 - b2#0 */
161 subs r0, r3, r2 /* r0 = b1#1 - b2#1 */
166 subs r0, r0, r3 /* r0 = b1#2 - b2#2 */
169 subs r0, r3, r2 /* r0 = b1#3 - b2#3 */
174 subs r0, r0, r3 /* r0 = b1#4 - b2#4 */
177 sub r0, r3, r2 /* r0 = b1#5 - b2#5 */
182 .section .note.GNU-stack,"",%progbits