Searched refs:int_op (Results 1 – 2 of 2) sorted by relevance
1125 sljit_s32 int_op = op & SLJIT_I32_OP; in sljit_emit_op0() local1150 …FAIL_IF(push_inst(compiler, (int_op ? (op == SLJIT_DIVMOD_UW ? DIVWU : DIVW) : (op == SLJIT_DIVMOD… in sljit_emit_op0()1151 FAIL_IF(push_inst(compiler, (int_op ? MULLW : MULLD) | D(SLJIT_R1) | A(SLJIT_R0) | B(SLJIT_R1))); in sljit_emit_op0()1160 …return push_inst(compiler, (int_op ? (op == SLJIT_DIV_UW ? DIVWU : DIVW) : (op == SLJIT_DIV_UW ? D… in sljit_emit_op0()
1223 sljit_s32 int_op = op & SLJIT_I32_OP; in sljit_emit_op0() local1263 if (int_op) { in sljit_emit_op0()1283 if (int_op) in sljit_emit_op0()
Completed in 19 milliseconds