blob: 8a667a3fcf2b8918fe14623d03b61bad384a78e4 [file] [log] [blame]
.syntax unified
.cpu cortex-a8
.thumb
.text
@ expansion 32 bytes
.macro bw1
1:
add.w r0, r1, r2
bcc.w 1b
add.w r0, r1, r2
bcc.w 1b
add.w r0, r1, r2
bcc.w 1b
add.w r0, r1, r2
bcc.w 1b
.endm
@ expansion 128 bytes
.macro bw2
bw1
bw1
bw1
bw1
.endm
.align 3
.global _start
.thumb
.thumb_func
.type _start, %function
_start:
nop
@ Trigger Cortex-A8 erratum workaround with conditional branches.
bw2
bw2
bx lr