Lines Matching refs:float_arg_count
215 sljit_s32 float_arg_count = 0; in call_with_args() local
245 if (word_arg_count == 0 && float_arg_count <= 1) in call_with_args()
246 *offsets_ptr = (sljit_u8)(254 + float_arg_count); in call_with_args()
249 float_arg_count++; in call_with_args()
252 if (word_arg_count == 0 && float_arg_count <= 1) in call_with_args()
253 *offsets_ptr = (sljit_u8)(254 + float_arg_count); in call_with_args()
256 float_arg_count++; in call_with_args()
301 prev_ins = MFHC1 | f64_hi | FS(float_arg_count); in call_with_args()
305 prev_ins = MFC1 | f64_hi | FS(float_arg_count) | (1 << 11); in call_with_args()
308 ins = MFC1 | f64_lo | FS(float_arg_count); in call_with_args()
310 ins = SDC1 | S(SLJIT_SP) | FT(float_arg_count) | IMM(*offsets_ptr); in call_with_args()
314 float_arg_count--; in call_with_args()
318 ins = MFC1 | TA(4 + (*offsets_ptr >> 2)) | FS(float_arg_count); in call_with_args()
320 ins = SWC1 | S(SLJIT_SP) | FT(float_arg_count) | IMM(*offsets_ptr); in call_with_args()
324 float_arg_count--; in call_with_args()