Lines Matching refs:f32_offset
1056 sljit_u32 old_offset, f32_offset; in sljit_emit_enter() local
1164 f32_offset = 0; in sljit_emit_enter()
1175 if (f32_offset != 0) { in sljit_emit_enter()
1176 *remap_ptr++ = EMIT_FPU_OPERATION(VMOV_F32, 0x20, offset, f32_offset, 0); in sljit_emit_enter()
1177 f32_offset = 0; in sljit_emit_enter()
1181 f32_offset = old_offset; in sljit_emit_enter()
2669 sljit_u32 f32_offset = 0; in hardfloat_call_with_args() local
2685 if (f32_offset != 0) { in hardfloat_call_with_args()
2687 0x400000, f32_offset, offset, 0))); in hardfloat_call_with_args()
2688 f32_offset = 0; in hardfloat_call_with_args()
2693 f32_offset = new_offset; in hardfloat_call_with_args()