Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dmips_opcode.h276 #define OP_DIV 032 macro
285 #define OP_F_DIV OP_DIV
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h174 OP_DIV,/* A B C R(A) := RK(B) / RK(C) */ enumerator
H A Dprint.c126 case OP_DIV: in PrintCode()
H A Dlcode.c636 case OP_DIV: in constfolding()
770 case OPR_DIV: codearith(fs, OP_DIV, e1, e2); break; in luaK_posfix()
H A Dlvm.c486 case OP_DIV: { in luaV_execute()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h191 OP_DIV,/* A B C R(A) := RK(B) / RK(C) */ enumerator
H A Dlcode.c714 if ((op == OP_DIV || op == OP_MOD) && e2->u.nval == 0) in constfolding()
719 if (op == OP_DIV && e1->u.nval == INT64_MIN && e2->u.nval == -1) in constfolding()
H A Dldebug.c482 case OP_DIV: tm = TM_DIV; break; in getfuncname()
H A Dlvm.c490 case OP_ADD: case OP_SUB: case OP_MUL: case OP_DIV: in luaV_finishOp()
690 vmcase(OP_DIV, in luaV_execute()
/f-stack/freebsd/mips/mips/
H A Ddb_disasm.c216 case OP_DIV: in md_printins()