Lines Matching refs:float_arg_count
1235 sljit_u32 float_arg_count; in sljit_emit_enter() local
1297 float_arg_count = 0; in sljit_emit_enter()
1306 …sh_inst(compiler, VMOV2 | (offset << 10) | ((offset + sizeof(sljit_sw)) << 14) | float_arg_count)); in sljit_emit_enter()
1309 | (float_arg_count << 12) | ((offset + (sljit_ins)size - 4 * sizeof(sljit_sw)) >> 2))); in sljit_emit_enter()
1310 float_arg_count++; in sljit_emit_enter()
1315 FAIL_IF(push_inst(compiler, VMOV | (float_arg_count << 16) | (offset << 10))); in sljit_emit_enter()
1318 | (float_arg_count << 12) | ((offset + (sljit_ins)size - 4 * sizeof(sljit_sw)) >> 2))); in sljit_emit_enter()
1319 float_arg_count++; in sljit_emit_enter()
3138 sljit_u32 float_arg_count = 0; in softfloat_call_with_args() local
3157 float_arg_count++; in softfloat_call_with_args()
3162 float_arg_count++; in softfloat_call_with_args()
3197 float_arg_count--; in softfloat_call_with_args()
3207 …piler, VMOV2 | 0x100000 | (offset << 10) | ((offset + sizeof(sljit_sw)) << 14) | float_arg_count)); in softfloat_call_with_args()
3210 | (float_arg_count << 12) | ((offset - 4 * sizeof(sljit_sw)) >> 2))); in softfloat_call_with_args()
3213 float_arg_count--; in softfloat_call_with_args()
3221 FAIL_IF(push_inst(compiler, VMOV | 0x100000 | (float_arg_count << 16) | (offset << 10))); in softfloat_call_with_args()
3224 | (float_arg_count << 12) | ((offset - 4 * sizeof(sljit_sw)) >> 2))); in softfloat_call_with_args()