aboutsummaryrefslogtreecommitdiff
path: root/asm-v8.s
blob: 7d3a8c940f271943cb03a1f1d4f27614e2834699 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
  .cfi_sections .debug_frame

  .section .text.__tt
  .global __tt
  .thumb_func
  .cfi_startproc
__tt:
  tt r0, r0
  bx lr
  .cfi_endproc
  .size __tt, . - __tt

  .section .text.__ttt
  .global __ttt
  .thumb_func
  .cfi_startproc
__ttt:
  ttt r0, r0
  bx lr
  .cfi_endproc
  .size __ttt, . - __ttt

  .section .text.__tta
  .global __tta
  .thumb_func
  .cfi_startproc
__tta:
  tta r0, r0
  bx lr
  .cfi_endproc
  .size __tta, . - __tta


  .section .text.__ttat
  .global __ttat
  .thumb_func
  .cfi_startproc
__ttat:
  ttat r0, r0
  bx lr
  .cfi_endproc
  .size __ttat, . - __ttat