Searched refs:ins (Results 1 – 10 of 10) sorted by relevance
/PHP-7.3/ext/pcre/pcre2lib/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() 142 ins = op_dimm32; \ 163 sljit_ins ins; in emit_single_op() local 548 sljit_ins ins = NOP; in call_with_args() local 600 if (ins != NOP) { in call_with_args() 603 prev_ins = ins; in call_with_args() 604 ins = NOP; in call_with_args() 619 sljit_ins ins; in sljit_emit_call() local [all …]
|
H A D | sljitNativeMIPS_32.c | 448 sljit_ins ins = NOP; in call_with_args() local 519 ins = ADDU | S(SLJIT_R0) | TA(0) | DA(4); in call_with_args() 526 if (ins != NOP) { in call_with_args() 529 prev_ins = ins; in call_with_args() 530 ins = NOP; in call_with_args() 564 if (ins != NOP) { in call_with_args() 567 prev_ins = ins; in call_with_args() 568 ins = NOP; in call_with_args() 614 sljit_ins ins; in sljit_emit_call() local 644 sljit_ins ins; in sljit_emit_icall() local [all …]
|
H A D | sljitNativeARM_64.c | 137 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() argument 141 *ptr = ins; in push_inst() 394 sljit_ins ins; in logical_imm() local 444 ins = 1 << 22; in logical_imm() 446 ins = (0x3f - ((len << 1) - 1)) << 10; in logical_imm() 449 return ins | ((len - ones - 1) << 10) | ((len - ones - right) << 16); in logical_imm() 451 return ins | ((ones - 1) << 10) | ((len - right) << 16); in logical_imm() 1892 sljit_ins ins; in sljit_get_local_base() local 1902 ins = ADDI; in sljit_get_local_base() 1905 ins = SUBI; in sljit_get_local_base() [all …]
|
H A D | sljitNativeMIPS_common.c | 226 || delay_slot == ((ins >> 11) & 0x1f) || delay_slot == ((ins >> 16) & 0x1f)); in push_inst() 229 *ptr = ins; in push_inst() 1971 sljit_ins ins; in sljit_emit_cmov() local 1993 ins = MOVZ | TA(EQUAL_FLAG); in sljit_emit_cmov() 1996 ins = MOVN | TA(EQUAL_FLAG); in sljit_emit_cmov() 2004 ins = MOVN | TA(OTHER_FLAG); in sljit_emit_cmov() 2012 ins = MOVZ | TA(OTHER_FLAG); in sljit_emit_cmov() 2018 ins = MOVT; in sljit_emit_cmov() 2024 ins = MOVF; in sljit_emit_cmov() 2027 ins = MOVZ | TA(OTHER_FLAG); in sljit_emit_cmov() [all …]
|
H A D | sljitNativeTILEGX_64.c | 330 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 D | sljitNativeSPARC_common.c | 204 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 D | sljitNativeARM_32.c | 2462 sljit_uw cc, ins; in sljit_emit_op_flags() local 2480 ins = (op == SLJIT_AND ? AND : (op == SLJIT_OR ? ORR : EOR)); in sljit_emit_op_flags() 2485 FAIL_IF(push_inst(compiler, ((ins | RD(dst_reg) | RN(dst_reg) | SRC2_IMM | 1) & ~COND_MASK) | cc)); in sljit_emit_op_flags() 2488 …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 D | sljitNativePPC_common.c | 247 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() argument 251 *ptr = ins; in push_inst()
|
/PHP-7.3/ext/standard/tests/strings/ |
H A D | chunk_split_variation7.phpt | 57 string(59) "This ????conta????ins @???? # $ ????% ^ &???? char????s????"
|
/PHP-7.3/ |
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 41 milliseconds