Lines Matching refs:OtherVT
165 def brtarget : Operand<OtherVT>;
348 def COND_OEQ : PatFrags<(ops), [(OtherVT SETOEQ), (OtherVT SETEQ)]>;
349 def COND_ONE : PatFrags<(ops), [(OtherVT SETONE), (OtherVT SETNE)]>;
350 def COND_OGT : PatFrags<(ops), [(OtherVT SETOGT), (OtherVT SETGT)]>;
351 def COND_OGE : PatFrags<(ops), [(OtherVT SETOGE), (OtherVT SETGE)]>;
352 def COND_OLT : PatFrags<(ops), [(OtherVT SETOLT), (OtherVT SETLT)]>;
353 def COND_OLE : PatFrags<(ops), [(OtherVT SETOLE), (OtherVT SETLE)]>;
354 def COND_O : PatFrags<(ops), [(OtherVT SETO)]>;
355 def COND_UO : PatFrags<(ops), [(OtherVT SETUO)]>;
361 def COND_UEQ : PatFrag<(ops), (OtherVT SETUEQ)>;
362 def COND_UNE : PatFrag<(ops), (OtherVT SETUNE)>;
363 def COND_UGT : PatFrag<(ops), (OtherVT SETUGT)>;
364 def COND_UGE : PatFrag<(ops), (OtherVT SETUGE)>;
365 def COND_ULT : PatFrag<(ops), (OtherVT SETULT)>;
366 def COND_ULE : PatFrag<(ops), (OtherVT SETULE)>;
370 def COND_UNE_NE : PatFrags<(ops), [(OtherVT SETUNE), (OtherVT SETNE)]>;
376 def COND_SGT : PatFrag<(ops), (OtherVT SETGT)>;
377 def COND_SGE : PatFrag<(ops), (OtherVT SETGE)>;
378 def COND_SLT : PatFrag<(ops), (OtherVT SETLT)>;
379 def COND_SLE : PatFrag<(ops), (OtherVT SETLE)>;
385 def COND_EQ : PatFrags<(ops), [(OtherVT SETEQ), (OtherVT SETUEQ)]>;
386 def COND_NE : PatFrags<(ops), [(OtherVT SETNE), (OtherVT SETUNE)]>;
389 //def COND_NULL : PatLeaf<(OtherVT null_frag)>;