Home
last modified time | relevance | path

Searched refs:f32_offset (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c1148 sljit_u32 old_offset, f32_offset; in sljit_emit_enter() local
1255 f32_offset = 0; in sljit_emit_enter()
1266 if (f32_offset != 0) { in sljit_emit_enter()
1267 *remap_ptr++ = VMOV_F32 | 0x20 | DD4(offset) | DM4(f32_offset); in sljit_emit_enter()
1268 f32_offset = 0; in sljit_emit_enter()
1272 f32_offset = old_offset; in sljit_emit_enter()
2447 sljit_u32 f32_offset = 0; in hardfloat_call_with_args() local
2462 if (f32_offset != 0) { in hardfloat_call_with_args()
2463 FAIL_IF(push_inst32(compiler, VMOV_F32 | 0x400000 | DD4(f32_offset) | DM4(offset))); in hardfloat_call_with_args()
2464 f32_offset = 0; in hardfloat_call_with_args()
[all …]
H A DsljitNativeARM_32.c1069 sljit_u32 old_offset, f32_offset; in sljit_emit_enter() local
1179 f32_offset = 0; in sljit_emit_enter()
1190 if (f32_offset != 0) { in sljit_emit_enter()
1191 *remap_ptr++ = EMIT_FPU_OPERATION(VMOV_F32, 0x20, offset, f32_offset, 0); in sljit_emit_enter()
1192 f32_offset = 0; in sljit_emit_enter()
1196 f32_offset = old_offset; in sljit_emit_enter()
2868 sljit_u32 f32_offset = 0; in hardfloat_call_with_args() local
2884 if (f32_offset != 0) { in hardfloat_call_with_args()
2886 0x400000, f32_offset, offset, 0))); in hardfloat_call_with_args()
2887 f32_offset = 0; in hardfloat_call_with_args()
[all …]

Completed in 19 milliseconds