Searched refs:f32_offset (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeARM_T2_32.c | 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() [all …]
|
H A D | sljitNativeARM_32.c | 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() [all …]
|
Completed in 18 milliseconds