-
Notifications
You must be signed in to change notification settings - Fork 0
Predicate
Simon Amtoft Pedersen edited this page May 5, 2020
·
2 revisions
Table showcasing an example of each Predicate instruction.
| Example | Explanation |
|---|---|
| pand p7 = p0, p2 | Sets p7 to true if p0 and p2 both are true, otherwise false |
| por p7 = p6, p1 | Sets p7 to false if both p6 and p1 are false, otherwise true |
| pxor p6 = p0, p6 | Sets p6 to true if p6 is false, since p0 is always true |