Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativeARM_32.c2275 sljit_s32 word_arg_offset = 0; in softfloat_call_with_args() local
2308 word_arg_offset += sizeof(sljit_sw); in softfloat_call_with_args()
2353 word_arg_offset -= sizeof(sljit_sw); in softfloat_call_with_args()
2356 SLJIT_ASSERT(stack_offset >= word_arg_offset); in softfloat_call_with_args()
2358 if (stack_offset != word_arg_offset) { in softfloat_call_with_args()
2364 else if (src_offset == word_arg_offset) { in softfloat_call_with_args()
2368 FAIL_IF(push_inst(compiler, MOV | (stack_offset << 10) | (word_arg_offset >> 2))); in softfloat_call_with_args()
2370 …ompiler, data_transfer_insts[WORD_SIZE] | 0x800000 | RN(SLJIT_SP) | (word_arg_offset << 10) | (sta… in softfloat_call_with_args()
DsljitNativeARM_T2_32.c1872 sljit_s32 word_arg_offset = 0; in softfloat_call_with_args() local
1905 word_arg_offset += sizeof(sljit_sw); in softfloat_call_with_args()
1952 word_arg_offset -= sizeof(sljit_sw); in softfloat_call_with_args()
1955 SLJIT_ASSERT(stack_offset >= word_arg_offset); in softfloat_call_with_args()
1957 if (stack_offset != word_arg_offset) { in softfloat_call_with_args()
1963 else if (src_offset == word_arg_offset) { in softfloat_call_with_args()
1967 FAIL_IF(push_inst16(compiler, MOV | (stack_offset >> 2) | (word_arg_offset << 1))); in softfloat_call_with_args()
1969 FAIL_IF(push_inst16(compiler, STR_SP | (word_arg_offset << 6) | ((stack_offset - 16) >> 2))); in softfloat_call_with_args()