Lines Matching refs:tp4
1569 my ($tp1,$tp2,$tp4,$tp8,$acc)=("%eax","%ebx","%edi","%edx","%r8d");
1574 mov $acc,$tp4
1575 shr \$7,$tp4
1577 sub $tp4,$acc
1586 lea 0($tp2,$tp2),$tp4
1588 and \$0xfefefefe,$tp4
1591 xor $tp4,$acc
1592 mov $acc,$tp4
1598 lea 0($tp4,$tp4),$tp8
1599 xor $tp1,$tp4 # tp4^tp1
1607 xor $tp8,$tp4 # tp4^tp1^tp8
1609 xor $tp4,$tp8 # tp8^(tp8^tp4^tp1)^(tp8^tp2^tp1)=tp8^tp4^tp2
1614 rol \$16,$tp4 # ROTATE(tp4^tp1^tp8,16)
1615 xor $tp4,$tp1