Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c806 static sljit_u8 word_arg_regs[5] = { 0, SLJIT_R3, SLJIT_R1, SLJIT_R2, TMP_REG1 }; in call_with_args() local
829 if (arg_count != word_arg_count || arg_count != word_arg_regs[arg_count]) { in call_with_args()
832 if (src == word_arg_regs[arg_count]) { in call_with_args()
861 if (arg_count != word_arg_count || arg_count != word_arg_regs[arg_count]) in call_with_args()
862 EMIT_MOV(compiler, word_arg_regs[arg_count], 0, word_arg_count, 0); in call_with_args()

Completed in 7 milliseconds