Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
osx_asm.h File Reference

Go to the source code of this file.

Macros

#define MACH_KDB   0
 
#define FALIGN   ALIGN
 
#define LB(x, n)   n
 
#define LCL(x)   Lx
 
#define EXT(x)   _x
 
#define LEXT(x)   _x:
 
#define LBc(x, n)   n:
 
#define LBb(x, n)   nb
 
#define LBf(x, n)   nf
 
#define SVC   .byte 0x9a; .long 0; .word 0x7
 
#define RPC_SVC   .byte 0x9a; .long 0; .word 0xf
 
#define String   .asciz
 
#define Value   .word
 
#define Times(a, b)   (a*b)
 
#define Divide(a, b)   (a/b)
 
#define INB   inb %dx, %al
 
#define OUTB   outb %al, %dx
 
#define INL   inl %dx, %eax
 
#define OUTL   outl %eax, %dx
 
#define data16   .byte 0x66
 
#define addr16   .byte 0x67
 
#define MCOUNT
 
#define ELF_FUNC(x)
 
#define ELF_DATA(x)
 
#define ELF_SIZE(x, s)
 
#define Entry(x)   .globl EXT(x); ELF_FUNC(EXT(x)); .align FALIGN; LEXT(x)
 
#define ENTRY(x)   Entry(x) MCOUNT
 
#define ENTRY2(x, y)
 
#define ASENTRY(x)   .globl x; .align FALIGN; x: ELF_FUNC(x) MCOUNT
 
#define DATA(x)   .globl EXT(x); ELF_DATA(EXT(x)); .align ALIGN; LEXT(x)
 
#define End(x)   ELF_SIZE(x,.-x)
 
#define END(x)   End(EXT(x))
 
#define ENDDATA(x)   END(x)
 
#define Enddata(x)   End(x)
 
#define Gpush
 
#define Gpop
 
#define Gload
 
#define Gcall(func)   call func
 
#define Gotoff(lab)   lab
 
#define Gotoff2(l, r)   l(r)
 
#define Gotoff3(l, r, s)   l(,r,s)
 
#define Gaddr(to, lab)   movl $lab,to
 
#define Gcmp(lab, reg)   cmpl $lab,reg
 
#define Gmemload(lab, reg)   movl lab,reg
 
#define Gmemstore(reg, lab, tmp)   movl reg,lab
 
#define Gstack   0
 
#define Egcall(func)   Gcall(EXT(func))
 
#define Egaddr(to, lab)   Gaddr(to,EXT(lab))
 
#define Egcmp(lab, reg)   Gcmp(EXT(lab),reg)
 
#define Egmemload(lab, reg)   Gmemload(EXT(lab),reg)
 
#define Egmemstore(reg, lab, tmp)   Gmemstore(reg,EXT(lab),tmp)
 
#define Lgotoff(lab)   Gotoff(LCL(lab))
 
#define Lgotoff2(l, r)   Gotoff2(LCL(l),r)
 
#define Lgotoff3(l, r, s)   Gotoff3(LCL(l),r,s)
 
#define Lgcmp(lab, reg)   Gcmp(LCL(lab),reg)
 
#define Lgmemload(lab, reg)   movl Lgotoff(lab),reg
 
#define Lgmemstore(reg, lab, tmp)   movl reg,Lgotoff(lab)
 
#define CC_SYM_PREFIX   "_"
 

Macro Definition Documentation

◆ addr16

#define addr16   .byte 0x67

Definition at line 161 of file osx_asm.h.

◆ ASENTRY

#define ASENTRY (   x)    .globl x; .align FALIGN; x: ELF_FUNC(x) MCOUNT

Definition at line 201 of file osx_asm.h.

◆ CC_SYM_PREFIX

#define CC_SYM_PREFIX   "_"

Definition at line 302 of file osx_asm.h.

◆ DATA

#define DATA (   x)    .globl EXT(x); ELF_DATA(EXT(x)); .align ALIGN; LEXT(x)

Definition at line 204 of file osx_asm.h.

◆ data16

#define data16   .byte 0x66

Definition at line 160 of file osx_asm.h.

◆ Divide

#define Divide (   a,
 
)    (a/b)

Definition at line 153 of file osx_asm.h.

◆ Egaddr

#define Egaddr (   to,
  lab 
)    Gaddr(to,EXT(lab))

Definition at line 275 of file osx_asm.h.

◆ Egcall

#define Egcall (   func)    Gcall(EXT(func))

Definition at line 274 of file osx_asm.h.

◆ Egcmp

#define Egcmp (   lab,
  reg 
)    Gcmp(EXT(lab),reg)

Definition at line 276 of file osx_asm.h.

◆ Egmemload

#define Egmemload (   lab,
  reg 
)    Gmemload(EXT(lab),reg)

Definition at line 277 of file osx_asm.h.

◆ Egmemstore

#define Egmemstore (   reg,
  lab,
  tmp 
)    Gmemstore(reg,EXT(lab),tmp)

Definition at line 278 of file osx_asm.h.

◆ ELF_DATA

#define ELF_DATA (   x)

Definition at line 188 of file osx_asm.h.

◆ ELF_FUNC

#define ELF_FUNC (   x)

Definition at line 187 of file osx_asm.h.

◆ ELF_SIZE

#define ELF_SIZE (   x,
 
)

Definition at line 189 of file osx_asm.h.

◆ End

#define End (   x)    ELF_SIZE(x,.-x)

Definition at line 206 of file osx_asm.h.

◆ END

#define END (   x)    End(EXT(x))

Definition at line 207 of file osx_asm.h.

