Searched defs:shift (Results 1 – 16 of 16) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativePPC_64.c | 39 #define PUSH_SLDI_NEG(reg, shift) \ argument 45 sljit_uw shift; in load_immediate() local
|
H A D | sljitNativeMIPS_64.c | 31 sljit_s32 shift = 32; in load_immediate() local
|
H A D | sljitNativePPC_common.c | 248 #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 D | sljitNativeARM_64.c | 901 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 D | sljitNativeARM_32.c | 3244 sljit_uw add, shift; in sljit_emit_mem_unaligned() local
|
H A D | sljitNativeARM_T2_32.c | 940 #define ALIGN_CHECK(argw, imm, shift) (!((argw) & ~((imm) << (shift)))) argument
|
/PHP-8.3/Zend/Optimizer/ |
H A D | nop_removal.c | 36 uint32_t new_count, i, shift; in zend_optimizer_nop_removal() local
|
/PHP-8.3/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_convert.c | 196 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 D | spl_dllist.stub.php | 35 public function shift(): mixed {} function in SplDoublyLinkedList
|
H A D | spl_dllist.c | 539 PHP_METHOD(SplDoublyLinkedList, shift) in PHP_METHOD() argument
|
/PHP-8.3/ext/bcmath/libbcmath/src/ |
H A D | recmul.c | 98 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 D | base64.c | 170 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 D | mbstring.c | 2776 int shift = 0; in remove_non_encodings_from_elist() local 5016 #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 D | gmp.c | 337 zend_long shift = 0; in shift_operator_helper() local
|
/PHP-8.3/ext/hash/xxhash/ |
H A D | xxhash.h | 3410 XXH_FORCE_INLINE xxh_u64 XXH_xorshift64(xxh_u64 v64, int shift) in XXH_xorshift64()
|
/PHP-8.3/ext/ffi/ |
H A D | ffi.c | 686 uint64_t shift = 64 - (field->bits % 64); in zend_ffi_bit_field_to_zval() local
|
Completed in 103 milliseconds