Home
last modified time | relevance | path

Searched refs:ins (Results 1 – 14 of 14) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_64.c34 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 DsljitNativeARM_64.c127 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 DsljitNativeARM_T2_32.c1981 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 DsljitNativeTILEGX_64.c330 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 DsljitNativeARM_32.c2484 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 DsljitNativeSPARC_common.c184 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 DsljitNativeMIPS_common.c204 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 DsljitNativePPC_common.c239 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() argument
243 *ptr = ins; in push_inst()
/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_variation7.phpt57 string(59) "This ????conta????ins @???? # $ ????% ^ &???? char????s????"
/PHP-5.5/
H A DREADME.UNIX-BUILD-SYSTEM3 - supports Makefile.ins during transition phase
47 Makefile.ins are abandoned. The files which are to be compiled
/PHP-5.5/sapi/tux/
H A DREADME10 plug-ins to be made available.
/PHP-5.5/ext/ereg/tests/
H A Dereg_replace_basic_001.phpt58 string(118) "[this is a replacement] this cont[this is a replacement]ins some m[this is a replaceme…
H A Deregi_replace_basic_001.phpt58 string(118) "[this is a replacement] this cont[this is a replacement]ins some m[this is a replaceme…
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c59113 int ins; /* Index in data[] where new cell pointer is inserted */
59153 ins = cellOffset + 2*i;
59166 memmove(&data[ins+2], &data[ins], end-ins);
59167 put2byte(&data[ins], idx);

Completed in 369 milliseconds