Lines Matching refs:pn
90 // b<cond>,pn %icc, $imm
91 def : InstAlias<!strconcat(!strconcat("b", cond), ",pn %icc, $imm"),
94 // b<cond>,a,pn %icc, $imm
95 def : InstAlias<!strconcat(!strconcat("b", cond), ",a,pn %icc, $imm"),
114 // b<cond>,pn %xcc, $imm
115 def : InstAlias<!strconcat(!strconcat("b", cond), ",pn %xcc, $imm"),
118 // b<cond>,a,pn %xcc, $imm
119 def : InstAlias<!strconcat(!strconcat("b", cond), ",a,pn %xcc, $imm"),
226 // fb<cond>,pn %fcc0, $imm
227 def : InstAlias<!strconcat(!strconcat("fb", cond), ",pn $cc, $imm"),
231 // fb<cond>,a,pn %fcc0, $imm
232 def : InstAlias<!strconcat(!strconcat("fb", cond), ",a,pn $cc, $imm"),