Home
last modified time | relevance | path

Searched defs:LPREG (Results 1 – 6 of 6) sorted by relevance

/dports/lang/gforth/gforth-0.7.3/arch/mips/
H A Dmachine.h45 #define LPREG asm("$19") macro
/dports/lang/gforth/gforth-0.7.3/arch/alpha/
H A Dmachine.h40 #define LPREG asm("$13") macro
/dports/lang/gforth/gforth-0.7.3/arch/hppa/
H A Dmachine.h48 #define LPREG asm("%r7") macro
/dports/lang/gforth/gforth-0.7.3/arch/m68k/
H A Dmachine.h74 #define LPREG asm("%d2") macro
/dports/lang/gforth/gforth-0.7.3/arch/amd64/
H A Dmachine.h97 #define LPREG asm("%rbp") /* works with GCC 4.7.x */ macro
/dports/lang/gforth/gforth-0.7.3/engine/
H A Dengine.c167 #define LPREG macro
330 register Address lp LPREG = lp0; local