Searched refs:test_f16 (Results 1 – 20 of 20) sorted by relevance
41 logical, parameter :: test_f16 = leadz(15_16) .EQ. 124 variable84 logical, parameter :: test_f16 = trailz(15_16) .EQ. 0 variable127 logical, parameter :: test_f16 = popcnt(15_16) .EQ. 4 variable170 logical, parameter :: test_f16 = poppar(15_16) .EQ. 0 variable
55 define float @test_f16(half %in) {56 ; CHECK-LABEL: test_f16:
5 name: test_f1611 ; CHECK-LABEL: name: test_f16
78 float16x8_t test_f16(uint8x16_t x) { in test_f16() function
138 name: test_f16.nearbyint147 ; CHECK-LABEL: name: test_f16.nearbyint
144 name: test_f16.nearbyint154 ; CHECK-LABEL: name: test_f16.nearbyint
6 name: test_f16.rint16 ; CHECK-LABEL: name: test_f16.rint
52 name: test_f16.intrinsic_round64 ; CHECK-LABEL: name: test_f16.intrinsic_round
52 name: test_f16.intrinsic_trunc64 ; CHECK-LABEL: name: test_f16.intrinsic_trunc
8 name: test_f16.round19 ; CHECK-LABEL: name: test_f16.round
7 name: test_f16.intrinsic_trunc13 ; NO-FP16-LABEL: name: test_f16.intrinsic_trunc21 ; FP16-LABEL: name: test_f16.intrinsic_trunc
207 name: test_f16.nearbyint215 ; FP16-LABEL: name: test_f16.nearbyint221 ; NO-FP16-LABEL: name: test_f16.nearbyint
8 name: test_f16.round16 ; NO-FP16-LABEL: name: test_f16.round24 ; FP16-LABEL: name: test_f16.round
5 name: test_f16.rint
8 define void @test_f16(ptr %p) {9 ; CHECK-LABEL: @test_f16(
385 ; CHECK-LABEL: test_f16(392 ; CHECK-NEXT: test_f16,396 define half @test_f16(half %a) {397 %r = tail call half @test_f16(half %a);
4743 void test_f16(svbool_t pg, const float16_t *const_f16_ptr) in test_f16() function