Home
last modified time | relevance | path

Searched refs:SLJIT_INT_OP (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitLir.h643 #define SLJIT_INT_OP 0x100 macro
802 #define SLJIT_INOT (SLJIT_NOT | SLJIT_INT_OP)
805 #define SLJIT_INEG (SLJIT_NEG | SLJIT_INT_OP)
811 #define SLJIT_ICLZ (SLJIT_CLZ | SLJIT_INT_OP)
822 #define SLJIT_IADD (SLJIT_ADD | SLJIT_INT_OP)
828 #define SLJIT_ISUB (SLJIT_SUB | SLJIT_INT_OP)
835 #define SLJIT_IMUL (SLJIT_MUL | SLJIT_INT_OP)
838 #define SLJIT_IAND (SLJIT_AND | SLJIT_INT_OP)
841 #define SLJIT_IOR (SLJIT_OR | SLJIT_INT_OP)
844 #define SLJIT_IXOR (SLJIT_XOR | SLJIT_INT_OP)
[all …]
H A DsljitLir.c344 SLJIT_COMPILE_ASSERT(SLJIT_INT_OP == SLJIT_SINGLE_OP, in sljit_create_compiler()
877 ((type & 0xff) <= SLJIT_MUL_NOT_OVERFLOW ? ((type & SLJIT_INT_OP) ? "i_" : "") \
1039 || ((op & ~SLJIT_INT_OP) >= SLJIT_UDIVMOD && (op & ~SLJIT_INT_OP) <= SLJIT_SDIVI)); in check_sljit_emit_op0()
1331 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_INT_OP))); in check_sljit_emit_jump()
1333 CHECK_ARGUMENT((type & 0xff) < SLJIT_JUMP || !(type & SLJIT_INT_OP)); in check_sljit_emit_jump()
1349 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_REWRITABLE_JUMP | SLJIT_INT_OP))); in check_sljit_emit_cmp()
1357 (type & SLJIT_INT_OP) ? "i_" : "", jump_names[type & 0xff]); in check_sljit_emit_cmp()
1419 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_INT_OP))); in check_sljit_emit_op_flags()
1434 fprintf(compiler->verbose, " flags.%s%s%s%s ", !(op & SLJIT_INT_OP) ? "" : "i", in check_sljit_emit_op_flags()
1632 type = condition | (type & (SLJIT_INT_OP | SLJIT_REWRITABLE_JUMP)); in sljit_emit_cmp()
[all …]
H A DsljitNativeMIPS_64.c122 (!(op & SLJIT_INT_OP) ? a : b)
141 SLJIT_ASSERT(!(op & SLJIT_INT_OP)); \
146 ins = (op & SLJIT_INT_OP) ? op_imm : op_dimm; \
153 ins = (op & SLJIT_INT_OP) ? op_v : op_dv; \
202 SLJIT_ASSERT(!(op & SLJIT_INT_OP)); in emit_single_op()
234 …FAIL_IF(push_inst(compiler, ORI | SA(0) | T(dst) | IMM((op & SLJIT_INT_OP) ? 32 : 64), UNMOVABLE_I… in emit_single_op()
395 if (op & SLJIT_INT_OP) in emit_single_op()
H A DsljitNativeX86_common.c766 compiler->mode32 = op & SLJIT_INT_OP; in sljit_emit_op0()
1203 compiler->mode32 = op_flags & SLJIT_INT_OP; 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;
[all …]
H A DsljitNativeARM_64.c1248 sljit_ins inv_bits = (op & SLJIT_INT_OP) ? (1 << 31) : 0; in sljit_emit_op0()
1381 … return emit_op_imm(compiler, op | ((op_flags & SLJIT_INT_OP) ? INT_OP : 0), dst_r, TMP_REG1, src); in sljit_emit_op1()
1396 if (op_flags & SLJIT_INT_OP) { in sljit_emit_op1()
1414 if (op_flags & SLJIT_INT_OP) in sljit_emit_op1()
1449 if (op & SLJIT_INT_OP) { in sljit_emit_op2()
1910 sljit_ins inv_bits = (type & SLJIT_INT_OP) ? (1 << 31) : 0; in emit_cmp_to0()
1997 if (op & SLJIT_INT_OP) { in sljit_emit_op_flags()
H A DsljitNativePPC_common.c1249 sljit_si int_op = op & SLJIT_INT_OP; in sljit_emit_op0()
1315 if (op_flags & SLJIT_INT_OP) { in sljit_emit_op1()
1407 …return emit_op(compiler, SLJIT_CLZ, flags | (!(op_flags & SLJIT_INT_OP) ? 0 : ALT_FORM1), dst, dst… in sljit_emit_op1()
1470 if (op & SLJIT_INT_OP) { in sljit_emit_op2()
1590 if (op & SLJIT_INT_OP) in sljit_emit_op2()
1646 if (op & SLJIT_INT_OP) in sljit_emit_op2()
2238 input_flags = (flags & SLJIT_INT_OP) ? INT_DATA : WORD_DATA; in sljit_emit_op_flags()
H A DsljitNativeMIPS_common.c1035 sljit_si int_op = op & SLJIT_INT_OP; in sljit_emit_op0()
1098 if ((op & SLJIT_INT_OP) && GET_OPCODE(op) >= SLJIT_NOT) { in sljit_emit_op1()
1201 if (op & SLJIT_INT_OP) { in sljit_emit_op2()
1235 if (op & SLJIT_INT_OP) in sljit_emit_op2()
1751 flags = ((type & SLJIT_INT_OP) ? INT_DATA : WORD_DATA) | LOAD_DATA; in sljit_emit_cmp()
2014 sljit_si mem_type = (op & SLJIT_INT_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags()
H A DsljitNativeTILEGX_64.c2089 sljit_si mem_type = (op & SLJIT_INT_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags()
2252 …return emit_op(compiler, op, (op & SLJIT_INT_OP) ? INT_DATA : WORD_DATA, dst, dstw, TMP_REG1, 0, s… in sljit_emit_op1()
2288 if (op & SLJIT_INT_OP) in sljit_emit_op2()

Completed in 49 milliseconds