Searched refs:OP_RETURN (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lopcodes.h | 209 OP_RETURN,/* A B return R(A), ... ,R(A+B-2) (see note) */ enumerator
|
D | lcode.c | 70 luaK_codeABC(fs, OP_RETURN, first, nret+1, 0); in luaK_ret()
|
D | lvm.c | 752 vmcasenb(OP_RETURN, in luaV_execute()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regint.h | 538 OP_RETURN, enumerator
|
D | regexec.c | 2690 case OP_RETURN: MOP_IN(OP_RETURN); in match_at()
|
D | regcomp.c | 1333 r = add_opcode(reg, OP_RETURN); in compile_enclose_node() 5810 { OP_RETURN, "return", ARG_NON },
|