Home | History | Annotate | Download | only in asm

Lines Matching refs:T_i

15 #   dst = x + ((dst + F(x,y,z) + X[k] + T_i) <<< s)
21 my ($pos, $dst, $x, $y, $z, $k_next, $T_i, $s) = @_;
26 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
38 # dst = x + ((dst + G(x,y,z) + X[k] + T_i) <<< s)
45 my ($pos, $dst, $x, $y, $z, $k_next, $T_i, $s) = @_;
51 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
65 # dst = x + ((dst + H(x,y,z) + X[k] + T_i) <<< s)
71 my ($pos, $dst, $x, $y, $z, $k_next, $T_i, $s) = @_;
75 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
87 # dst = x + ((dst + I(x,y,z) + X[k] + T_i) <<< s)
93 my ($pos, $dst, $x, $y, $z, $k_next, $T_i, $s) = @_;
99 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */