Home
last modified time | relevance | path

Searched refs:shift (Results 51 – 75 of 80) sorted by relevance

1234

/php-src/ext/spl/
H A Dspl_dllist_arginfo.h88 ZEND_METHOD(SplDoublyLinkedList, shift);
116 ZEND_ME(SplDoublyLinkedList, shift, arginfo_class_SplDoublyLinkedList_shift, ZEND_ACC_PUBLIC)
H A Dspl_dllist.c536 PHP_METHOD(SplDoublyLinkedList, shift) in PHP_METHOD() argument
/php-src/Zend/asm/
H A Dmake_arm64_aapcs_pe_armasm.asm68 ; shift address in x0 (allocated stack) to lower 16 byte boundary
H A Dmake_sparc64_sysv_elf_gas.S25 # shift address in %i0 (allocated stack) to lower 16 byte boundary
H A Dmake_ppc32_sysv_elf_gas.S63 # shift address in R3 to lower 16 byte boundary
H A Dmake_ppc64_sysv_elf_gas.S103 # shift address in R3 to lower 16 byte boundary
H A Dmake_i386_ms_pe_masm.asm37 ; shift address in EAX to lower 16 byte boundary
/php-src/ext/mbstring/tests/
H A Diso2022kr_encoding.phpt113 // Regression test: The old implementation would sometimes emit an extra 0x0F ('shift out')
117 // Regression test: Don't shift from KS X 1001 to ASCII mode on invalid escape sequence
H A Dmb_convert_case_various_mode.phpt53 * checking whether we should shift in/out of 'title mode', then the conversion will be incorrect */
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc2403 | ubfiz Rw(def_reg), Rw(op1_reg), #shift, #(8-shift)
2412 | ubfx Rw(def_reg), Rw(op1_reg), #shift, #(8-shift)
2414 | ubfx Rw(def_reg), Rw(op1_reg), #shift, #(16-shift)
2421 | sbfx Rw(def_reg), Rw(op1_reg), #shift, #(8-shift)
2423 | sbfx Rw(def_reg), Rw(op1_reg), #shift, #(16-shift)
2431 | ubfx Rw(tmp_reg), Rw(op1_reg), #(8-shift), #shift
2435 | ubfx Rw(tmp_reg), Rw(op1_reg), #(16-shift), #shift
2438 shift = (64 - shift) % 64;
2441 shift = (32 - shift) % 32;
2448 | ubfx Rw(tmp_reg), Rw(op1_reg), #shift, #(8-shift)
[all …]
H A Dir_x86.dasc4134 if (shift == 1) {
4177 IR_ASSERT(shift != 0);
4187 if (shift == 1) {
4241 IR_ASSERT(shift != 0);
4262 if (shift == 1) {
4311 | ASM_MEM_IMM_OP shl, type, mem, shift
4314 | ASM_MEM_IMM_OP shr, type, mem, shift
4436 int32_t shift;
4444 shift = ctx->ir_base[insn->op2].val.i32;
4488 int32_t shift;
[all …]
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c985 sljit_u32 type = (shift << 30); in emit_op_mem()
995 if (argw == 0 || argw == shift) in emit_op_mem()
1008 argw = (argw >> shift) & 0xfff; in emit_op_mem()
1013 if ((argw & ((1 << shift) - 1)) == 0) { in emit_op_mem()
1015 if ((argw >> shift) <= 0xfff) in emit_op_mem()
1021 argw = ((argw & 0xfff) >> shift); in emit_op_mem()
1743 sljit_ins type = (shift << 30); in emit_fop_mem()
1752 if (argw == 0 || argw == shift) in emit_fop_mem()
1765 argw = (argw >> shift) & 0xfff; in emit_fop_mem()
1771 if ((argw >> shift) <= 0xfff) in emit_fop_mem()
[all …]
H A DsljitNativePPC_common.c263 #define SLWI(shift) (RLWINM | RLWI_SH(shift) | RLWI_MBE(0, 31 - (shift))) argument
264 #define SLDI(shift) (RLDICR | RLDI_SH(shift) | RLDI_ME(63 - (shift))) argument
266 #define SRWI(shift) (RLWINM | RLWI_SH(32 - (shift)) | RLWI_MBE((shift), 31)) argument
267 #define SRDI(shift) (RLDICL | RLDI_SH(64 - (shift)) | RLDI_MB(shift)) argument
270 #define SLWI_W(shift) SLWI(shift) argument
273 #define SLWI_W(shift) SLDI(shift) argument
H A DsljitNativeARM_T2_32.c1034 #define ALIGN_CHECK(argw, imm, shift) (!((argw) & ~((imm) << (shift)))) argument
/php-src/ext/standard/
H A Dbase64.c174 const uint8x16_t shift = vbslq_u8(eq_2f, vdupq_n_u8(16), sh); in decode_fromascii() local
178 return vaddq_u8(input, shift); in decode_fromascii()
724 const __m512i shift = _mm512_mask_mov_epi8(sh, eq_2f, _mm512_set1_epi8(16)); in php_base64_decode_ex_avx512() local
725 str = _mm512_add_epi8(str, shift); in php_base64_decode_ex_avx512()
H A Dstring.c6158 size_t shift = php_strcspn( local
6164 if (shift < ZSTR_LEN(haystack)) {
6165 RETURN_STRINGL(ZSTR_VAL(haystack) + shift, ZSTR_LEN(haystack) - shift);
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_ppc.lua1538 local function parse_imm(imm, bits, shift, scale, signed)
1545 if s == 0 then return shl(m, shift)
1546 elseif s == -1 then return shl(m + shl(1, bits), shift) end
1548 if sar(m, bits) == 0 then return shl(m, shift) end
1557 waction("IMM", (signed and 32768 or 0)+scale*1024+bits*32+shift, imm)
/php-src/ext/gmp/
H A Dgmp.c338 zend_long shift = zval_get_long(op2); in shift_operator_helper() local
340 if (shift < 0) { in shift_operator_helper()
353 op(gmpnum_result, gmpnum_op, (gmp_ulong) shift); in shift_operator_helper()
/php-src/ext/mbstring/tests/data/
H A DJISX0201.txt24 # Column #1 is the shift JIS code (in hex as 0xXX)
/php-src/ext/mbstring/
H A Dmbstring.c2808 unsigned int shift = 0; in remove_non_encodings_from_elist() local
2812 shift++; /* Remove this encoding from the list */ in remove_non_encodings_from_elist()
2813 } else if (shift) { in remove_non_encodings_from_elist()
2814 elist[i - shift] = encoding; in remove_non_encodings_from_elist()
2817 *size -= shift; in remove_non_encodings_from_elist()
5253 #define _mm256_shift_epi8(hi, lo, shift) _mm256_alignr_epi8(lo, _mm256_permute2x128_si256(hi, lo, 3… argument
/php-src/ext/hash/xxhash/
H A Dxxhash.h3410 XXH_FORCE_INLINE xxh_u64 XXH_xorshift64(xxh_u64 v64, int shift) in XXH_xorshift64() argument
3412 XXH_ASSERT(0 <= shift && shift < 64); in XXH_xorshift64()
3413 return v64 ^ (v64 >> shift); in XXH_xorshift64()
/php-src/ext/pcre/tests/
H A D005.phpt45 conflicts: 2 shift/reduce
/php-src/ext/dom/lexbor/lexbor/css/
H A Dproperty.h323 lxb_css_property_baseline_shift_t shift; member
/php-src/build/
H A Dphp.m41460 dnl autoconf undefines the builtin "shift" :-(
1461 dnl If possible, we use the builtin shift anyway, otherwise we use the ubercool
1464 ifdef([builtin],[builtin(define, phpshift, [builtin(shift, $@)])],[
/php-src/ext/ffi/
H A Dffi.c686 uint64_t shift = 64 - (field->bits % 64); in zend_ffi_bit_field_to_zval() local
687 if (shift != 0) { in zend_ffi_bit_field_to_zval()
688 val = (int64_t)(val << shift) >> shift; in zend_ffi_bit_field_to_zval()

Completed in 162 milliseconds

1234