Home | History | Annotate | Download | only in NVPTX

Lines Matching full:setcc

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