Home | History | Annotate | Download | only in asm

Lines Matching refs:DST

82 #MULSTEP_512_ADD	MACRO	x7, x6, x5, x4, x3, x2, x1, x0, dst, src1, src2, add_src, tmp1, tmp2
87 my ($x, $DST, $SRC2, $ASRC, $OP, $TMP)=@_;
95 mov $X[0], $DST
115 #MULSTEP_512 MACRO x7, x6, x5, x4, x3, x2, x1, x0, dst, src2, src1_val, tmp
120 my ($x, $DST, $SRC2, $OP, $TMP)=@_;
127 mov $X[0], $DST
370 # Dst = Ah * B + Al
372 # Results in X3 X2 X1 X0 X7 X6 X5 X4 Dst[3:0]
425 lea (+$Reduce_Data_offset+$X1_offset+$STACK_DEPTH)(%rsp), %rdi # pX1 (Dst) 769 bits, 13 qwords
674 # Output: dst: Address of destination: [red_res_addr]
683 # For multiply: dst = rcx, src1 = rdi, src2 = rsi
689 # Dst = tmp % m
690 # Call reduce(tmp, m, data, dst)