Searched refs:vmcase (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lvm.c | 1146 #define vmcase(l) case l: macro 1188 vmcase(OP_MOVE) { in luaV_execute() 1193 vmcase(OP_LOADI) { in luaV_execute() 1199 vmcase(OP_LOADF) { in luaV_execute() 1205 vmcase(OP_LOADK) { in luaV_execute() 1211 vmcase(OP_LOADKX) { in luaV_execute() 1218 vmcase(OP_LOADFALSE) { in luaV_execute() 1223 vmcase(OP_LFALSESKIP) { in luaV_execute() 1229 vmcase(OP_LOADTRUE) { in luaV_execute() 1234 vmcase(OP_LOADNIL) { in luaV_execute() [all …]
|
H A D | ljumptab.h | 9 #undef vmcase 14 #define vmcase(l) L_##l: macro
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lvm.c | 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() [all …]
|