Home
last modified time | relevance | path

Searched refs:I_CALL_DFUNC (Results 1 – 3 of 3) sorted by relevance

/dports/net/dgd/dgd-1.4.23/src/
H A Dinterpret.h90 # define I_CALL_DFUNC 0x1c /* 1 unsigned, 1 unsigned, 1 unsigned */ macro
H A Dinterpret.c2645 case I_CALL_DFUNC: in i_interpret1()
2646 case I_CALL_DFUNC | I_POP_BIT: in i_interpret1()
3332 case I_CALL_DFUNC: in i_line1()
3333 case I_CALL_DFUNC | I_POP_BIT: in i_line1()
/dports/net/dgd/dgd-1.4.23/src/comp/
H A Dcodegeni.c1075 code_instr(I_CALL_DFUNC, n->line); in cg_expr()