HomeSort by: relevance | last modified time | path
    Searched refs:OP_TAILCALL (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mit/lua/dist/src/
lopcodes.h 295 OP_TAILCALL,/* A B C k return R[A](R[A+1], ... ,R[A+B-1]) */
367 (*) In instructions OP_RETURN/OP_TAILCALL, 'k' specifies that the
401 GET_OPCODE(i) == OP_TAILCALL)
ldebug.c 491 case OP_TAILCALL: { /* affect all registers above base */
604 case OP_TAILCALL:
luac.c 607 case OP_TAILCALL:
lvm.c 915 op == OP_TAILCALL || op == OP_SETTABUP || op == OP_SETTABLE ||
1791 vmcase(OP_TAILCALL) {
lcode.c 1900 case OP_RETURN: case OP_TAILCALL: {
lparser.c 1840 SET_OPCODE(getinstruction(fs,&e), OP_TAILCALL);

Completed in 47 milliseconds