Guest User

Untitled

a guest
Jun 21st, 2015
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. .arch armv7-a
  2. .eabi_attribute 28, 1
  3. .fpu vfpv3-d16
  4. .eabi_attribute 20, 1
  5. .eabi_attribute 21, 1
  6. .eabi_attribute 23, 3
  7. .eabi_attribute 24, 1
  8. .eabi_attribute 25, 1
  9. .eabi_attribute 26, 2
  10. .eabi_attribute 30, 1
  11. .eabi_attribute 34, 1
  12. .eabi_attribute 18, 4
  13. .thumb
  14. .syntax unified
  15. .file "test.c"
  16. .text
  17. .align 2
  18. .global f
  19. .syntax unified
  20. .thumb
  21. .thumb_func
  22. .type f, %function
  23. f:
  24. @ args = 0, pretend = 0, frame = 0
  25. @ frame_needed = 0, uses_anonymous_args = 0
  26. push {r3, r4, r5, lr}
  27. mov r4, r0
  28. ands r5, r0, #1
  29. beq .L2
  30. bl f1
  31. .L2:
  32. tst r4, #2
  33. beq .L3
  34. bl f2
  35. cbnz r5, .L4
  36. .L7:
  37. bl f2
  38. pop {r3, r4, r5, pc}
  39. .L3:
  40. cbz r5, .L1
  41. b .L5
  42. .L4:
  43. bl f1
  44. b .L7
  45. .L5:
  46. bl f1
  47. .L1:
  48. pop {r3, r4, r5, pc}
  49. .size f, .-f
  50. .ident "GCC: (GNU) 6.0.0 20150616 (experimental)"
  51. .section .note.GNU-stack,"",%progbits
Advertisement
Add Comment
Please, Sign In to add comment