Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/H/
H A Dcompile.h89 allocate_op, enumerator
/dports/lang/yap/yap-6.2.2/BEAM/
H A Dtoeam.c316 if (inter_code->op==allocate_op) inter_code->op=nop_op; in eam_instructions()
/dports/lang/yap/yap-6.2.2/C/
H A Dcompiler.c2517 while ((ic = cpc->op) != allocate_op) {
2817 case allocate_op:
3298 if (pc->op == allocate_op) {
3520 Yap_emit(allocate_op, Zero, Zero, &cglobs.cint);
H A Dgrow.c1110 case allocate_op: in fix_compiler_instructions()
H A Damasm.c3413 case allocate_op: in do_pass()