Searched refs:s_lforth_t (Results 1 – 3 of 3) sorted by relevance
93 s_lforth_t *addr; in lsfetch()97 addr = (s_lforth_t *)POP(DS); in lsfetch()
224 TOS = ((s_lforth_t)TOS) >> d; in rshifta()289 #define COMPARE(cmp, rhs) ((((s_lforth_t)TOS) cmp((s_lforth_t)(rhs))) ? \
58 typedef int32_t s_lforth_t; typedef