>> * Select instructions depend on their selected operand. > > Doesn't a select instruction also depend on the predicate (boolean) value? Oops, yes, of course. So maybe: * Select instructions depend on their condition and their selected operand. John