summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/X86/Inputs/align-branch-64-2.s
blob: 16b854da71e29d04672454a6303d1a1c4d30630c (plain)
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
  .text
  .globl  foo
  .p2align  4
foo:
  .rept 3
  movl  %eax, %fs:0x1
  .endr
  .rept 2
  movl  %esi, -12(%rbp)
  .endr
  jmp  *%rax
  .rept 3
  movl  %eax, %fs:0x1
  .endr
  movl  %esi, -12(%rbp)
  pushq  %rbp
  call *%rax
  .rept 3
  movl  %eax, %fs:0x1
  .endr
  pushq  %rbp
  call  foo
  .rept 4
  movl  %eax, %fs:0x1
  .endr
  call  *foo

OpenPOWER on IntegriCloud