Searched refs:s11 (Results 1 – 3 of 3) sorted by relevance
/php-src/Zend/asm/ |
H A D | jump_riscv64_sysv_elf_gas.S | 83 # 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 D | ir_aarch64.h | 57 _(V11, d11, s11, h11, b11) \
|
/php-src/ext/standard/ |
H A D | string.c | 212 zend_string *s11, *s22; in php_spn_common_handler() local 217 Z_PARAM_STR(s11) in php_spn_common_handler() 224 size_t remain_len = ZSTR_LEN(s11); in php_spn_common_handler() 253 RETURN_LONG(php_strspn(ZSTR_VAL(s11) + start /*str1_start*/, in php_spn_common_handler() 255 ZSTR_VAL(s11) + start + len /*str1_end*/, in php_spn_common_handler() 258 RETURN_LONG(php_strcspn(ZSTR_VAL(s11) + start /*str1_start*/, in php_spn_common_handler() 260 ZSTR_VAL(s11) + start + len /*str1_end*/, in php_spn_common_handler()
|
Completed in 18 milliseconds