Lines Matching refs:vmcase
591 #define vmcase(l,b) case l: {b} break; macro
617 vmcase(OP_MOVE, in luaV_execute()
620 vmcase(OP_LOADK, in luaV_execute()
624 vmcase(OP_LOADKX, in luaV_execute()
630 vmcase(OP_LOADBOOL, in luaV_execute()
634 vmcase(OP_LOADNIL, in luaV_execute()
640 vmcase(OP_GETUPVAL, in luaV_execute()
644 vmcase(OP_GETTABUP, in luaV_execute()
648 vmcase(OP_GETTABLE, in luaV_execute()
651 vmcase(OP_SETTABUP, in luaV_execute()
655 vmcase(OP_SETUPVAL, in luaV_execute()
660 vmcase(OP_SETTABLE, in luaV_execute()
663 vmcase(OP_NEWTABLE, in luaV_execute()
672 vmcase(OP_SELF, in luaV_execute()
677 vmcase(OP_ADD, in luaV_execute()
680 vmcase(OP_SUB, in luaV_execute()
683 vmcase(OP_MUL, in luaV_execute()
689 vmcase(OP_DIV, in luaV_execute()
692 vmcase(OP_MOD, in luaV_execute()
695 vmcase(OP_POW, in luaV_execute()
698 vmcase(OP_UNM, in luaV_execute()
708 vmcase(OP_NOT, in luaV_execute()
713 vmcase(OP_LEN, in luaV_execute()
716 vmcase(OP_CONCAT, in luaV_execute()
728 vmcase(OP_JMP, in luaV_execute()
731 vmcase(OP_EQ, in luaV_execute()
741 vmcase(OP_LT, in luaV_execute()
749 vmcase(OP_LE, in luaV_execute()
757 vmcase(OP_TEST, in luaV_execute()
763 vmcase(OP_TESTSET, in luaV_execute()
772 vmcase(OP_CALL, in luaV_execute()
786 vmcase(OP_TAILCALL, in luaV_execute()
830 vmcase(OP_FORLOOP, in luaV_execute()
841 vmcase(OP_FORPREP, in luaV_execute()
867 vmcase(OP_TFORLOOP, in luaV_execute()
874 vmcase(OP_SETLIST, in luaV_execute()
896 vmcase(OP_CLOSURE, in luaV_execute()
905 vmcase(OP_VARARG, in luaV_execute()
924 vmcase(OP_EXTRAARG, in luaV_execute()