Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_32.c144 sljit_s32 word_reg_index = 8; in call_with_args() local
175 if (reg_index != word_reg_index && reg_index < 14 && reg_index == reg) in call_with_args()
178 word_reg_index++; in call_with_args()
243 word_reg_index--; in call_with_args()
245 if (reg_index != word_reg_index) { in call_with_args()
247 FAIL_IF(push_inst(compiler, OR | DA(reg_index) | S1(0) | S2A(word_reg_index), reg_index)); in call_with_args()
249 … FAIL_IF(push_inst(compiler, STW | DA(word_reg_index) | S1(SLJIT_SP) | IMM(92), word_reg_index)); in call_with_args()

Completed in 7 milliseconds