Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_32.c166 if (reg_index == reg) in call_with_args()
168 reg_index++; in call_with_args()
173 if (reg_index == reg || reg_index + 1 == reg) in call_with_args()
175 reg_index += 2; in call_with_args()
178 if (reg_index != word_reg_index && reg_index < 14 && reg_index == reg) in call_with_args()
180 reg_index++; in call_with_args()
226 reg_index--; in call_with_args()
227 if (reg_index < 14) in call_with_args()
232 reg_index -= 2; in call_with_args()
245 reg_index--; in call_with_args()
[all …]

Completed in 13 milliseconds