Searched refs:float_arg_index (Results 1 – 1 of 1) sorted by relevance
145 sljit_s32 float_arg_index = 1; in call_with_args() local162 float_arg_index++; in call_with_args()168 float_arg_index++; in call_with_args()197 float_arg_index--; in call_with_args()198 …FAIL_IF(push_inst(compiler, STF | FD(float_arg_index) | S1(SLJIT_SP) | IMM(float_offset), MOVABLE_… in call_with_args()202 float_arg_index--; in call_with_args()203 if (float_arg_index == 4 && double_arg_count == 4) { in call_with_args()204 …FAIL_IF(push_inst(compiler, STF | FD(float_arg_index) | S1(SLJIT_SP) | IMM((16 + 7) * sizeof(sljit… in call_with_args()205 …FAIL_IF(push_inst(compiler, STF | FD(float_arg_index) | (1 << 25) | S1(SLJIT_SP) | IMM((16 + 8) * … in call_with_args()208 …FAIL_IF(push_inst(compiler, STDF | FD(float_arg_index) | S1(SLJIT_SP) | IMM(float_offset), MOVABLE… in call_with_args()
Completed in 6 milliseconds