Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_32.c150 sljit_s32 float_offset = (16 + 6) * sizeof(sljit_sw); in call_with_args() local
201 …FAIL_IF(push_inst(compiler, STF | FD(float_arg_index) | S1(SLJIT_SP) | IMM(float_offset), MOVABLE_… in call_with_args()
202 float_offset -= sizeof(sljit_f64); 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()
212 float_offset -= sizeof(sljit_f64); in call_with_args()
221 float_offset = (16 + 6) * sizeof(sljit_sw); in call_with_args()
228 … FAIL_IF(push_inst(compiler, LDUW | DA(reg_index) | S1(SLJIT_SP) | IMM(float_offset), reg_index)); in call_with_args()
229 float_offset -= sizeof(sljit_f64); in call_with_args()
235 … FAIL_IF(push_inst(compiler, LDUW | DA(reg_index) | S1(SLJIT_SP) | IMM(float_offset), reg_index)); in call_with_args()
240 … FAIL_IF(push_inst(compiler, LDD | DA(reg_index) | S1(SLJIT_SP) | IMM(float_offset), reg_index)); in call_with_args()
[all …]

Completed in 5 milliseconds