Home
last modified time | relevance | path

Searched refs:shift (Results 26 – 50 of 80) sorted by relevance

1234

/php-src/ext/opcache/tests/jit/
H A Dreg_alloc_009.phpt19 Fatal error: Uncaught ArithmeticError: Bit shift by negative number in %sreg_alloc_009.php:4
H A Dshift_left_001.phpt36 Exception (ArithmeticError): Bit shift by negative number
H A Dshift_right_001.phpt42 Exception (ArithmeticError): Bit shift by negative number
H A Dshift_left_002.phpt48 Exception (ArithmeticError): Bit shift by negative number
H A Dbool_not_002.phpt29 Fatal error: Uncaught ArithmeticError: Bit shift by negative number in %sbool_not_002.php:6
H A Dshift_right_002.phpt54 Exception (ArithmeticError): Bit shift by negative number
H A Dshift_right_004.phpt37 Fatal error: Uncaught ArithmeticError: Bit shift by negative number in %sshift_right_004.php:8
/php-src/Zend/tests/
H A Dbug69758.phpt2 Bug #69758 (Item added to array not being removed by array_pop/shift)
/php-src/ext/bcmath/libbcmath/src/
H A Drecmul.c97 static void _bc_shift_addsub(bc_num accum, bc_num val, int shift, bool sub) in _bc_shift_addsub() argument
106 assert(accum->n_len + accum->n_scale >= shift + count); in _bc_shift_addsub()
109 accp = (signed char *) (accum->n_value + accum->n_len + accum->n_scale - shift - 1); in _bc_shift_addsub()
/php-src/Zend/asm/
H A Dmake_arm64_aapcs_macho_gas.S59 ; shift address in x0 (allocated stack) to lower 16 byte boundary
H A Dmake_arm64_aapcs_elf_gas.S60 # shift address in x0 (allocated stack) to lower 16 byte boundary
H A Dmake_arm_aapcs_macho_gas.S45 @ shift address in A1 to lower 16 byte boundary
H A Dmake_riscv64_sysv_elf_gas.S66 # shift address in a0 (allocated stack) to lower 16 byte boundary
H A Dmake_loongarch64_sysv_elf_gas.S47 # shift address in A0 to lower 16 byte boundary
H A Dmake_arm_aapcs_elf_gas.S48 @ shift address in A1 to lower 16 byte boundary
H A Dmake_mips64_n64_elf_gas.S60 # shift address in A0 to lower 16 byte boundary
H A Dmake_ppc32_sysv_xcoff_gas.S72 # shift address in R3 to lower 16 byte boundary
H A Dmake_ppc64_sysv_xcoff_gas.S84 # shift address in R3 to lower 16 byte boundary
H A Dmake_mips32_o32_elf_gas.S53 # shift address in A0 to lower 16 byte boundary
/php-src/ext/spl/
H A Dspl_dllist.stub.php23 public function shift(): mixed {} function in SplDoublyLinkedList
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm.lua600 local function parse_imm(imm, bits, shift, scale, signed)
609 if s == 0 then return shl(m, shift)
610 elseif s == -1 then return shl(m + shl(1, bits), shift) end
612 if sar(m, bits) == 0 then return shl(m, shift) end
617 waction("IMM", (signed and 32768 or 0)+scale*1024+bits*32+shift, imm)
672 local function parse_shift(shift, gprok)
673 if shift == "rrx" then
676 local s, s2 = match(shift, "^(%S+)%s*(.*)$")
H A Ddasm_arm64.lua251 local function parse_reg(expr, shift, no_vreg)
274 return shl(r, shift), tp
284 if not no_vreg then waction("VREG", shift, vreg) end
320 local function parse_imm(imm, bits, shift, scale, signed)
329 if s == 0 then return shl(m, shift)
330 elseif s == -1 then return shl(m + shl(1, bits), shift) end
332 if sar(m, bits) == 0 then return shl(m, shift) end
337 waction("IMM", (signed and 32768 or 0)+scale*1024+bits*32+shift, imm)
H A Ddasm_mips.lua858 local function parse_imm(imm, bits, shift, scale, signed, action)
865 if s == 0 then return shl(m, shift)
866 elseif s == -1 then return shl(m + shl(1, bits), shift) end
868 if sar(m, bits) == 0 then return shl(m, shift) end
877 (signed and 32768 or 0)+shl(scale, 10)+shl(bits, 5)+shift, imm)
/php-src/ext/dom/tests/modern/spec/
H A DHTMLDocument_importNode_01.phpt2 HTMLDocument::importNode() with namespace should not shift namespaces
/php-src/ext/mbstring/tests/
H A Dmb_send_mail07.phpt34 * the Base64-encoded ISO-2022-KR string contained an extraneous 0xF ('shift out')

Completed in 27 milliseconds

1234