Home
last modified time | relevance | path

Searched defs:TOSREG (Results 1 – 9 of 9) sorted by relevance

/dports/lang/gforth/gforth-0.7.3/arch/386/
H A Dmachine.h99 # define TOSREG asm("%ecx") macro
112 # define TOSREG asm("%ebp") macro
114 # define TOSREG asm("%ecx") macro
121 # define TOSREG asm("%ebp") macro
123 # define TOSREG asm("%ecx") macro
/dports/lang/gforth/gforth-0.7.3/arch/mips/
H A Dmachine.h47 #define TOSREG asm("$21") macro
/dports/lang/qscheme/qscheme-0.5.1/
H A Dvm2.h18 #define TOSREG asm("%ebx") macro
30 #define TOSREG asm("%g7") macro
42 #define TOSREG macro
52 #define TOSREG macro
H A Dvm2.c428 register SOBJ TOS TOSREG; in scm_vm() local
/dports/lang/gforth/gforth-0.7.3/arch/alpha/
H A Dmachine.h41 #define TOSREG asm("$14") macro
/dports/lang/gforth/gforth-0.7.3/arch/hppa/
H A Dmachine.h50 #define TOSREG asm("%r11") macro
/dports/lang/gforth/gforth-0.7.3/arch/m68k/
H A Dmachine.h73 #define TOSREG asm("%d3") macro
/dports/lang/gforth/gforth-0.7.3/arch/amd64/
H A Dmachine.h91 #define TOSREG asm("%r14") macro
/dports/lang/gforth/gforth-0.7.3/engine/
H A Dengine.c179 #define TOSREG macro
320 register saved_regs *saved_regs_p TOSREG = saved_regs_p0; local
347 register Cell MAYBE_UNUSED spTOS TOSREG; local