Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c711 sljit_s32 float_arg_count = 0, arg4_reg = 0, arg_offset; in call_with_args() local
715 arg4_reg = SLJIT_R0; in call_with_args()
719 arg4_reg = TMP_REG1; in call_with_args()
744 …EMIT_MOV(compiler, SLJIT_MEM1(SLJIT_SP), arg_offset, (word_arg_count >= 4) ? arg4_reg : word_arg_c… in call_with_args()
746 if (word_arg_count == 1 && arg4_reg == SLJIT_R0) in call_with_args()

Completed in 8 milliseconds