Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SETULT

759   /// SETGE,SETULT,SETULE,SETUGT, and SETUGE opcodes are used.
777 SETULT, // 1 1 0 0 True if unordered or less than
803 return Code == SETUGT || Code == SETUGE || Code == SETULT || Code == SETULE;