Lines Matching refs:dst_ar

2786 	sljit_s32 dst_ar = RETURN_ADDR_REG;  in sljit_emit_op_dst()  local
2798 dst_ar = DR(FAST_IS_REG(dst) ? dst : TMP_REG2); in sljit_emit_op_dst()
2799 …FAIL_IF(emit_op_mem(compiler, WORD_DATA | LOAD_DATA, dst_ar, SLJIT_MEM1(SLJIT_SP), compiler->local… in sljit_emit_op_dst()
2804 FAIL_IF(emit_op_mem(compiler, WORD_DATA, dst_ar, dst, dstw)); in sljit_emit_op_dst()
3586 sljit_s32 src_ar, dst_ar, invert; in sljit_emit_op_flags() local
3599 dst_ar = DR((op < SLJIT_ADD && FAST_IS_REG(dst)) ? dst : TMP_REG2); in sljit_emit_op_flags()
3614 FAIL_IF(push_inst(compiler, SLTIU | SA(EQUAL_FLAG) | TA(dst_ar) | IMM(1), dst_ar)); in sljit_emit_op_flags()
3615 src_ar = dst_ar; in sljit_emit_op_flags()
3623 FAIL_IF(push_inst(compiler, SLTIU | SA(OTHER_FLAG) | TA(dst_ar) | IMM(1), dst_ar)); in sljit_emit_op_flags()
3624 src_ar = dst_ar; in sljit_emit_op_flags()
3647 FAIL_IF(push_inst(compiler, MFC1 | TA(dst_ar) | FS(TMP_FREG3), dst_ar)); in sljit_emit_op_flags()
3649 FAIL_IF(push_inst(compiler, CFC1 | TA(dst_ar) | DA(FCSR_REG), dst_ar)); in sljit_emit_op_flags()
3651 FAIL_IF(push_inst(compiler, SRL | TA(dst_ar) | DA(dst_ar) | SH_IMM(23), dst_ar)); in sljit_emit_op_flags()
3652 FAIL_IF(push_inst(compiler, ANDI | SA(dst_ar) | TA(dst_ar) | IMM(1), dst_ar)); in sljit_emit_op_flags()
3653 src_ar = dst_ar; in sljit_emit_op_flags()
3657 FAIL_IF(push_inst(compiler, XORI | SA(src_ar) | TA(dst_ar) | IMM(1), dst_ar)); in sljit_emit_op_flags()
3658 src_ar = dst_ar; in sljit_emit_op_flags()
3665 if (src_ar != dst_ar) in sljit_emit_op_flags()
3666 return push_inst(compiler, ADDU_W | SA(src_ar) | TA(0) | DA(dst_ar), dst_ar); in sljit_emit_op_flags()