Lines Matching refs:float_offset
150 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()
237 …FAIL_IF(push_inst(compiler, LDUW | DA(reg_index + 1) | S1(SLJIT_SP) | IMM(float_offset + sizeof(sl… 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()
242 float_offset -= sizeof(sljit_f64); in call_with_args()