Searched refs:codearith (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lcode.c | 731 static void codearith (FuncState *fs, OpCode op, in codearith() function 778 codearith(fs, OP_UNM, e, &e2, line); in luaK_prefix() 785 codearith(fs, OP_LEN, e, &e2, line); in luaK_prefix() 847 codearith(fs, OP_CONCAT, e1, e2, line); in luaK_posfix() 853 codearith(fs, cast(OpCode, op - OPR_ADD + OP_ADD), e1, e2, line); in luaK_posfix()
|
| /freebsd/contrib/lua/src/ |
| H A D | lcode.c | 1510 static void codearith (FuncState *fs, BinOpr opr, in codearith() function 1534 codearith(fs, op, e1, e2, flip, line); in codecommutative() 1746 codearith(fs, opr, e1, e2, 0, line); in luaK_posfix()
|