Lines Matching refs:vmcase

592 #define vmcase(l,b)	case l: {b}  break;  macro
618 vmcase(OP_MOVE, in luaV_execute()
621 vmcase(OP_LOADK, in luaV_execute()
625 vmcase(OP_LOADKX, in luaV_execute()
631 vmcase(OP_LOADBOOL, in luaV_execute()
635 vmcase(OP_LOADNIL, in luaV_execute()
641 vmcase(OP_GETUPVAL, in luaV_execute()
645 vmcase(OP_GETTABUP, in luaV_execute()
649 vmcase(OP_GETTABLE, in luaV_execute()
652 vmcase(OP_SETTABUP, in luaV_execute()
656 vmcase(OP_SETUPVAL, in luaV_execute()
661 vmcase(OP_SETTABLE, in luaV_execute()
664 vmcase(OP_NEWTABLE, in luaV_execute()
673 vmcase(OP_SELF, in luaV_execute()
678 vmcase(OP_ADD, in luaV_execute()
681 vmcase(OP_SUB, in luaV_execute()
684 vmcase(OP_MUL, in luaV_execute()
690 vmcase(OP_DIV, in luaV_execute()
693 vmcase(OP_MOD, in luaV_execute()
696 vmcase(OP_POW, in luaV_execute()
699 vmcase(OP_UNM, in luaV_execute()
709 vmcase(OP_NOT, in luaV_execute()
714 vmcase(OP_LEN, in luaV_execute()
717 vmcase(OP_CONCAT, in luaV_execute()
729 vmcase(OP_JMP, in luaV_execute()
732 vmcase(OP_EQ, in luaV_execute()
742 vmcase(OP_LT, in luaV_execute()
750 vmcase(OP_LE, in luaV_execute()
758 vmcase(OP_TEST, in luaV_execute()
764 vmcase(OP_TESTSET, in luaV_execute()
773 vmcase(OP_CALL, in luaV_execute()
787 vmcase(OP_TAILCALL, in luaV_execute()
831 vmcase(OP_FORLOOP, in luaV_execute()
842 vmcase(OP_FORPREP, in luaV_execute()
868 vmcase(OP_TFORLOOP, in luaV_execute()
875 vmcase(OP_SETLIST, in luaV_execute()
897 vmcase(OP_CLOSURE, in luaV_execute()
906 vmcase(OP_VARARG, in luaV_execute()
925 vmcase(OP_EXTRAARG, in luaV_execute()