Lines Matching refs:f32

146                                 [(set f64:$RT, (any_fpextend f32:$RB))]>;
241 [(set f32:$RT, (fabs f32:$RA))]>;
245 [(set f32:$RT, (any_fadd f32:$RA, f32:$RB))]>;
249 [(set f32:$RT, (any_fpround f64:$RB))]>;
256 [(set f32:$RT, (any_sint_to_fp i32:$RB))]>;
263 [(set f32:$RT, (any_uint_to_fp i32:$RB))]>;
283 [(set i32:$RT, (any_fp_to_sint f32:$RB))]>;
294 [(set i32:$RT, (any_fp_to_uint f32:$RB))]>;
298 [(set f32:$RT, (any_fdiv f32:$RA, f32:$RB))]>;
302 [(set f32:$RT, (any_fmul f32:$RA, f32:$RB))]>;
306 [(set f32:$RT, (fneg (fabs f32:$RA)))]>;
310 [(set f32:$RT, (fneg f32:$RA))]>;
314 [(set f32:$RT, (any_fsub f32:$RA, f32:$RB))]>;
800 [(set f32:$RST, (load iaddr:$addr))]>;
803 [(set f32:$RST, (load xaddr:$addr))]>;
806 [(store f32:$RST, iaddr:$addr)]>;
809 [(store f32:$RST, xaddr:$addr)]>;
825 [(set f32:$dst, (select i1:$cond, f32:$T, f32:$F))]>;
830 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETLT)),
832 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETULT)),
834 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETLE)),
836 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETULE)),
838 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETEQ)),
840 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETGE)),
842 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETUGE)),
844 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETGT)),
846 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETUGT)),
848 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETNE)),