Searched refs:OP_RTABLE (Results 1 – 4 of 4) sorted by relevance
246 while (OP_RTABLE[j].opc != opc) { in Yap_op_from_opcode()247 if (!OP_RTABLE[j].opc) in Yap_op_from_opcode()255 return OP_RTABLE[j].opnum; in Yap_op_from_opcode()
62 #define OP_RTABLE Yap_heap_regs->op_rtable macro
623 while (OP_RTABLE == NULL) { in InitReverseLookupOpcode()624 if ((OP_RTABLE = (opentry *)Yap_AllocCodeSpace(sz)) == NULL) { in InitReverseLookupOpcode()631 opeptr = OP_RTABLE; in InitReverseLookupOpcode()640 opeptr = OP_RTABLE; in InitReverseLookupOpcode()
61 opentry *op_rtable OP_RTABLE void OpRTableAdjust