Searched refs:s6 (Results 1 – 7 of 7) sorted by relevance
/php-src/Zend/asm/ |
H A D | jump_riscv64_sysv_elf_gas.S | 90 sd s6, 0x90(sp) 128 ld s6, 0x90(sp)
|
H A D | jump_loongarch64_sysv_elf_gas.S | 67 st.d $s6, $sp, 112 99 ld.d $s6, $sp, 112
|
H A D | jump_mips32_o32_elf_gas.S | 57 sw $s6, 72($sp) # save S6 94 lw $s6, 72($sp) # restore S6
|
H A D | jump_mips64_n64_elf_gas.S | 64 sd $s6, 112($sp) # save S6 104 ld $s6, 112($sp) # restore S6
|
/php-src/ext/standard/tests/strings/ |
H A D | strval_variation2.phpt | 13 $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 D | ir_aarch64.h | 52 _(V6, d6, s6, h6, b6) \
|
/php-src/ext/standard/ |
H A D | base64.c | 734 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 16 milliseconds