Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/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()
142 ins = op_dimm32; \
163 sljit_ins ins; in emit_single_op() local
556 sljit_ins ins = NOP; in call_with_args() local
608 if (ins != NOP) { in call_with_args()
611 prev_ins = ins; in call_with_args()
612 ins = NOP; in call_with_args()
627 sljit_ins ins; in sljit_emit_call() local
[all …]
H A DsljitNativeMIPS_32.c456 sljit_ins ins = NOP; in call_with_args() local
527 ins = ADDU | S(SLJIT_R0) | TA(0) | DA(4); in call_with_args()
534 if (ins != NOP) { in call_with_args()
537 prev_ins = ins; in call_with_args()
538 ins = NOP; in call_with_args()
572 if (ins != NOP) { in call_with_args()
575 prev_ins = ins; in call_with_args()
576 ins = NOP; in call_with_args()
622 sljit_ins ins; in sljit_emit_call() local
652 sljit_ins ins; in sljit_emit_icall() local
[all …]
H A DsljitNativeARM_64.c137 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() argument
141 *ptr = ins; in push_inst()
444 sljit_ins ins; in logical_imm() local
494 ins = 1 << 22; in logical_imm()
496 ins = (0x3f - ((len << 1) - 1)) << 10; in logical_imm()
499 return ins | ((len - ones - 1) << 10) | ((len - ones - right) << 16); in logical_imm()
501 return ins | ((ones - 1) << 10) | ((len - right) << 16); in logical_imm()
1954 sljit_ins ins; in sljit_get_local_base() local
1964 ins = ADDI; in sljit_get_local_base()
1967 ins = SUBI; in sljit_get_local_base()
[all …]
H A DsljitNativeMIPS_common.c294 || delay_slot == ((ins >> 11) & 0x1f) || delay_slot == ((ins >> 16) & 0x1f)); in push_inst()
297 *ptr = ins; in push_inst()
2189 sljit_ins ins; in sljit_emit_cmov() local
2211 ins = MOVZ | TA(EQUAL_FLAG); in sljit_emit_cmov()
2214 ins = MOVN | TA(EQUAL_FLAG); in sljit_emit_cmov()
2222 ins = MOVN | TA(OTHER_FLAG); in sljit_emit_cmov()
2230 ins = MOVZ | TA(OTHER_FLAG); in sljit_emit_cmov()
2236 ins = MOVT; in sljit_emit_cmov()
2242 ins = MOVF; in sljit_emit_cmov()
2245 ins = MOVZ | TA(OTHER_FLAG); in sljit_emit_cmov()
[all …]
H A DsljitNativeTILEGX_64.c330 static sljit_s32 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_s32 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_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() argument
356 *ptr = ins; in push_inst()
H A DsljitNativeSPARC_common.c204 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_s32 delay_slot) in push_inst() argument
209 || (delay_slot & DST_INS_MASK) == ((ins >> 25) & 0x1f)); in push_inst()
212 *ptr = ins; in push_inst()
H A DsljitNativeARM_32.c2511 sljit_uw cc, ins; in sljit_emit_op_flags() local
2529 ins = (op == SLJIT_AND ? AND : (op == SLJIT_OR ? ORR : EOR)); in sljit_emit_op_flags()
2534 FAIL_IF(push_inst(compiler, ((ins | RD(dst_reg) | RN(dst_reg) | SRC2_IMM | 1) & ~COND_MASK) | cc)); in sljit_emit_op_flags()
2537 …FAIL_IF(push_inst(compiler, ((ins | RD(dst_reg) | RN(dst_reg) | SRC2_IMM | 0) & ~COND_MASK) | (cc … in sljit_emit_op_flags()
H A DsljitNativePPC_common.c250 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() argument
254 *ptr = ins; in push_inst()
/PHP-7.4/ext/standard/tests/strings/
H A Dchunk_split_variation7.phpt57 string(59) "This ????conta????ins @???? # $ ????% ^ &???? char????s????"
/PHP-7.4/docs/
H A Dunix-build-system.md3 * supports Makefile.ins during transition phase
39 Makefile.ins are abandoned. The files which are to be compiled are specified in

Completed in 79 milliseconds