Lines Matching refs:SLJIT_INT_OP
766 compiler->mode32 = op & SLJIT_INT_OP; in sljit_emit_op0()
1167 …inst = emit_x86_instruction(compiler, 1 | EX86_SHIFT_INS, SLJIT_IMM, !(op_flags & SLJIT_INT_OP) ? … in emit_clz()
1202 EMIT_MOV(compiler, dst_r, 0, SLJIT_IMM, !(op_flags & SLJIT_INT_OP) ? 64 + 63 : 32 + 31); in emit_clz()
1203 compiler->mode32 = op_flags & SLJIT_INT_OP; in emit_clz()
1240 …inst = emit_x86_instruction(compiler, 1 | EX86_BIN_INS, SLJIT_IMM, !(op_flags & SLJIT_INT_OP) ? 63… in emit_clz()
1280 compiler->mode32 = op_flags & SLJIT_INT_OP; in sljit_emit_op1()
1289 if (op_flags & SLJIT_INT_OP) { in sljit_emit_op1()
2144 compiler->mode32 = op & SLJIT_INT_OP;
2968 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_INT_OP)));
2970 CHECK_ARGUMENT(FUNCTION_CHECK_IS_REG(dst_reg & ~SLJIT_INT_OP));
2976 !(dst_reg & SLJIT_INT_OP) ? "" : ".i",
2978 sljit_verbose_reg(compiler, dst_reg & ~SLJIT_INT_OP);
2989 compiler->mode32 = dst_reg & SLJIT_INT_OP;
2991 dst_reg &= ~SLJIT_INT_OP;