Home
last modified time | relevance | path

Searched refs:OP_RETURN (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlopcodes.h209 OP_RETURN,/* A B return R(A), ... ,R(A+B-2) (see note) */ enumerator
Dlcode.c70 luaK_codeABC(fs, OP_RETURN, first, nret+1, 0); in luaK_ret()
Dlvm.c752 vmcasenb(OP_RETURN, in luaV_execute()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregint.h538 OP_RETURN, enumerator
Dregexec.c2690 case OP_RETURN: MOP_IN(OP_RETURN); in match_at()
Dregcomp.c1333 r = add_opcode(reg, OP_RETURN); in compile_enclose_node()
5810 { OP_RETURN, "return", ARG_NON },