Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c656 static sljit_u8 word_arg_regs[5] = { 0, SLJIT_R3, SLJIT_R1, SLJIT_R2, TMP_REG1 }; in call_with_args() local
679 if (arg_count != word_arg_count || arg_count != word_arg_regs[arg_count]) { in call_with_args()
682 if (src == word_arg_regs[arg_count]) { in call_with_args()
717 if (arg_count != word_arg_count || arg_count != word_arg_regs[arg_count]) in call_with_args()
718 EMIT_MOV(compiler, word_arg_regs[arg_count], 0, word_arg_count, 0); in call_with_args()

Completed in 9 milliseconds