Searched refs:int_op (Results 1 – 2 of 2) sorted by relevance
1281 sljit_s32 int_op = op & SLJIT_I32_OP; in sljit_emit_op0() local1306 …FAIL_IF(push_inst(compiler, (int_op ? (op == SLJIT_DIVMOD_UW ? DIVWU : DIVW) : (op == SLJIT_DIVMOD… in sljit_emit_op0()1307 FAIL_IF(push_inst(compiler, (int_op ? MULLW : MULLD) | D(SLJIT_R1) | A(SLJIT_R0) | B(SLJIT_R1))); in sljit_emit_op0()1316 …return push_inst(compiler, (int_op ? (op == SLJIT_DIV_UW ? DIVWU : DIVW) : (op == SLJIT_DIV_UW ? D… in sljit_emit_op0()
1041 sljit_s32 int_op = op & SLJIT_I32_OP; in sljit_emit_op0() local1073 if (int_op) in sljit_emit_op0()
Completed in 14 milliseconds