Home
last modified time | relevance | path

Searched refs:SLJIT_I32_OP (Results 1 – 10 of 10) sorted by relevance

/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h776 #define SLJIT_I32_OP 0x100 macro
790 #define SLJIT_F32_OP SLJIT_I32_OP
954 #define SLJIT_NOT32 (SLJIT_NOT | SLJIT_I32_OP)
958 #define SLJIT_NEG32 (SLJIT_NEG | SLJIT_I32_OP)
963 #define SLJIT_CLZ32 (SLJIT_CLZ | SLJIT_I32_OP)
974 #define SLJIT_ADD32 (SLJIT_ADD | SLJIT_I32_OP)
982 #define SLJIT_SUB32 (SLJIT_SUB | SLJIT_I32_OP)
989 #define SLJIT_MUL32 (SLJIT_MUL | SLJIT_I32_OP)
992 #define SLJIT_AND32 (SLJIT_AND | SLJIT_I32_OP)
995 #define SLJIT_OR32 (SLJIT_OR | SLJIT_I32_OP)
[all …]
H A DsljitLir.c99 ((op) & ~(SLJIT_I32_OP | SLJIT_SET_Z | VARIABLE_FLAG_MASK))
105 ((op) & (SLJIT_I32_OP | SLJIT_SET_Z | VARIABLE_FLAG_MASK))
385 SLJIT_COMPILE_ASSERT(SLJIT_I32_OP == SLJIT_F32_OP, in sljit_create_compiler()
1166 || ((op & ~SLJIT_I32_OP) >= SLJIT_DIVMOD_UW && (op & ~SLJIT_I32_OP) <= SLJIT_DIV_SW) in check_sljit_emit_op0()
1291 CHECK_ARGUMENT((op & SLJIT_I32_OP) == (compiler->last_flags & SLJIT_I32_OP)); in check_sljit_emit_op2()
1597 CHECK_ARGUMENT((type & SLJIT_I32_OP) == (compiler->last_flags & SLJIT_I32_OP)); in check_sljit_emit_jump()
1801 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_I32_OP))); in check_sljit_emit_op_flags()
1838 CHECK_ARGUMENT(!(type & ~(0xff | SLJIT_I32_OP))); in check_sljit_emit_cmov()
1858 !(dst_reg & SLJIT_I32_OP) ? "" : "32", in check_sljit_emit_cmov()
1891 !(type & SLJIT_I32_OP) ? "" : "32", in check_sljit_emit_mem()
[all …]
H A DsljitNativeMIPS_64.c122 (!(op & SLJIT_I32_OP) ? a : b)
141 SLJIT_ASSERT(!(op & SLJIT_I32_OP)); \
146 ins = (op & SLJIT_I32_OP) ? op_imm : op_dimm; \
153 ins = (op & SLJIT_I32_OP) ? op_v : op_dv; \
205 SLJIT_ASSERT(!(op & SLJIT_I32_OP)); in emit_single_op()
237 …FAIL_IF(push_inst(compiler, ORI | SA(0) | T(dst) | IMM((op & SLJIT_I32_OP) ? 32 : 64), UNMOVABLE_I… in emit_single_op()
465 if (op & SLJIT_I32_OP) in emit_single_op()
H A DsljitNativeARM_64.c1133 sljit_ins inv_bits = (op & SLJIT_I32_OP) ? W_OP : 0; in sljit_emit_op0()
1184 … return emit_op_imm(compiler, op | ((op_flags & SLJIT_I32_OP) ? INT_OP : 0), dst_r, TMP_REG1, src); in sljit_emit_op1()
1242 if (op_flags & SLJIT_I32_OP) { in sljit_emit_op1()
1282 if (op & SLJIT_I32_OP) { in sljit_emit_op2()
1727 sljit_ins inv_bits = (type & SLJIT_I32_OP) ? W_OP : 0; in emit_cmp_to0()
1828 if (op & SLJIT_I32_OP) { in sljit_emit_op_flags()
1852 sljit_ins inv_bits = (dst_reg & SLJIT_I32_OP) ? W_OP : 0; in sljit_emit_cmov()
1859 if (dst_reg & SLJIT_I32_OP) in sljit_emit_cmov()
1867 dst_reg &= ~SLJIT_I32_OP; in sljit_emit_cmov()
H A DsljitNativeX86_common.c981 compiler->mode32 = op & SLJIT_I32_OP; in sljit_emit_op0()
1418 EMIT_MOV(compiler, TMP_REG2, 0, SLJIT_IMM, !(op_flags & SLJIT_I32_OP) ? (64 + 63) : (32 + 31)); in emit_clz()
1426 …it_cmov_generic(compiler, SLJIT_EQUAL, dst_r, SLJIT_IMM, !(op_flags & SLJIT_I32_OP) ? (64 + 63) : … in emit_clz()
1428 …inst = emit_x86_instruction(compiler, 1 | EX86_BIN_INS, SLJIT_IMM, !(op_flags & SLJIT_I32_OP) ? 63… in emit_clz()
1456 compiler->mode32 = op_flags & SLJIT_I32_OP; in sljit_emit_op1()
1471 if (op_flags & SLJIT_I32_OP) { in sljit_emit_op1()
2298 compiler->mode32 = op & SLJIT_I32_OP;
2970 dst_reg &= ~SLJIT_I32_OP;
2983 compiler->mode32 = dst_reg & SLJIT_I32_OP;
2984 dst_reg &= ~SLJIT_I32_OP;
H A DsljitNativeMIPS_common.c1223 sljit_s32 int_op = op & SLJIT_I32_OP; in sljit_emit_op0()
1340 if ((op & SLJIT_I32_OP) && GET_OPCODE(op) >= SLJIT_NOT) in sljit_emit_op1()
1414 if (op & SLJIT_I32_OP) { in sljit_emit_op2()
1448 if (op & SLJIT_I32_OP) in sljit_emit_op2()
1947 flags = ((type & SLJIT_I32_OP) ? INT_DATA : WORD_DATA) | LOAD_DATA; in sljit_emit_cmp()
2103 sljit_s32 mem_type = (op & SLJIT_I32_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags()
2199 if (dst_reg & SLJIT_I32_OP) in sljit_emit_cmov()
2207 dst_reg &= ~SLJIT_I32_OP; in sljit_emit_cmov()
H A DsljitNativePPC_common.c1125 sljit_s32 int_op = op & SLJIT_I32_OP; in sljit_emit_op0()
1225 if (op_flags & SLJIT_I32_OP) { in sljit_emit_op1()
1282 …return emit_op(compiler, SLJIT_CLZ, flags | (!(op_flags & SLJIT_I32_OP) ? 0 : ALT_FORM1), dst, dst… in sljit_emit_op1()
1348 if (op & SLJIT_I32_OP) { in sljit_emit_op2()
1469 if (op & SLJIT_I32_OP) in sljit_emit_op2()
1525 if (op & SLJIT_I32_OP) in sljit_emit_op2()
2100 input_flags = (op & SLJIT_I32_OP) ? INT_DATA : WORD_DATA; in sljit_emit_op_flags()
2258 if (!(type & SLJIT_MEM_STORE) && !(type & SLJIT_I32_OP)) { in sljit_emit_mem()
H A DsljitNativeTILEGX_64.c2071 sljit_s32 mem_type = (op & SLJIT_I32_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags()
2236 …return emit_op(compiler, op, (op & SLJIT_I32_OP) ? INT_DATA : WORD_DATA, dst, dstw, TMP_REG1, 0, s… in sljit_emit_op1()
2272 if (op & SLJIT_I32_OP) in sljit_emit_op2()
H A DsljitNativeARM_T2_32.c2228 dst_reg &= ~SLJIT_I32_OP; in sljit_emit_cmov()
H A DsljitNativeARM_32.c2556 dst_reg &= ~SLJIT_I32_OP; in sljit_emit_cmov()

Completed in 66 milliseconds