Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c2310 sljit_u32 word_arg_offset = 0; in softfloat_call_with_args() local
2341 word_arg_offset += sizeof(sljit_sw); in softfloat_call_with_args()
2403 word_arg_offset -= sizeof(sljit_sw); in softfloat_call_with_args()
2406 SLJIT_ASSERT(offset >= word_arg_offset); in softfloat_call_with_args()
2408 if (offset != word_arg_offset) { in softfloat_call_with_args()
2414 else if (src_offset == word_arg_offset) { in softfloat_call_with_args()
2418 FAIL_IF(push_inst16(compiler, MOV | (offset >> 2) | (word_arg_offset << 1))); in softfloat_call_with_args()
2420 …FAIL_IF(push_inst16(compiler, STR_SP | (word_arg_offset << 6) | ((offset - 4 * sizeof(sljit_sw)) >… in softfloat_call_with_args()
H A DsljitNativeARM_32.c2733 sljit_u32 word_arg_offset = 0; in softfloat_call_with_args() local
2764 word_arg_offset += sizeof(sljit_sw); in softfloat_call_with_args()
2824 word_arg_offset -= sizeof(sljit_sw); in softfloat_call_with_args()
2827 SLJIT_ASSERT(offset >= word_arg_offset); in softfloat_call_with_args()
2829 if (offset != word_arg_offset) { in softfloat_call_with_args()
2835 else if (src_offset == word_arg_offset) { in softfloat_call_with_args()
2839 FAIL_IF(push_inst(compiler, MOV | (offset << 10) | (word_arg_offset >> 2))); in softfloat_call_with_args()
2841 …FAIL_IF(push_inst(compiler, STR | 0x800000 | RN(SLJIT_SP) | (word_arg_offset << 10) | (offset - 4 … in softfloat_call_with_args()

Completed in 22 milliseconds