.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * linux/arch/arm/lib/ll_char_wr.S |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 1995, 1996 Russell King. |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or modify |
---|
7 | | - * it under the terms of the GNU General Public License version 2 as |
---|
8 | | - * published by the Free Software Foundation. |
---|
9 | 6 | * |
---|
10 | 7 | * Speedups & 1bpp code (C) 1996 Philip Blundell & Russell King. |
---|
11 | 8 | * |
---|
.. | .. |
---|
75 | 72 | tst r1, #7 @ avoid using r7 directly after |
---|
76 | 73 | str r7, [r0, -r5]! |
---|
77 | 74 | subne r1, r1, #1 |
---|
78 | | - ldrneb r7, [r6, r1] |
---|
| 75 | + ldrbne r7, [r6, r1] |
---|
79 | 76 | bne Lrow4bpplp |
---|
80 | 77 | ldmfd sp!, {r4 - r7, pc} |
---|
81 | 78 | |
---|
.. | .. |
---|
103 | 100 | sub r0, r0, r5 @ avoid ip |
---|
104 | 101 | stmia r0, {r4, ip} |
---|
105 | 102 | subne r1, r1, #1 |
---|
106 | | - ldrneb r7, [r6, r1] |
---|
| 103 | + ldrbne r7, [r6, r1] |
---|
107 | 104 | bne Lrow8bpplp |
---|
108 | 105 | ldmfd sp!, {r4 - r7, pc} |
---|
109 | 106 | |
---|