Lines Matching refs:SRC2
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)=@_;
90 mov (+8*0)($SRC2), %rax
101 mov (+8*$i)($SRC2), %rax
115 #MULSTEP_512 MACRO x7, x6, x5, x4, x3, x2, x1, x0, dst, src2, src1_val, tmp
120 my ($x, $DST, $SRC2, $OP, $TMP)=@_;
123 mov (+8*0)($SRC2), %rax
133 mov (+8*$i)($SRC2), %rax
671 # mont_mul_a3b : subroutine to compute (Src1 * Src2) % M (all 512-bits)
673 # src2: Address of source 2: rsi
675 # src2 and result also in: r9, r8, r15, r14, r13, r12, r11, r10
682 # multiply tmp = src1 * src2
683 # For multiply: dst = rcx, src1 = rdi, src2 = rsi