Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlcode.c724 static void codearith (FuncState *fs, OpCode op, in codearith() function
771 codearith(fs, OP_UNM, e, &e2, line); in luaK_prefix()
778 codearith(fs, OP_LEN, e, &e2, line); in luaK_prefix()
840 codearith(fs, OP_CONCAT, e1, e2, line); in luaK_posfix()
846 codearith(fs, cast(OpCode, op - OPR_ADD + OP_ADD), e1, e2, line); in luaK_posfix()