130a131,133
> /** Did this instruction execute or is it predicated false */
> bool predicate;
>
373a377,386
> bool readPredicate()
> {
> return predicate;
> }
>
> void setPredicate(bool val)
> {
> predicate = val;
> }
>