Searched refs:word_arg_offset (Results 1 – 2 of 2) sorted by relevance
2108 sljit_u32 word_arg_offset = 0; in softfloat_call_with_args() local2139 word_arg_offset += sizeof(sljit_sw); in softfloat_call_with_args()2201 word_arg_offset -= sizeof(sljit_sw); in softfloat_call_with_args()2204 SLJIT_ASSERT(offset >= word_arg_offset); in softfloat_call_with_args()2206 if (offset != word_arg_offset) { in softfloat_call_with_args()2212 else if (src_offset == word_arg_offset) { in softfloat_call_with_args()2216 FAIL_IF(push_inst16(compiler, MOV | (offset >> 2) | (word_arg_offset << 1))); in softfloat_call_with_args()2218 …FAIL_IF(push_inst16(compiler, STR_SP | (word_arg_offset << 6) | ((offset - 4 * sizeof(sljit_sw)) >… in softfloat_call_with_args()
2534 sljit_u32 word_arg_offset = 0; in softfloat_call_with_args() local2565 word_arg_offset += sizeof(sljit_sw); in softfloat_call_with_args()2625 word_arg_offset -= sizeof(sljit_sw); in softfloat_call_with_args()2628 SLJIT_ASSERT(offset >= word_arg_offset); in softfloat_call_with_args()2630 if (offset != word_arg_offset) { in softfloat_call_with_args()2636 else if (src_offset == word_arg_offset) { in softfloat_call_with_args()2640 FAIL_IF(push_inst(compiler, MOV | (offset << 10) | (word_arg_offset >> 2))); in softfloat_call_with_args()2642 …ompiler, data_transfer_insts[WORD_SIZE] | 0x800000 | RN(SLJIT_SP) | (word_arg_offset << 10) | (off… in softfloat_call_with_args()
Completed in 25 milliseconds