Lines Matching refs:setcc
948 // setcc convenience fragments.
950 (setcc node:$lhs, node:$rhs, SETOEQ)>;
952 (setcc node:$lhs, node:$rhs, SETOGT)>;
954 (setcc node:$lhs, node:$rhs, SETOGE)>;
956 (setcc node:$lhs, node:$rhs, SETOLT)>;
958 (setcc node:$lhs, node:$rhs, SETOLE)>;
960 (setcc node:$lhs, node:$rhs, SETONE)>;
962 (setcc node:$lhs, node:$rhs, SETO)>;
964 (setcc node:$lhs, node:$rhs, SETUO)>;
966 (setcc node:$lhs, node:$rhs, SETUEQ)>;
968 (setcc node:$lhs, node:$rhs, SETUGT)>;
970 (setcc node:$lhs, node:$rhs, SETUGE)>;
972 (setcc node:$lhs, node:$rhs, SETULT)>;
974 (setcc node:$lhs, node:$rhs, SETULE)>;
976 (setcc node:$lhs, node:$rhs, SETUNE)>;
978 (setcc node:$lhs, node:$rhs, SETEQ)>;
980 (setcc node:$lhs, node:$rhs, SETGT)>;
982 (setcc node:$lhs, node:$rhs, SETGE)>;
984 (setcc node:$lhs, node:$rhs, SETLT)>;
986 (setcc node:$lhs, node:$rhs, SETLE)>;
988 (setcc node:$lhs, node:$rhs, SETNE)>;