Searched defs:PSEUDO (Results 1 – 8 of 8) sorted by relevance
/csrg-svn/lib/libc/mips/ |
H A D | SYS.h | 19 #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 D | SYS.h | 56 #define PSEUDO(x,y) \ macro
|
/csrg-svn/lib/libc/tahoe/ |
H A D | SYS.h | 20 #define PSEUDO(x,y) ENTRY(x); kcall $SYS_/**/y; ret macro
|
/csrg-svn/lib/libc/vax/ |
H A D | SYS.h | 20 #define PSEUDO(x,y) ENTRY(x); chmk $SYS_/**/y; ret macro
|
/csrg-svn/old/as.tahoe/ |
H A D | aspseudo.c | 16 #define PSEUDO(name, type, tag) \ macro
|
/csrg-svn/old/as.vax/ |
H A D | aspseudo.c | 19 #define PSEUDO(name, type, tag) \ macro
|
/csrg-svn/lib/libc/i386/ |
H A D | SYS.h | 24 #define PSEUDO(x,y) ENTRY(x); lea SYS_/**/y, %eax; ; LCALL(7,0); ret macro
|
/csrg-svn/lib/libc/hp300/ |
H A D | SYS.h | 48 #define PSEUDO(x,y) ENTRY(x); SYSTRAP(y); rts macro
|