Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlcode.c730 static void codearith (FuncState *fs, OpCode op, in codearith() function
777 codearith(fs, OP_UNM, e, &e2, line); in luaK_prefix()
784 codearith(fs, OP_LEN, e, &e2, line); in luaK_prefix()
846 codearith(fs, OP_CONCAT, e1, e2, line); in luaK_posfix()
852 codearith(fs, cast(OpCode, op - OPR_ADD + OP_ADD), e1, e2, line); in luaK_posfix()
/freebsd/contrib/lua/src/
H A Dlcode.c1506 static void codearith (FuncState *fs, BinOpr opr, in codearith() function
1530 codearith(fs, op, e1, e2, flip, line); in codecommutative()
1742 codearith(fs, opr, e1, e2, 0, line); in luaK_posfix()