Searched refs:ins (Results 1 – 10 of 10) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeMIPS_64.c | 34 sljit_ins ins; in load_immediate() local 85 ins = (shift == 32) ? DSLL32 : DSLL; in load_immediate() 87 ins |= SH_IMM(shift); in load_immediate() 88 FAIL_IF(push_inst(compiler, ins | TA(dst_ar) | DA(dst_ar), dst_ar)); in load_immediate() 142 ins = op_dimm32; \ 146 ins = (op & SLJIT_INT_OP) ? op_imm : op_dimm; \ 150 FAIL_IF(push_inst(compiler, ins | T(src1) | D(dst) | SH_IMM(src2), DR(dst))); \ 153 ins = (op & SLJIT_INT_OP) ? op_v : op_dv; \ 155 FAIL_IF(push_inst(compiler, ins | S(src2) | T(src1) | DA(EQUAL_FLAG), EQUAL_FLAG)); \ 157 FAIL_IF(push_inst(compiler, ins | S(src2) | T(src1) | D(dst), DR(dst))); \ [all …]
|
H A D | sljitNativeARM_64.c | 127 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() argument 131 *ptr = ins; in push_inst() 353 sljit_ins ins; in logical_imm() local 401 ins = 1 << 22; in logical_imm() 403 ins = (0x3f - ((len << 1) - 1)) << 10; in logical_imm() 406 return ins | ((len - ones - 1) << 10) | ((len - ones - right) << 16); in logical_imm() 408 return ins | ((ones - 1) << 10) | ((len - right) << 16); in logical_imm()
|
H A D | sljitNativeARM_T2_32.c | 1981 sljit_ins cc, ins; in sljit_emit_op_flags() local 2009 ins = (op == SLJIT_AND ? ANDI : (op == SLJIT_OR ? ORRI : EORI)); in sljit_emit_op_flags() 2013 FAIL_IF(push_inst32(compiler, ins | RN4(src) | RD4(dst) | 1)); in sljit_emit_op_flags() 2037 FAIL_IF(push_inst32(compiler, ins | RN4(src) | RD4(dst_r) | 1)); in sljit_emit_op_flags() 2038 FAIL_IF(push_inst32(compiler, ins | RN4(src) | RD4(dst_r) | 0)); in sljit_emit_op_flags() 2042 FAIL_IF(push_inst32(compiler, ins | RN4(src) | RD4(dst_r) | 1)); in sljit_emit_op_flags()
|
H A D | sljitNativeTILEGX_64.c | 330 static sljit_si push_inst_debug(struct sljit_compiler *compiler, sljit_ins ins, int line) in push_inst_debug() argument 334 *ptr = ins; in push_inst_debug() 341 static sljit_si push_inst_nodebug(struct sljit_compiler *compiler, sljit_ins ins) in push_inst_nodebug() argument 345 *ptr = ins; in push_inst_nodebug() 352 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() argument 356 *ptr = ins; in push_inst()
|
H A D | sljitNativeARM_32.c | 2484 sljit_uw cc, ins; in sljit_emit_op_flags() local 2504 ins = (op == SLJIT_AND ? AND_DP : (op == SLJIT_OR ? ORR_DP : EOR_DP)); in sljit_emit_op_flags() 2506 …FAIL_IF(push_inst(compiler, (EMIT_DATA_PROCESS_INS(ins, 0, dst, dst, SRC2_IMM | 1) & ~COND_MASK) |… in sljit_emit_op_flags() 2523 …FAIL_IF(push_inst(compiler, (EMIT_DATA_PROCESS_INS(ins, 0, dst_r, src, SRC2_IMM | 1) & ~COND_MASK)… in sljit_emit_op_flags() 2524 …FAIL_IF(push_inst(compiler, (EMIT_DATA_PROCESS_INS(ins, 0, dst_r, src, SRC2_IMM | 0) & ~COND_MASK)… in sljit_emit_op_flags()
|
H A D | sljitNativeSPARC_common.c | 184 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_si delay_slot) in push_inst() argument 189 || (delay_slot & DST_INS_MASK) == ((ins >> 25) & 0x1f)); in push_inst() 192 *ptr = ins; in push_inst()
|
H A D | sljitNativeMIPS_common.c | 204 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_si delay_slot) in push_inst() argument 207 || delay_slot == ((ins >> 11) & 0x1f) || delay_slot == ((ins >> 16) & 0x1f)); in push_inst() 210 *ptr = ins; in push_inst()
|
H A D | sljitNativePPC_common.c | 239 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() argument 243 *ptr = ins; in push_inst()
|
/PHP-7.0/ext/standard/tests/strings/ |
H A D | chunk_split_variation7.phpt | 57 string(59) "This ????conta????ins @???? # $ ????% ^ &???? char????s????"
|
/PHP-7.0/ |
H A D | README.UNIX-BUILD-SYSTEM | 3 - supports Makefile.ins during transition phase 47 Makefile.ins are abandoned. The files which are to be compiled
|
Completed in 50 milliseconds