Lines Matching refs:f32_offset
1091 sljit_u32 old_offset, f32_offset; in sljit_emit_enter() local
1194 f32_offset = 0; in sljit_emit_enter()
1205 if (f32_offset != 0) { in sljit_emit_enter()
1206 *remap_ptr++ = VMOV_F32 | 0x20 | DD4(offset) | DM4(f32_offset); in sljit_emit_enter()
1207 f32_offset = 0; in sljit_emit_enter()
1211 f32_offset = old_offset; in sljit_emit_enter()
2245 sljit_u32 f32_offset = 0; in hardfloat_call_with_args() local
2260 if (f32_offset != 0) { in hardfloat_call_with_args()
2261 FAIL_IF(push_inst32(compiler, VMOV_F32 | 0x400000 | DD4(f32_offset) | DM4(offset))); in hardfloat_call_with_args()
2262 f32_offset = 0; in hardfloat_call_with_args()
2266 f32_offset = new_offset; in hardfloat_call_with_args()