Home
last modified time | relevance | path

Searched refs:new_offset (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c2019 sljit_u32 new_offset, mask; in hardfloat_call_with_args() local
2026 new_offset = 0; in hardfloat_call_with_args()
2030 new_offset++; in hardfloat_call_with_args()
2035 if (offset != new_offset) in hardfloat_call_with_args()
2036 FAIL_IF(push_inst32(compiler, VMOV_F32 | DD4((new_offset >> 1) + 1) in hardfloat_call_with_args()
2037 | ((new_offset & 0x1) ? 0x400000 : 0) | DM4((offset >> 1) + 1))); in hardfloat_call_with_args()
2042 new_offset = 0; in hardfloat_call_with_args()
2046 new_offset += 2; in hardfloat_call_with_args()
2051 if (offset != new_offset) in hardfloat_call_with_args()
2052 …FAIL_IF(push_inst32(compiler, VMOV_F32 | SLJIT_F32_OP | DD4((new_offset >> 1) + 1) | DM4((offset >… in hardfloat_call_with_args()
H A DsljitNativeARM_32.c2348 sljit_u32 new_offset, mask; in hardfloat_call_with_args() local
2355 new_offset = 0; in hardfloat_call_with_args()
2359 new_offset++; in hardfloat_call_with_args()
2364 if (offset != new_offset) in hardfloat_call_with_args()
2366 0, (new_offset >> 1) + 1, (offset >> 1) + 1, 0) | ((new_offset & 0x1) ? 0x400000 : 0))); in hardfloat_call_with_args()
2371 new_offset = 0; in hardfloat_call_with_args()
2375 new_offset += 2; in hardfloat_call_with_args()
2380 if (offset != new_offset) in hardfloat_call_with_args()
2381 …FAIL_IF(push_inst(compiler, EMIT_FPU_OPERATION(VMOV_F32, SLJIT_F32_OP, (new_offset >> 1) + 1, (off… in hardfloat_call_with_args()
/PHP-7.4/ext/date/
H A Dphp_date.c2704 timelib_sll new_offset = 0; in php_date_initialize() local
2741 new_offset = tzobj->tzi.utc_offset; in php_date_initialize()
2744 new_offset = tzobj->tzi.z.utc_offset; in php_date_initialize()
2763 now->z = new_offset; in php_date_initialize()
2766 now->z = new_offset; in php_date_initialize()

Completed in 33 milliseconds