Lines Matching refs:sp
13 add sp, sp, #1 /* Reset: 0b111 */
14 add sp, sp, #1 /* Undef: 0b110 */
15 add sp, sp, #1 /* Syscall: 0b101 */
16 add sp, sp, #1 /* Prefetch abort: 0b100 */
17 add sp, sp, #1 /* Data abort: 0b011 */
18 add sp, sp, #1 /* Reserved: 0b010 */
19 add sp, sp, #1 /* IRQ: 0b001 */
39 tst sp, #4
42 tst sp, #2
46 tst sp, #1
48 bic sp, sp, #0x7
53 tst sp, #2
57 tst sp, #1
58 bic sp, sp, #0x7
64 tst sp, #1
65 bic sp, sp, #0x7
71 tst sp, #1
72 bic sp, sp, #0x7