Searched refs:vmcase (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lvm.c | 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() [all …]
|