Lines Matching refs:vmcase

531 #define vmcase(l,b)	case l: {b}  break;  macro
557 vmcase(OP_MOVE, in luaV_execute()
560 vmcase(OP_LOADK, in luaV_execute()
564 vmcase(OP_LOADKX, in luaV_execute()
570 vmcase(OP_LOADBOOL, in luaV_execute()
574 vmcase(OP_LOADNIL, in luaV_execute()
580 vmcase(OP_GETUPVAL, in luaV_execute()
584 vmcase(OP_GETTABUP, in luaV_execute()
588 vmcase(OP_GETTABLE, in luaV_execute()
591 vmcase(OP_SETTABUP, in luaV_execute()
595 vmcase(OP_SETUPVAL, in luaV_execute()
600 vmcase(OP_SETTABLE, in luaV_execute()
603 vmcase(OP_NEWTABLE, in luaV_execute()
612 vmcase(OP_SELF, in luaV_execute()
617 vmcase(OP_ADD, in luaV_execute()
620 vmcase(OP_SUB, in luaV_execute()
623 vmcase(OP_MUL, in luaV_execute()
626 vmcase(OP_DIV, in luaV_execute()
629 vmcase(OP_MOD, in luaV_execute()
632 vmcase(OP_POW, in luaV_execute()
635 vmcase(OP_UNM, in luaV_execute()
645 vmcase(OP_NOT, in luaV_execute()
650 vmcase(OP_LEN, in luaV_execute()
653 vmcase(OP_CONCAT, in luaV_execute()
665 vmcase(OP_JMP, in luaV_execute()
668 vmcase(OP_EQ, in luaV_execute()
678 vmcase(OP_LT, in luaV_execute()
686 vmcase(OP_LE, in luaV_execute()
694 vmcase(OP_TEST, in luaV_execute()
700 vmcase(OP_TESTSET, in luaV_execute()
709 vmcase(OP_CALL, in luaV_execute()
723 vmcase(OP_TAILCALL, in luaV_execute()
767 vmcase(OP_FORLOOP, in luaV_execute()
778 vmcase(OP_FORPREP, in luaV_execute()
804 vmcase(OP_TFORLOOP, in luaV_execute()
811 vmcase(OP_SETLIST, in luaV_execute()
833 vmcase(OP_CLOSURE, in luaV_execute()
842 vmcase(OP_VARARG, in luaV_execute()
861 vmcase(OP_EXTRAARG, in luaV_execute()