Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dgrepoutput5 RC=0
8 RC=0
14 RC=0
17 RC=0
26 RC=0
35 RC=0
39 RC=0
42 RC=0
44 RC=0
46 RC=1
[all …]
H A Dgrepoutput87 RC=0
13 RC=0
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_32.c87 return push_inst(compiler, NOR | RC(flags) | S(src2) | A(dst) | B(src2)); in emit_single_op()
95 return push_inst(compiler, CNTLZW | RC(flags) | S(src2) | A(dst)); in emit_single_op()
180 return push_inst(compiler, AND | RC(flags) | S(src1) | A(dst) | B(src2)); in emit_single_op()
196 return push_inst(compiler, OR | RC(flags) | S(src1) | A(dst) | B(src2)); in emit_single_op()
212 return push_inst(compiler, XOR | RC(flags) | S(src1) | A(dst) | B(src2)); in emit_single_op()
218 …return push_inst(compiler, RLWINM | RC(flags) | S(src1) | A(dst) | (compiler->imm << 11) | ((31 - … in emit_single_op()
220 return push_inst(compiler, SLW | RC(flags) | S(src1) | A(dst) | B(src2)); in emit_single_op()
226 …return push_inst(compiler, RLWINM | RC(flags) | S(src1) | A(dst) | (((32 - compiler->imm) & 0x1f) … in emit_single_op()
228 return push_inst(compiler, SRW | RC(flags) | S(src1) | A(dst) | B(src2)); in emit_single_op()
236 FAIL_IF(push_inst(compiler, SRAWI | RC(flags) | S(src1) | A(dst) | (compiler->imm << 11))); in emit_single_op()
[all …]
H A DsljitNativePPC_64.c203 return push_inst(compiler, NOR | RC(flags) | S(src2) | A(dst) | B(src2)); in emit_single_op()
213 return push_inst(compiler, CNTLZW | RC(flags) | S(src2) | A(dst)); in emit_single_op()
214 return push_inst(compiler, CNTLZD | RC(flags) | S(src2) | A(dst)); in emit_single_op()
307 return push_inst(compiler, AND | RC(flags) | S(src1) | A(dst) | B(src2)); in emit_single_op()
323 return push_inst(compiler, OR | RC(flags) | S(src1) | A(dst) | B(src2)); in emit_single_op()
339 return push_inst(compiler, XOR | RC(flags) | S(src1) | A(dst) | B(src2)); in emit_single_op()
350 return push_inst(compiler, RLDI(dst, src1, compiler->imm, 63 - compiler->imm, 1) | RC(flags)); in emit_single_op()
353 …return push_inst(compiler, ((flags & ALT_FORM2) ? SLW : SLD) | RC(flags) | S(src1) | A(dst) | B(sr… in emit_single_op()
364 return push_inst(compiler, RLDI(dst, src1, 64 - compiler->imm, compiler->imm, 0) | RC(flags)); in emit_single_op()
367 …return push_inst(compiler, ((flags & ALT_FORM2) ? SRW : SRD) | RC(flags) | S(src1) | A(dst) | B(sr… in emit_single_op()
[all …]
H A DsljitNativePPC_common.c128 #define RC(flags) ((flags & ALT_SET_FLAGS) >> 10) macro
/PHP-5.5/
H A DREADME.RELEASE_PROCESS56 Rolling a non stable release (alpha/beta/RC)
84 F.e. if the RC is "5.4.1RC1" then the new one should be "5.4.2-dev" - regardless if we get
85 a new RC or not. This is to make sure ``version_compare()`` can correctly work.
100 14. Now the RC can be found on http://downloads.php.net/yourname,
107 Getting the non stable release (alpha/beta/RC) announced
113 either the next RC, or the final release".
130 Example: When rolling an RC, set the 'rc' with appropriate information for the
145 6. For the first RC, write the doc team (phpdoc@lists.php.net) about updating the
151 1. Checkout your release branch, you should have created when releasing previous RC
230 (prepare for next RC)
/PHP-5.5/win32/build/
H A Dtemplate.rc1 /* This is a template RC file.
H A DMakefile86 $(RC) /fo $(PHPDLL_RES) /d FILE_DESCRIPTION="\"PHP Script Interpreter\"" \

Completed in 24 milliseconds