Lines Matching refs:dst_reg

2972 …sljit_s32 dst_reg = (GET_OPCODE(op) == SLJIT_SUB || GET_OPCODE(op) == SLJIT_AND) ? TMP_REG2 : TMP_…  in sljit_emit_op2u()  local
2978 return sljit_emit_op2(compiler, op, dst_reg, 0, src1, src1w, src2, src2w); in sljit_emit_op2u()
2982 sljit_s32 dst_reg, in sljit_emit_op2r() argument
2987 CHECK(check_sljit_emit_op2r(compiler, op, dst_reg, src1, src1w, src2, src2w)); in sljit_emit_op2r()
2993 …piler, ((op & SLJIT_32) ? 0x1a00 /* ar */ : 0xb9080000 /* agr */) | R4A(gpr(dst_reg)) | R0A(tmp0)); in sljit_emit_op2r()
3000 sljit_s32 dst_reg, in sljit_emit_shift_into() argument
3007 sljit_gpr dst_r = gpr(dst_reg); in sljit_emit_shift_into()
3014 CHECK(check_sljit_emit_shift_into(compiler, op, dst_reg, src1_reg, src2_reg, src3, src3w)); in sljit_emit_shift_into()
3020 …return sljit_emit_op2(compiler, (is_right ? SLJIT_ROTR : SLJIT_ROTL) | (op & SLJIT_32), dst_reg, 0… in sljit_emit_shift_into()
3757 sljit_s32 dst_reg, in sljit_emit_select() argument
3763 sljit_gpr dst_r = gpr(dst_reg); in sljit_emit_select()
3767 CHECK(check_sljit_emit_select(compiler, type, dst_reg, src1, src1w, src2_reg)); in sljit_emit_select()
3771 if (dst_reg != src2_reg) { in sljit_emit_select()
3772 if (src1 == dst_reg) { in sljit_emit_select()
3777 if (ADDRESSING_DEPENDS_ON(src1, dst_reg)) { in sljit_emit_select()
4377 sljit_s32 dst_reg, in sljit_emit_atomic_load() argument
4381 CHECK(check_sljit_emit_atomic_load(compiler, op, dst_reg, mem_reg)); in sljit_emit_atomic_load()
4384 return sljit_emit_op1(compiler, op, dst_reg, 0, SLJIT_MEM1(mem_reg), 0); in sljit_emit_atomic_load()