Advertisement
Guest User

RPi Soft/SoftFP/HardFP Test (Assembler Output, -O3)

a guest
Aug 22nd, 2012
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         .arch armv6
  2.         .eabi_attribute 27, 3
  3.         .eabi_attribute 28, 1
  4.         .fpu vfp
  5.         .eabi_attribute 20, 1
  6.         .eabi_attribute 21, 1
  7.         .eabi_attribute 23, 3
  8.         .eabi_attribute 24, 1
  9.         .eabi_attribute 25, 1
  10.         .eabi_attribute 26, 2
  11.         .eabi_attribute 30, 2
  12.         .eabi_attribute 18, 4
  13.         .file   "hfpt.c"
  14.         .section        .text.startup,"ax",%progbits
  15.         .align  2
  16.         .global main
  17.         .type   main, %function
  18. main:
  19.         @ args = 0, pretend = 0, frame = 0
  20.         @ frame_needed = 0, uses_anonymous_args = 0
  21.         @ link register save eliminated.
  22.         ldr     r0, .L2
  23.         mov     r1, #2
  24.         b       printf
  25. .L3:
  26.         .align  2
  27. .L2:
  28.         .word   .LC0
  29.         .size   main, .-main
  30.         .section        .rodata.str1.4,"aMS",%progbits,1
  31.         .align  2
  32. .LC0:
  33.         .ascii  "%d\012\000"
  34.         .ident  "GCC: (Debian 4.6.3-8+rpi1) 4.6.3"
  35.         .section        .note.GNU-stack,"",%progbits
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement