Lines Matching refs:ssp
4 define i1 @fcmp_float1(float %a) nounwind ssp {
13 define i1 @fcmp_float2(float %a, float %b) nounwind ssp {
22 define i1 @fcmp_double1(double %a) nounwind ssp {
31 define i1 @fcmp_double2(double %a, double %b) nounwind ssp {
41 define float @fcmp_oeq(float %a, float %b) nounwind ssp {
53 define float @fcmp_ogt(float %a, float %b) nounwind ssp {
65 define float @fcmp_oge(float %a, float %b) nounwind ssp {
77 define float @fcmp_olt(float %a, float %b) nounwind ssp {
89 define float @fcmp_ole(float %a, float %b) nounwind ssp {
101 define float @fcmp_ord(float %a, float %b) nounwind ssp {
112 define float @fcmp_uno(float %a, float %b) nounwind ssp {
123 define float @fcmp_ugt(float %a, float %b) nounwind ssp {
134 define float @fcmp_uge(float %a, float %b) nounwind ssp {
145 define float @fcmp_ult(float %a, float %b) nounwind ssp {
156 define float @fcmp_ule(float %a, float %b) nounwind ssp {
167 define float @fcmp_une(float %a, float %b) nounwind ssp {
180 define float @fcmp_one(float %a, float %b) nounwind ssp {
194 define float @fcmp_ueq(float %a, float %b) nounwind ssp {