Home
last modified time | relevance | path

Searched defs:shift (Results 1 – 16 of 16) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_64.c39 #define PUSH_SLDI_NEG(reg, shift) \ argument
45 sljit_uw shift; in load_immediate() local
H A DsljitNativeMIPS_64.c31 sljit_s32 shift = 32; in load_immediate() local
H A DsljitNativePPC_common.c248 #define SLWI(shift) (RLWINM | RLWI_SH(shift) | RLWI_MBE(0, 31 - (shift))) argument
249 #define SLDI(shift) (RLDICR | RLDI_SH(shift) | RLDI_ME(63 - (shift))) argument
251 #define SRWI(shift) (RLWINM | RLWI_SH(32 - (shift)) | RLWI_MBE((shift), 31)) argument
252 #define SRDI(shift) (RLDICL | RLDI_SH(64 - (shift)) | RLDI_MB(shift)) argument
255 #define SLWI_W(shift) SLWI(shift) argument
257 #define SLWI_W(shift) SLDI(shift) argument
H A DsljitNativeARM_64.c901 sljit_u32 shift = MEM_SIZE_SHIFT(flags); in emit_op_mem() local
1624 sljit_u32 shift = MEM_SIZE_SHIFT(flags); in emit_fop_mem() local
H A DsljitNativeARM_32.c3244 sljit_uw add, shift; in sljit_emit_mem_unaligned() local
H A DsljitNativeARM_T2_32.c940 #define ALIGN_CHECK(argw, imm, shift) (!((argw) & ~((imm) << (shift)))) argument
/PHP-8.3/Zend/Optimizer/
H A Dnop_removal.c36 uint32_t new_count, i, shift; in zend_optimizer_nop_removal() local
/PHP-8.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c196 int shift = 28, ret = 0; in mbfl_filt_conv_output_hex() local
352 int shift = 28; in convert_cp_to_hex() local
/PHP-8.3/ext/spl/
H A Dspl_dllist.stub.php35 public function shift(): mixed {} function in SplDoublyLinkedList
H A Dspl_dllist.c536 PHP_METHOD(SplDoublyLinkedList, shift) in PHP_METHOD() argument
/PHP-8.3/ext/bcmath/libbcmath/src/
H A Drecmul.c98 static void _bc_shift_addsub(bc_num accum, bc_num val, int shift, bool sub) in _bc_shift_addsub()
/PHP-8.3/ext/standard/
H A Dbase64.c170 const uint8x16_t shift = vbslq_u8(eq_2f, vdupq_n_u8(16), sh); in decode_fromascii() local
720 const __m512i shift = _mm512_mask_mov_epi8(sh, eq_2f, _mm512_set1_epi8(16)); in php_base64_decode_ex_avx512() local
/PHP-8.3/ext/mbstring/
H A Dmbstring.c2766 int shift = 0; in remove_non_encodings_from_elist() local
4991 #define _mm256_shift_epi8(hi, lo, shift) _mm256_alignr_epi8(lo, _mm256_permute2x128_si256(hi, lo, 3… argument
/PHP-8.3/ext/gmp/
H A Dgmp.c337 zend_long shift = zval_get_long(op2); in shift_operator_helper() local
/PHP-8.3/ext/hash/xxhash/
H A Dxxhash.h3410 XXH_FORCE_INLINE xxh_u64 XXH_xorshift64(xxh_u64 v64, int shift) in XXH_xorshift64()
/PHP-8.3/ext/ffi/
H A Dffi.c686 uint64_t shift = 64 - (field->bits % 64); in zend_ffi_bit_field_to_zval() local

Completed in 127 milliseconds