Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_32.c148 sljit_s32 float_arg_index = 1; in call_with_args() local
165 float_arg_index++; in call_with_args()
171 float_arg_index++; in call_with_args()
200 float_arg_index--; in call_with_args()
201 …FAIL_IF(push_inst(compiler, STF | FD(float_arg_index) | S1(SLJIT_SP) | IMM(float_offset), MOVABLE_… in call_with_args()
205 float_arg_index--; in call_with_args()
206 if (float_arg_index == 4 && double_arg_count == 4) { in call_with_args()
207 …FAIL_IF(push_inst(compiler, STF | FD(float_arg_index) | S1(SLJIT_SP) | IMM((16 + 7) * sizeof(sljit… in call_with_args()
208 …FAIL_IF(push_inst(compiler, STF | FD(float_arg_index) | (1 << 25) | S1(SLJIT_SP) | IMM((16 + 8) * … in call_with_args()
211 …FAIL_IF(push_inst(compiler, STDF | FD(float_arg_index) | S1(SLJIT_SP) | IMM(float_offset), MOVABLE… in call_with_args()

Completed in 4 milliseconds