Lines Matching refs:float
22 /// Match if the original argument (before lowering) was a float.
23 /// For example, this is true for i32's that were lowered from soft-float.
28 /// Match if the original argument (before lowering) was a 128-bit float (i.e.
49 // For soft-float, f128 values are returned in A0_64 rather than V1_64.
54 // For hard-float, f128 values are returned as a pair of f64's rather than a
138 // All integers (except soft-float integers) are promoted to 64-bit.
141 // The only i32's we have left are soft-float arguments.
191 // This presents us with a problem for the calling convention since hard-float
192 // still needs to pass them in FPU registers, and soft-float needs to use $v0,
326 // f128 needs to be handled similarly to f32 and f64 on hard-float. However,
329 // This presents us with a problem for the calling convention since hard-float