Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_32.c147 sljit_u32 float_offset = (16 + 6) * sizeof(sljit_sw); in call_with_args() local
203 …FAIL_IF(push_inst(compiler, STDF | FD(float_arg_index) | S1(SLJIT_SP) | IMM(float_offset), MOVABLE… in call_with_args()
204 float_offset -= sizeof(sljit_f64); in call_with_args()
208 …FAIL_IF(push_inst(compiler, STF | FD(float_arg_index) | S1(SLJIT_SP) | IMM(float_offset), MOVABLE_… in call_with_args()
209 float_offset -= sizeof(sljit_f64); in call_with_args()
218 float_offset = (16 + 6) * sizeof(sljit_sw); in call_with_args()
226 … FAIL_IF(push_inst(compiler, LDUW | DA(reg_index) | S1(SLJIT_SP) | IMM(float_offset), reg_index)); in call_with_args()
231 … FAIL_IF(push_inst(compiler, LDD | DA(reg_index) | S1(SLJIT_SP) | IMM(float_offset), reg_index)); in call_with_args()
233 float_offset -= sizeof(sljit_f64); in call_with_args()
238 … FAIL_IF(push_inst(compiler, LDUW | DA(reg_index) | S1(SLJIT_SP) | IMM(float_offset), reg_index)); in call_with_args()
[all …]
H A DsljitNativeSPARC_common.c516 sljit_u32 float_offset, args_offset; in sljit_emit_enter() local
537 float_offset = 16 * sizeof(sljit_sw); in sljit_emit_enter()
544 … FAIL_IF(push_inst(compiler, STW | DA(reg_index) | S1(SLJIT_SP) | IMM(float_offset), MOVABLE_INS)); in sljit_emit_enter()
549 … FAIL_IF(push_inst(compiler, STD | DA(reg_index) | S1(SLJIT_SP) | IMM(float_offset), MOVABLE_INS)); in sljit_emit_enter()
551 float_offset += sizeof(sljit_f64); in sljit_emit_enter()
555 … FAIL_IF(push_inst(compiler, STW | DA(reg_index) | S1(SLJIT_SP) | IMM(float_offset), MOVABLE_INS)); in sljit_emit_enter()
556 float_offset += sizeof(sljit_f64); in sljit_emit_enter()
565 float_offset = 16 * sizeof(sljit_sw); in sljit_emit_enter()
577 …FAIL_IF(push_inst(compiler, LDF | FD(float_arg_index) | S1(SLJIT_SP) | IMM(float_offset), MOVABLE_… in sljit_emit_enter()
585 float_offset += sizeof(sljit_f64); in sljit_emit_enter()
[all …]

Completed in 10 milliseconds