Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c2431 sljit_u32 new_offset, mask; in hardfloat_call_with_args() local
2438 new_offset = 0; in hardfloat_call_with_args()
2442 new_offset++; in hardfloat_call_with_args()
2447 if (offset != new_offset) in hardfloat_call_with_args()
2449 0, (new_offset >> 1) + 1, (offset >> 1) + 1, 0) | ((new_offset & 0x1) ? 0x400000 : 0))); in hardfloat_call_with_args()
2454 new_offset = 0; in hardfloat_call_with_args()
2458 new_offset += 2; in hardfloat_call_with_args()
2463 if (offset != new_offset) in hardfloat_call_with_args()
2464 …FAIL_IF(push_inst(compiler, EMIT_FPU_OPERATION(VMOV_F32, SLJIT_F32_OP, (new_offset >> 1) + 1, (off… in hardfloat_call_with_args()
H A DsljitNativeARM_T2_32.c2030 sljit_u32 new_offset, mask; in hardfloat_call_with_args() local
2037 new_offset = 0; in hardfloat_call_with_args()
2041 new_offset++; in hardfloat_call_with_args()
2046 if (offset != new_offset) in hardfloat_call_with_args()
2047 FAIL_IF(push_inst32(compiler, VMOV_F32 | DD4((new_offset >> 1) + 1) in hardfloat_call_with_args()
2048 | ((new_offset & 0x1) ? 0x400000 : 0) | DM4((offset >> 1) + 1))); in hardfloat_call_with_args()
2053 new_offset = 0; in hardfloat_call_with_args()
2057 new_offset += 2; in hardfloat_call_with_args()
2062 if (offset != new_offset) in hardfloat_call_with_args()
2063 …FAIL_IF(push_inst32(compiler, VMOV_F32 | SLJIT_F32_OP | DD4((new_offset >> 1) + 1) | DM4((offset >… in hardfloat_call_with_args()
/PHP-8.1/ext/date/
H A Dphp_date.c2248 timelib_sll new_offset = 0; in php_date_initialize() local
2293 new_offset = tzobj->tzi.utc_offset; in php_date_initialize()
2296 new_offset = tzobj->tzi.z.utc_offset; in php_date_initialize()
2318 now->z = new_offset; in php_date_initialize()
2321 now->z = new_offset; in php_date_initialize()

Completed in 60 milliseconds