~ubuntu-branches/debian/sid/upx-ucl/sid

« back to all changes in this revision

Viewing changes to src/stub/amd_regs.h

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2006-06-13 21:23:23 UTC
  • mfrom: (1.3.1 upstream) (3.1.2 edgy)
  • Revision ID: james.westby@ubuntu.com-20060613212323-343yzs4jt6vr5483
* New upstream version.
* Standards-Version: 3.7.2 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* NOTE: THE FIRST ARGUMENT IS arg1, NOT arg0. */
 
2
#define arg1  rdi
 
3
#define arg1l  edi
 
4
#define arg2  rsi
 
5
#define arg2l  esi
 
6
#define arg3  rdx
 
7
#define arg3l  edx
 
8
#define arg4  rcx
 
9
#define arg4l  ecx
 
10
#define sys4   r10  # 4th arg to syscall is not in %rcx
 
11
#define sys4l  r10d
 
12
#define arg5  r8
 
13
#define arg5l  r8d
 
14
#define arg6  r9
 
15
#define arg6l  r9d