Searched refs:int_op (Results 1 – 2 of 2) sorted by relevance
1212 sljit_s32 int_op = op & SLJIT_32; in sljit_emit_op0() local1237 …FAIL_IF(push_inst(compiler, (int_op ? (op == SLJIT_DIVMOD_UW ? DIVWU : DIVW) : (op == SLJIT_DIVMOD… in sljit_emit_op0()1238 FAIL_IF(push_inst(compiler, (int_op ? MULLW : MULLD) | D(SLJIT_R1) | A(SLJIT_R0) | B(SLJIT_R1))); in sljit_emit_op0()1247 …return push_inst(compiler, (int_op ? (op == SLJIT_DIV_UW ? DIVWU : DIVW) : (op == SLJIT_DIV_UW ? D… in sljit_emit_op0()
1435 sljit_s32 int_op = op & SLJIT_32; in sljit_emit_op0() local1475 if (int_op) { in sljit_emit_op0()1495 if (int_op) in sljit_emit_op0()
Completed in 32 milliseconds