Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlvm.c580 #define arith_op(op,tm) { \ macro
678 arith_op(luai_numadd, TM_ADD); in luaV_execute()
681 arith_op(luai_numsub, TM_SUB); in luaV_execute()
684 arith_op(luai_nummul, TM_MUL); in luaV_execute()
690 arith_op(luaV_div, TM_DIV); in luaV_execute()
693 arith_op(luaV_mod, TM_MOD); in luaV_execute()
696 arith_op(luai_numpow, TM_POW); in luaV_execute()