Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c3170 static sljit_s32 update_mem_addr(struct sljit_compiler *compiler, sljit_s32 *mem, sljit_sw *memw, s… in update_mem_addr() function
3258 FAIL_IF(update_mem_addr(compiler, &mem, &memw, 0xfff - 1)); in sljit_emit_mem_unaligned()
3264 FAIL_IF(update_mem_addr(compiler, &mem, &memw, 0xff - 1)); in sljit_emit_mem_unaligned()
3279 FAIL_IF(update_mem_addr(compiler, &mem, &memw, 0xfff - 3)); in sljit_emit_mem_unaligned()
3285 FAIL_IF(update_mem_addr(compiler, &mem, &memw, 0xff - 2)); in sljit_emit_mem_unaligned()
3410 …FAIL_IF(update_mem_addr(compiler, &mem, &memw, (type & SLJIT_MEM_UNALIGNED_16) ? 0xfff - 6 : 0xfff… in sljit_emit_mem()
3422 FAIL_IF(update_mem_addr(compiler, &mem, &memw, 0xfff - 4)); in sljit_emit_mem()
3566 FAIL_IF(update_mem_addr(compiler, &mem, &memw, max_offset)); in sljit_emit_fmem()
3579 FAIL_IF(update_mem_addr(compiler, &mem, &memw, max_offset)); in sljit_emit_fmem()
3613 FAIL_IF(update_mem_addr(compiler, &mem, &memw, 0xfff - 4)); in sljit_emit_fmem()
[all …]
H A DsljitNativeMIPS_common.c3371 static sljit_s32 update_mem_addr(struct sljit_compiler *compiler, sljit_s32 *mem, sljit_sw *memw, s… in update_mem_addr() function
3449 FAIL_IF(update_mem_addr(compiler, &mem, &memw, SIMM_MAX - (2 * SSIZE_OF(sw) - 1))); in sljit_emit_mem()
3471 FAIL_IF(update_mem_addr(compiler, &mem, &memw, SIMM_MAX - SSIZE_OF(sw))); in sljit_emit_mem()
3503 FAIL_IF(update_mem_addr(compiler, &mem, &memw, SIMM_MAX - 1)); in sljit_emit_mem()
3533 FAIL_IF(update_mem_addr(compiler, &mem, &memw, SIMM_MAX - 7)); in sljit_emit_mem()
3551 FAIL_IF(update_mem_addr(compiler, &mem, &memw, SIMM_MAX - 3)); in sljit_emit_mem()
3592 FAIL_IF(update_mem_addr(compiler, &mem, &memw, SIMM_MAX - (type & SLJIT_32) ? 3 : 7)); in sljit_emit_fmem()
H A DsljitNativeARM_T2_32.c2993 static sljit_s32 update_mem_addr(struct sljit_compiler *compiler, sljit_s32 *mem, sljit_sw *memw, s… in update_mem_addr() function
3070 FAIL_IF(update_mem_addr(compiler, &mem, &memw, 0xfff - 4)); in sljit_emit_fmem()
3083 FAIL_IF(update_mem_addr(compiler, &mem, &memw, 0xfff - 4)); in sljit_emit_fmem()

Completed in 41 milliseconds