Home
last modified time | relevance | path

Searched refs:s11 (Results 1 – 3 of 3) sorted by relevance

/php-src/Zend/asm/
H A Djump_riscv64_sysv_elf_gas.S83 # save s0-s11, ra
95 sd s11, 0xb8(sp)
121 # load s0-s11,ra
133 ld s11, 0xb8(sp)
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.h57 _(V11, d11, s11, h11, b11) \
/php-src/ext/standard/
H A Dstring.c213 zend_string *s11, *s22; in php_spn_common_handler() local
218 Z_PARAM_STR(s11) in php_spn_common_handler()
225 size_t remain_len = ZSTR_LEN(s11); in php_spn_common_handler()
254 RETURN_LONG(php_strspn(ZSTR_VAL(s11) + start /*str1_start*/, in php_spn_common_handler()
256 ZSTR_VAL(s11) + start + len /*str1_end*/, in php_spn_common_handler()
260 RETURN_LONG(php_strcspn(ZSTR_VAL(s11) + start /*str1_start*/, in php_spn_common_handler()
262 ZSTR_VAL(s11) + start + len /*str1_end*/, in php_spn_common_handler()

Completed in 31 milliseconds