Lines Matching refs:tp4
1498 my ($tp1,$tp2,$tp4,$tp8,$acc)=("%eax","%ebx","%edi","%edx","%r8d");
1503 mov $acc,$tp4
1504 shr \$7,$tp4
1506 sub $tp4,$acc
1515 lea 0($tp2,$tp2),$tp4
1517 and \$0xfefefefe,$tp4
1520 xor $tp4,$acc
1521 mov $acc,$tp4
1527 lea 0($tp4,$tp4),$tp8
1528 xor $tp1,$tp4 # tp4^tp1
1536 xor $tp8,$tp4 # tp4^tp1^tp8
1538 xor $tp4,$tp8 # tp8^(tp8^tp4^tp1)^(tp8^tp2^tp1)=tp8^tp4^tp2
1543 rol \$16,$tp4 # ROTATE(tp4^tp1^tp8,16)
1544 xor $tp4,$tp1