Home
last modified time | relevance | path

Searched refs:s6 (Results 1 – 7 of 7) sorted by relevance

/php-src/Zend/asm/
H A Djump_riscv64_sysv_elf_gas.S90 sd s6, 0x90(sp)
128 ld s6, 0x90(sp)
H A Djump_loongarch64_sysv_elf_gas.S67 st.d $s6, $sp, 112
99 ld.d $s6, $sp, 112
H A Djump_mips32_o32_elf_gas.S57 sw $s6, 72($sp) # save S6
94 lw $s6, 72($sp) # restore S6
H A Djump_mips64_n64_elf_gas.S64 sd $s6, 112($sp) # save S6
104 ld $s6, 112($sp) # restore S6
/php-src/ext/standard/tests/strings/
H A Dstrval_variation2.phpt13 $s6 = "\x60\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6a\x6b\x6c\x6d\x6e\x6f";
36 echo bin2hex(strval($s6));
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.h52 _(V6, d6, s6, h6, b6) \
/php-src/ext/standard/
H A Dbase64.c734 const __m512i s6 = _mm512_setr_epi32(0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 13, 14, 0, 0, 0, 0); in php_base64_decode_ex_avx512() local
735 const __m512i t2 = _mm512_permutexvar_epi32(s6, t1); in php_base64_decode_ex_avx512()

Completed in 23 milliseconds