Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dexpr.c133 #define OP_DIV (T_MULT|1) macro
162 "/", OP_DIV,
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlopcodes.h190 OP_DIV,/* A B C R(A) := RK(B) / RK(C) */ enumerator
H A Dlcode.c715 if ((op == OP_DIV || op == OP_MOD) && e2->u.nval == 0) in constfolding()
720 if (op == OP_DIV && e1->u.nval == INT64_MIN && e2->u.nval == -1) in constfolding()
H A Dlvm.c489 case OP_ADD: case OP_SUB: case OP_MUL: case OP_DIV: in luaV_finishOp()
689 vmcase(OP_DIV, in luaV_execute()
H A Dldebug.c482 case OP_DIV: tm = TM_DIV; break; in getfuncname()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c168 OP_DIV, enumerator
719 case OP_DIV: in want_packet()
2614 "/", OP_DIV,