Home
last modified time | relevance | path

Searched refs:IF_spTOS (Results 1 – 5 of 5) sorted by relevance

/dports/lang/gforth/gforth-0.7.3/vmgen-ex/
H A Dengine.c26 #define IF_spTOS(x) x macro
28 #define IF_spTOS(x) macro
198 IF_spTOS(spTOS = sp[0]); in engine()
H A Dmini-inst.vmg104 /* IF_spTOS(sp[2] = spTOS);*/ /* unnecessary; vmgen inserts a flush anyway */
110 /* IF_spTOS(spTOS = sp[0]); */ /* dead, thus unnecessary; vmgen copies aoldfp there */
113 /* IF_spTOS(sp[-2] = spTOS); */ /* unnecessary; that stack item is dead */
118 /* IF_spTOS(spTOS = sp[0]); */ /* dead, thus unnecessary; vmgen copies i2 there */
/dports/lang/gforth/gforth-0.7.3/vmgen-ex2/
H A Dengine.c26 #define IF_spTOS(x) x macro
28 #define IF_spTOS(x) macro
198 IF_spTOS(spTOS = sp[0]); in engine()
H A Dmini-inst.vmg104 /* IF_spTOS(sp[2] = spTOS);*/ /* unnecessary; vmgen inserts a flush anyway */
110 /* IF_spTOS(spTOS = sp[0]); */ /* dead, thus unnecessary; vmgen copies aoldfp there */
113 /* IF_spTOS(sp[-2] = spTOS); */ /* unnecessary; that stack item is dead */
118 /* IF_spTOS(spTOS = sp[0]); */ /* dead, thus unnecessary; vmgen copies i2 there */
/dports/lang/gforth/gforth-0.7.3/doc/
H A Dvmgen.texi1017 by inserting flushing code (e.g., @samp{IF_spTOS(sp[...] = spTOS);}) at
1018 the start and reloading code (e.g., @samp{IF_spTOS(spTOS = sp[0])}) at