aboutsummaryrefslogtreecommitdiff
path: root/asm-v8.s
blob: b667bf0f14557fe902bc2ef94ce9e8642e19795b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  .section .text.__tt
  .global __tt
  .thumb_func
__tt:
  tt r0, r0
  bx lr

  .section .text.__ttt
  .global __ttt
  .thumb_func
__ttt:
  ttt r0, r0
  bx lr

  .section .text.__tta
  .global __tta
  .thumb_func
__tta:
  tta r0, r0
  bx lr

  .section .text.__ttat
  .global __ttat
  .thumb_func
__ttat:
  ttat r0, r0
  bx lr