Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c1242 sljit_u32 old_offset, f32_offset; in sljit_emit_enter() local
1349 f32_offset = 0; in sljit_emit_enter()
1360 if (f32_offset != 0) { in sljit_emit_enter()
1361 *remap_ptr++ = VMOV_F32 | 0x20 | VD4(offset) | VM4(f32_offset); in sljit_emit_enter()
1362 f32_offset = 0; in sljit_emit_enter()
1366 f32_offset = old_offset; in sljit_emit_enter()
2684 sljit_u32 f32_offset = 0; in hardfloat_call_with_args() local
2699 if (f32_offset != 0) { in hardfloat_call_with_args()
2700 FAIL_IF(push_inst32(compiler, VMOV_F32 | 0x400000 | VD4(f32_offset) | VM4(offset))); in hardfloat_call_with_args()
2701 f32_offset = 0; in hardfloat_call_with_args()
[all …]
H A DsljitNativeARM_32.c1142 sljit_u32 old_offset, f32_offset; in sljit_emit_enter() local
1252 f32_offset = 0; in sljit_emit_enter()
1263 if (f32_offset != 0) { in sljit_emit_enter()
1264 *remap_ptr++ = EMIT_FPU_OPERATION(VMOV_F32, 0x20, offset, f32_offset, 0); in sljit_emit_enter()
1265 f32_offset = 0; in sljit_emit_enter()
1269 f32_offset = old_offset; in sljit_emit_enter()
3143 sljit_u32 f32_offset = 0; in hardfloat_call_with_args() local
3159 if (f32_offset != 0) { in hardfloat_call_with_args()
3161 0x400000, f32_offset, offset, 0))); in hardfloat_call_with_args()
3162 f32_offset = 0; in hardfloat_call_with_args()
[all …]

Completed in 32 milliseconds