Home | History | Annotate | Download | only in AArch64

Lines Matching full:rint

96 ; CHECK: test_v2f32.rint:
97 define %v2f32 @test_v2f32.rint(%v2f32 %a) {
99 %1 = call %v2f32 @llvm.rint.v2f32(%v2f32 %a)
124 declare %v2f32 @llvm.rint.v2f32(%v2f32) #0
220 ; CHECK: test_v4f32.rint:
221 define %v4f32 @test_v4f32.rint(%v4f32 %a) {
223 %1 = call %v4f32 @llvm.rint.v4f32(%v4f32 %a)
248 declare %v4f32 @llvm.rint.v4f32(%v4f32) #0
344 ; CHECK: test_v2f64.rint:
345 define %v2f64 @test_v2f64.rint(%v2f64 %a) {
347 %1 = call %v2f64 @llvm.rint.v2f64(%v2f64 %a)
372 declare %v2f64 @llvm.rint.v2f64(%v2f64) #0