Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlcode.c728 static void codearith (FuncState *fs, OpCode op, in codearith() function
775 codearith(fs, OP_UNM, e, &e2, line); in luaK_prefix()
782 codearith(fs, OP_LEN, e, &e2, line); in luaK_prefix()
844 codearith(fs, OP_CONCAT, e1, e2, line); in luaK_posfix()
850 codearith(fs, cast(OpCode, op - OPR_ADD + OP_ADD), e1, e2, line); in luaK_posfix()