◆ ENDDATA

#define ENDDATA (   x)    END(x)

Definition at line 208 of file osx_asm.h.

◆ Enddata

#define Enddata (   x)    End(x)

Definition at line 209 of file osx_asm.h.

◆ Entry

#define Entry (   x)    .globl EXT(x); ELF_FUNC(EXT(x)); .align FALIGN; LEXT(x)

Definition at line 192 of file osx_asm.h.

◆ ENTRY

#define ENTRY (   x)    Entry(x) MCOUNT

Definition at line 193 of file osx_asm.h.

◆ ENTRY2

#define ENTRY2 (   x,
 
)
Value:
.globl EXT(x); .globl EXT(y); \
ELF_FUNC(EXT(x)); ELF_FUNC(EXT(y)); \
.align FALIGN; LEXT(x); LEXT(y) \
#define FALIGN
Definition osx_asm.h:114
#define MCOUNT
Definition osx_asm.h:164
#define EXT(x)
Definition osx_asm.h:134
#define ELF_FUNC(x)
Definition osx_asm.h:187
#define LEXT(x)
Definition osx_asm.h:135

Definition at line 194 of file osx_asm.h.

◆ EXT

#define EXT (   x)    _x

Definition at line 134 of file osx_asm.h.

◆ FALIGN

#define FALIGN   ALIGN

Definition at line 114 of file osx_asm.h.

◆ Gaddr

#define Gaddr (   to,
  lab 
)    movl $lab,to

Definition at line 235 of file osx_asm.h.

◆ Gcall

#define Gcall (   func)    call func

Definition at line 231 of file osx_asm.h.

◆ Gcmp

#define Gcmp (   lab,
  reg 
)    cmpl $lab,reg

Definition at line 236 of file osx_asm.h.

◆ Gload

#define Gload

Definition at line 230 of file osx_asm.h.

◆ Gmemload

#define Gmemload (   lab,
  reg 
)    movl lab,reg

Definition at line 237 of file osx_asm.h.

◆ Gmemstore

#define Gmemstore (   reg,
  lab,
  tmp 
)    movl reg,lab

Definition at line 238 of file osx_asm.h.

◆ Gotoff

#define Gotoff (   lab)    lab

Definition at line 232 of file osx_asm.h.

◆ Gotoff2

#define Gotoff2 (   l,
 
)    l(r)

Definition at line 233 of file osx_asm.h.

◆ Gotoff3

#define Gotoff3 (   l,
  r,
 
)    l(,r,s)

Definition at line 234 of file osx_asm.h.

◆ Gpop

#define Gpop

Definition at line 229 of file osx_asm.h.

◆ Gpush

#define Gpush

Definition at line 228 of file osx_asm.h.

◆ Gstack

#define Gstack   0

Definition at line 239 of file osx_asm.h.

◆ INB

#define INB   inb %dx, %al

Definition at line 155 of file osx_asm.h.

◆ INL

#define INL   inl %dx, %eax

Definition at line 157 of file osx_asm.h.

◆ LB

#define LB (   x,
 
)    n

Definition at line 117 of file osx_asm.h.

◆ LBb

#define LBb (   x,
 
)    nb

Definition at line 142 of file osx_asm.h.

◆ LBc

#define LBc (   x,
 
)    n:

Definition at line 141 of file osx_asm.h.

◆ LBf

#define LBf (   x,
 
)    nf

Definition at line 143 of file osx_asm.h.

◆ LCL

#define LCL (   x)    Lx

Definition at line 133 of file osx_asm.h.

◆ LEXT

#define LEXT (   x)    _x:

Definition at line 135 of file osx_asm.h.

◆ Lgcmp

#define Lgcmp (   lab,
  reg 
)    Gcmp(LCL(lab),reg)

Definition at line 283 of file osx_asm.h.

◆ Lgmemload

#define Lgmemload (   lab,
  reg 
)    movl Lgotoff(lab),reg

Definition at line 284 of file osx_asm.h.

◆ Lgmemstore

#define Lgmemstore (   reg,
  lab,
  tmp 
)    movl reg,Lgotoff(lab)

Definition at line 285 of file osx_asm.h.

◆ Lgotoff

#define Lgotoff (   lab)    Gotoff(LCL(lab))

Definition at line 280 of file osx_asm.h.

◆ Lgotoff2

#define Lgotoff2 (   l,
 
)    Gotoff2(LCL(l),r)

Definition at line 281 of file osx_asm.h.

◆ Lgotoff3

#define Lgotoff3 (   l,
  r,
 
)    Gotoff3(LCL(l),r,s)

Definition at line 282 of file osx_asm.h.

◆ MACH_KDB

#define MACH_KDB   0

Definition at line 67 of file osx_asm.h.

◆ MCOUNT

#define MCOUNT

Definition at line 164 of file osx_asm.h.

◆ OUTB

#define OUTB   outb %al, %dx

Definition at line 156 of file osx_asm.h.

◆ OUTL

#define OUTL   outl %eax, %dx

Definition at line 158 of file osx_asm.h.

◆ RPC_SVC

#define RPC_SVC   .byte 0x9a; .long 0; .word 0xf

Definition at line 148 of file osx_asm.h.

◆ String

#define String   .asciz

Definition at line 150 of file osx_asm.h.

◆ SVC

#define SVC   .byte 0x9a; .long 0; .word 0x7

Definition at line 146 of file osx_asm.h.

◆ Times

#define Times (   a,
 
)    (a*b)

Definition at line 152 of file osx_asm.h.

◆ Value

#define Value   .word

Definition at line 151 of file osx_asm.h.