Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c2547 sljit_u32 word_arg_offset = 0; in softfloat_call_with_args() local
2578 word_arg_offset += sizeof(sljit_sw); in softfloat_call_with_args()
2640 word_arg_offset -= sizeof(sljit_sw); in softfloat_call_with_args()
2643 SLJIT_ASSERT(offset >= word_arg_offset); in softfloat_call_with_args()
2645 if (offset != word_arg_offset) { in softfloat_call_with_args()
2651 else if (src_offset == word_arg_offset) { in softfloat_call_with_args()
2655 FAIL_IF(push_inst16(compiler, MOV | (offset >> 2) | (word_arg_offset << 1))); in softfloat_call_with_args()
2657 …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.c3008 sljit_u32 word_arg_offset = 0; in softfloat_call_with_args() local
3039 word_arg_offset += sizeof(sljit_sw); in softfloat_call_with_args()
3099 word_arg_offset -= sizeof(sljit_sw); in softfloat_call_with_args()
3102 SLJIT_ASSERT(offset >= word_arg_offset); in softfloat_call_with_args()
3104 if (offset != word_arg_offset) { in softfloat_call_with_args()
3110 else if (src_offset == word_arg_offset) { in softfloat_call_with_args()
3114 FAIL_IF(push_inst(compiler, MOV | (offset << 10) | (word_arg_offset >> 2))); in softfloat_call_with_args()
3116 …FAIL_IF(push_inst(compiler, STR | 0x800000 | RN(SLJIT_SP) | (word_arg_offset << 10) | (offset - 4 … in softfloat_call_with_args()

Completed in 23 milliseconds