248a249,251
> /** Did this instruction execute, or is it predicated false */
> bool predicate;
>
796a800,809
> bool readPredicate()
> {
> return predicate;
> }
>
> void setPredicate(bool val)
> {
> predicate = val;
> }
>