Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c1870 sljit_s32 word_arg_offset = 0; in softfloat_call_with_args() local
1903 word_arg_offset += sizeof(sljit_sw); in softfloat_call_with_args()
1950 word_arg_offset -= sizeof(sljit_sw); in softfloat_call_with_args()
1953 SLJIT_ASSERT(stack_offset >= word_arg_offset); in softfloat_call_with_args()
1955 if (stack_offset != word_arg_offset) { in softfloat_call_with_args()
1961 else if (src_offset == word_arg_offset) { in softfloat_call_with_args()
1965 FAIL_IF(push_inst16(compiler, MOV | (stack_offset >> 2) | (word_arg_offset << 1))); in softfloat_call_with_args()
1967 FAIL_IF(push_inst16(compiler, STR_SP | (word_arg_offset << 6) | ((stack_offset - 16) >> 2))); in softfloat_call_with_args()
H A DsljitNativeARM_32.c2201 sljit_s32 word_arg_offset = 0; in softfloat_call_with_args() local
2234 word_arg_offset += sizeof(sljit_sw); in softfloat_call_with_args()
2279 word_arg_offset -= sizeof(sljit_sw); in softfloat_call_with_args()
2282 SLJIT_ASSERT(stack_offset >= word_arg_offset); in softfloat_call_with_args()
2284 if (stack_offset != word_arg_offset) { in softfloat_call_with_args()
2290 else if (src_offset == word_arg_offset) { in softfloat_call_with_args()
2294 FAIL_IF(push_inst(compiler, MOV | (stack_offset << 10) | (word_arg_offset >> 2))); in softfloat_call_with_args()
2296 …ompiler, data_transfer_insts[WORD_SIZE] | 0x800000 | RN(SLJIT_SP) | (word_arg_offset << 10) | (sta… in softfloat_call_with_args()

Completed in 18 milliseconds