Skip to content

Instantly share code, notes, and snippets.

@atiq-cs
Created July 8, 2017 03:40
Show Gist options
  • Save atiq-cs/c6c69548066bc5acbb6e43babee541e4 to your computer and use it in GitHub Desktop.
Save atiq-cs/c6c69548066bc5acbb6e43babee541e4 to your computer and use it in GitHub Desktop.
sparc64 native code for f008 function of v8
foo8()
foo8: 9d e3 bf 50 save %sp, -0xb0, %sp
foo8+0x4: f0 77 a8 7f stx %i0, [%fp + 0x87f]
foo8+0x8: f2 77 a8 87 stx %i1, [%fp + 0x887]
foo8+0xc: f4 77 a8 8f stx %i2, [%fp + 0x88f]
foo8+0x10: f6 77 a8 97 stx %i3, [%fp + 0x897]
foo8+0x14: f8 77 a8 9f stx %i4, [%fp + 0x89f]
foo8+0x18: fa 77 a8 a7 stx %i5, [%fp + 0x8a7]
foo8+0x1c: c4 5f a8 7f ldx [%fp + 0x87f], %g2
foo8+0x20: c2 5f a8 87 ldx [%fp + 0x887], %g1
foo8+0x24: 84 00 80 01 add %g2, %g1, %g2
foo8+0x28: c2 5f a8 8f ldx [%fp + 0x88f], %g1
foo8+0x2c: 84 00 80 01 add %g2, %g1, %g2
foo8+0x30: c2 5f a8 97 ldx [%fp + 0x897], %g1
foo8+0x34: 84 00 80 01 add %g2, %g1, %g2
foo8+0x38: c2 5f a8 9f ldx [%fp + 0x89f], %g1
foo8+0x3c: 84 00 80 01 add %g2, %g1, %g2
foo8+0x40: c2 5f a8 a7 ldx [%fp + 0x8a7], %g1
foo8+0x44: 84 00 80 01 add %g2, %g1, %g2
foo8+0x48: c2 5f a8 af ldx [%fp + 0x8af], %g1
foo8+0x4c: 84 00 80 01 add %g2, %g1, %g2
foo8+0x50: c2 5f a8 b7 ldx [%fp + 0x8b7], %g1
foo8+0x54: 82 00 80 01 add %g2, %g1, %g1
foo8+0x58: b0 10 00 01 mov %g1, %i0
foo8+0x5c: 81 cf e0 08 return %i7 + 0x8
foo8+0x60: 01 00 00 00 nop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment