Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlcode.c1364 l_sinline OpCode binopr2op (BinOpr opr, BinOpr baser, OpCode base) { in binopr2op() function
1430 OpCode op = binopr2op(opr, OPR_ADD, OP_ADD); in codebinexpval()
1459 OpCode op = binopr2op(opr, OPR_ADD, OP_ADDK); in codebinK()
1565 op = binopr2op(opr, OPR_LT, OP_LTI); in codeorder()
1571 op = binopr2op(opr, OPR_LT, OP_GTI); in codeorder()
1576 op = binopr2op(opr, OPR_LT, OP_LT); in codeorder()