Nemanja Ivanovic 0c56bc92e4 [PowerPC] Fix eq/ne comparison of v2i64 pre-Power8
In commit 1674d9b6b2da, I fixed the bug where we didn't consider
both words of the result of the comparison. However, the logic
needs to be different for eq and ne.
Namely for eq, we need both words of the doubleword to equal so it
is an AND. OTOH for ne, we need either word to be unequal so it
is an OR.
2022-01-26 08:59:08 -06:00
..
2021-05-17 06:08:06 -05:00
2021-04-20 15:49:52 +08:00
2020-03-19 08:34:48 -05:00
2021-08-18 17:52:53 +08:00
2020-06-01 02:30:27 +00:00