Lines Matching refs:OtherVT
154 def brtarget : Operand<OtherVT>;
246 def COND_OEQ : PatFrags<(ops), [(OtherVT SETOEQ), (OtherVT SETEQ)]>;
247 def COND_ONE : PatFrags<(ops), [(OtherVT SETONE), (OtherVT SETNE)]>;
248 def COND_OGT : PatFrags<(ops), [(OtherVT SETOGT), (OtherVT SETGT)]>;
249 def COND_OGE : PatFrags<(ops), [(OtherVT SETOGE), (OtherVT SETGE)]>;
250 def COND_OLT : PatFrags<(ops), [(OtherVT SETOLT), (OtherVT SETLT)]>;
251 def COND_OLE : PatFrags<(ops), [(OtherVT SETOLE), (OtherVT SETLE)]>;
252 def COND_O : PatFrags<(ops), [(OtherVT SETO)]>;
253 def COND_UO : PatFrags<(ops), [(OtherVT SETUO)]>;
259 def COND_UEQ : PatFrag<(ops), (OtherVT SETUEQ)>;
260 def COND_UNE : PatFrag<(ops), (OtherVT SETUNE)>;
261 def COND_UGT : PatFrag<(ops), (OtherVT SETUGT)>;
262 def COND_UGE : PatFrag<(ops), (OtherVT SETUGE)>;
263 def COND_ULT : PatFrag<(ops), (OtherVT SETULT)>;
264 def COND_ULE : PatFrag<(ops), (OtherVT SETULE)>;
268 def COND_UNE_NE : PatFrags<(ops), [(OtherVT SETUNE), (OtherVT SETNE)]>;
274 def COND_SGT : PatFrag<(ops), (OtherVT SETGT)>;
275 def COND_SGE : PatFrag<(ops), (OtherVT SETGE)>;
276 def COND_SLT : PatFrag<(ops), (OtherVT SETLT)>;
277 def COND_SLE : PatFrag<(ops), (OtherVT SETLE)>;
283 def COND_EQ : PatFrags<(ops), [(OtherVT SETEQ), (OtherVT SETUEQ)]>;
284 def COND_NE : PatFrags<(ops), [(OtherVT SETNE), (OtherVT SETUNE)]>;
287 //def COND_NULL : PatLeaf<(OtherVT null_frag)>;