Home
last modified time | relevance | path

Searched defs:PSEUDO (Results 1 – 8 of 8) sorted by relevance

/csrg-svn/lib/libc/mips/
H A DSYS.h19 #define PSEUDO(x,y) LEAF(x); li v0,SYS_ ## y; syscall; bne a3,zero,err; \ macro
24 #define PSEUDO(x,y) LEAF(x); li v0,SYS_/**/y; syscall; bne a3,zero,err; \ macro
/csrg-svn/lib/libc/sparc/
H A DSYS.h56 #define PSEUDO(x,y) \ macro
/csrg-svn/lib/libc/tahoe/
H A DSYS.h20 #define PSEUDO(x,y) ENTRY(x); kcall $SYS_/**/y; ret macro
/csrg-svn/lib/libc/vax/
H A DSYS.h20 #define PSEUDO(x,y) ENTRY(x); chmk $SYS_/**/y; ret macro
/csrg-svn/old/as.tahoe/
H A Daspseudo.c16 #define PSEUDO(name, type, tag) \ macro
/csrg-svn/old/as.vax/
H A Daspseudo.c19 #define PSEUDO(name, type, tag) \ macro
/csrg-svn/lib/libc/i386/
H A DSYS.h24 #define PSEUDO(x,y) ENTRY(x); lea SYS_/**/y, %eax; ; LCALL(7,0); ret macro
/csrg-svn/lib/libc/hp300/
H A DSYS.h48 #define PSEUDO(x,y) ENTRY(x); SYSTRAP(y); rts macro