Home
last modified time | relevance | path

Searched refs:fcvtns (Results 1 – 25 of 59) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
Dneon-scalar-cvt.s143 fcvtns h22, h13
144 fcvtns s22, s13
145 fcvtns d21, d14
Darm64-fp-encoding.s326 fcvtns w1, h2
327 fcvtns w1, s2
328 fcvtns w1, d2
329 fcvtns x1, h2
330 fcvtns x1, s2
331 fcvtns x1, d2
333 ; FP16: fcvtns w1, h2 ; encoding: [0x41,0x00,0xe0,0x1e]
335 ; NO-FP16-NEXT: fcvtns w1, h2
336 ; CHECK: fcvtns w1, s2 ; encoding: [0x41,0x00,0x20,0x1e]
337 ; CHECK: fcvtns w1, d2 ; encoding: [0x41,0x00,0x60,0x1e]
[all …]
Dneon-simd-misc.s549 fcvtns v4.4h, v0.4h
550 fcvtns v6.8h, v8.8h
551 fcvtns v6.4s, v8.4s
552 fcvtns v6.2d, v8.2d
553 fcvtns v4.2s, v0.2s
Dfullfp16-neon-neg.s238 fcvtns h22, h13
330 fcvtns v4.4h, v0.4h
332 fcvtns v6.8h, v8.8h
Darm64-advsimd.s838 fcvtns.2s v0, v0
839 fcvtns.4s v0, v0
840 fcvtns.2d v0, v0
841 fcvtns s0, s0
842 fcvtns d0, d0 define
844 ; CHECK: fcvtns.2s v0, v0 ; encoding: [0x00,0xa8,0x21,0x0e]
845 ; CHECK: fcvtns.4s v0, v0 ; encoding: [0x00,0xa8,0x21,0x4e]
846 ; CHECK: fcvtns.2d v0, v0 ; encoding: [0x00,0xa8,0x61,0x4e]
847 ; CHECK: fcvtns s0, s0 ; encoding: [0x00,0xa8,0x21,0x5e]
848 ; CHECK: fcvtns d0, d0 ; encoding: [0x00,0xa8,0x61,0x5e]
Dneon-diagnostics.s5831 fcvtns v0.16b, v31.16b
5832 fcvtns v2.8h, v4.8h
5833 fcvtns v1.8b, v9.8b
5834 fcvtns v13.4h, v21.4h
7006 fcvtns s0, d0
7007 fcvtns d0, s0 define
Dbasic-a64-instructions.s2051 fcvtns w3, s31
2052 fcvtns xzr, s12
2105 fcvtns w3, d31
2106 fcvtns xzr, d12
/external/llvm/test/MC/AArch64/
Dneon-scalar-cvt.s143 fcvtns h22, h13
144 fcvtns s22, s13
145 fcvtns d21, d14
Darm64-fp-encoding.s326 fcvtns w1, h2
327 fcvtns w1, s2
328 fcvtns w1, d2
329 fcvtns x1, h2
330 fcvtns x1, s2
331 fcvtns x1, d2
333 ; FP16: fcvtns w1, h2 ; encoding: [0x41,0x00,0xe0,0x1e]
335 ; NO-FP16-NEXT: fcvtns w1, h2
336 ; CHECK: fcvtns w1, s2 ; encoding: [0x41,0x00,0x20,0x1e]
337 ; CHECK: fcvtns w1, d2 ; encoding: [0x41,0x00,0x60,0x1e]
[all …]
Dneon-simd-misc.s549 fcvtns v4.4h, v0.4h
550 fcvtns v6.8h, v8.8h
551 fcvtns v6.4s, v8.4s
552 fcvtns v6.2d, v8.2d
553 fcvtns v4.2s, v0.2s
Dfullfp16-neon-neg.s238 fcvtns h22, h13
330 fcvtns v4.4h, v0.4h
332 fcvtns v6.8h, v8.8h
Darm64-advsimd.s838 fcvtns.2s v0, v0
839 fcvtns.4s v0, v0
840 fcvtns.2d v0, v0
841 fcvtns s0, s0
842 fcvtns d0, d0 define
844 ; CHECK: fcvtns.2s v0, v0 ; encoding: [0x00,0xa8,0x21,0x0e]
845 ; CHECK: fcvtns.4s v0, v0 ; encoding: [0x00,0xa8,0x21,0x4e]
846 ; CHECK: fcvtns.2d v0, v0 ; encoding: [0x00,0xa8,0x61,0x4e]
847 ; CHECK: fcvtns s0, s0 ; encoding: [0x00,0xa8,0x21,0x5e]
848 ; CHECK: fcvtns d0, d0 ; encoding: [0x00,0xa8,0x61,0x5e]
Dneon-diagnostics.s5891 fcvtns v0.16b, v31.16b
5892 fcvtns v2.8h, v4.8h
5893 fcvtns v1.8b, v9.8b
5894 fcvtns v13.4h, v21.4h
7237 fcvtns s0, d0
7238 fcvtns d0, s0 define
/external/llvm/test/CodeGen/AArch64/
Darm64-cvt.ll168 ;CHECK: fcvtns w0, s0
170 %tmp3 = call i32 @llvm.aarch64.neon.fcvtns.i32.f32(float %A)
176 ;CHECK: fcvtns x0, s0
178 %tmp3 = call i64 @llvm.aarch64.neon.fcvtns.i64.f32(float %A)
184 ;CHECK: fcvtns w0, d0
186 %tmp3 = call i32 @llvm.aarch64.neon.fcvtns.i32.f64(double %A)
192 ;CHECK: fcvtns x0, d0
194 %tmp3 = call i64 @llvm.aarch64.neon.fcvtns.i64.f64(double %A)
198 declare i32 @llvm.aarch64.neon.fcvtns.i32.f32(float) nounwind readnone
199 declare i64 @llvm.aarch64.neon.fcvtns.i64.f32(float) nounwind readnone
[all …]
Darm64-vcvt.ll192 ;CHECK: fcvtns.2s v0, v0
194 %tmp3 = call <2 x i32> @llvm.aarch64.neon.fcvtns.v2i32.v2f32(<2 x float> %A)
201 ;CHECK: fcvtns.4s v0, v0
203 %tmp3 = call <4 x i32> @llvm.aarch64.neon.fcvtns.v4i32.v4f32(<4 x float> %A)
210 ;CHECK: fcvtns.2d v0, v0
212 %tmp3 = call <2 x i64> @llvm.aarch64.neon.fcvtns.v2i64.v2f64(<2 x double> %A)
216 declare <2 x i32> @llvm.aarch64.neon.fcvtns.v2i32.v2f32(<2 x float>) nounwind readnone
217 declare <4 x i32> @llvm.aarch64.neon.fcvtns.v4i32.v4f32(<4 x float>) nounwind readnone
218 declare <2 x i64> @llvm.aarch64.neon.fcvtns.v2i64.v2f64(<2 x double>) nounwind readnone
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-cvt.ll168 ;CHECK: fcvtns w0, s0
170 %tmp3 = call i32 @llvm.aarch64.neon.fcvtns.i32.f32(float %A)
176 ;CHECK: fcvtns x0, s0
178 %tmp3 = call i64 @llvm.aarch64.neon.fcvtns.i64.f32(float %A)
184 ;CHECK: fcvtns w0, d0
186 %tmp3 = call i32 @llvm.aarch64.neon.fcvtns.i32.f64(double %A)
192 ;CHECK: fcvtns x0, d0
194 %tmp3 = call i64 @llvm.aarch64.neon.fcvtns.i64.f64(double %A)
198 declare i32 @llvm.aarch64.neon.fcvtns.i32.f32(float) nounwind readnone
199 declare i64 @llvm.aarch64.neon.fcvtns.i64.f32(float) nounwind readnone
[all …]
Dfp16_intrinsic_scalar_1op.ll9 declare i64 @llvm.aarch64.neon.fcvtns.i64.f16(half)
10 declare i32 @llvm.aarch64.neon.fcvtns.i32.f16(half)
219 ; CHECK: fcvtns w0, h0
222 %fcvt = tail call i32 @llvm.aarch64.neon.fcvtns.i32.f16(half %a)
229 ; CHECK: fcvtns x0, h0
232 %vcvtnh_s64_f16 = tail call i64 @llvm.aarch64.neon.fcvtns.i64.f16(half %a)
Darm64-vcvt.ll192 ;CHECK: fcvtns.2s v0, v0
194 %tmp3 = call <2 x i32> @llvm.aarch64.neon.fcvtns.v2i32.v2f32(<2 x float> %A)
201 ;CHECK: fcvtns.4s v0, v0
203 %tmp3 = call <4 x i32> @llvm.aarch64.neon.fcvtns.v4i32.v4f32(<4 x float> %A)
210 ;CHECK: fcvtns.2d v0, v0
212 %tmp3 = call <2 x i64> @llvm.aarch64.neon.fcvtns.v2i64.v2f64(<2 x double> %A)
216 declare <2 x i32> @llvm.aarch64.neon.fcvtns.v2i32.v2f32(<2 x float>) nounwind readnone
217 declare <4 x i32> @llvm.aarch64.neon.fcvtns.v4i32.v4f32(<4 x float>) nounwind readnone
218 declare <2 x i64> @llvm.aarch64.neon.fcvtns.v2i64.v2f64(<2 x double>) nounwind readnone
/external/capstone/suite/MC/AArch64/
Dneon-scalar-cvt.s.cs23 0xb6,0xa9,0x21,0x5e = fcvtns s22, s13
24 0xd5,0xa9,0x61,0x5e = fcvtns d21, d14
Dneon-simd-misc.s.cs165 0x06,0xa9,0x21,0x4e = fcvtns v6.4s, v8.4s
166 0x06,0xa9,0x61,0x4e = fcvtns v6.2d, v8.2d
167 0x04,0xa8,0x21,0x0e = fcvtns v4.2s, v0.2s
Dbasic-a64-instructions.s.cs805 0xe3,0x03,0x20,0x1e = fcvtns w3, s31
806 0x9f,0x01,0x20,0x9e = fcvtns xzr, s12
829 0xe3,0x03,0x60,0x1e = fcvtns w3, d31
830 0x9f,0x01,0x60,0x9e = fcvtns xzr, d12
/external/vixl/test/aarch64/
Dtest-cpu-features-aarch64.cc565 TEST_FP(fcvtns_0, fcvtns(w0, d1))
566 TEST_FP(fcvtns_1, fcvtns(w0, s1))
567 TEST_FP(fcvtns_2, fcvtns(x0, d1))
568 TEST_FP(fcvtns_3, fcvtns(x0, s1))
3150 TEST_FP_NEON(fcvtns_0, fcvtns(v0.V2S(), v1.V2S()))
3151 TEST_FP_NEON(fcvtns_1, fcvtns(v0.V4S(), v1.V4S()))
3152 TEST_FP_NEON(fcvtns_2, fcvtns(v0.V2D(), v1.V2D()))
3153 TEST_FP_NEON(fcvtns_3, fcvtns(s0, s1))
3154 TEST_FP_NEON(fcvtns_4, fcvtns(d0, d1))
3400 TEST_FP_FPHALF(fcvtns_0, fcvtns(w0, h1))
[all …]
Dtest-trace-aarch64.cc469 __ fcvtns(d30, d15); in GenerateTestSequenceFP() local
470 __ fcvtns(s10, s11); in GenerateTestSequenceFP() local
471 __ fcvtns(w21, d15); in GenerateTestSequenceFP() local
472 __ fcvtns(w18, s10); in GenerateTestSequenceFP() local
473 __ fcvtns(x8, d17); in GenerateTestSequenceFP() local
474 __ fcvtns(x17, s12); in GenerateTestSequenceFP() local
2582 __ fcvtns(v25.V2D(), v10.V2D()); in GenerateTestSequenceNEONFP() local
2583 __ fcvtns(v4.V2S(), v8.V2S()); in GenerateTestSequenceNEONFP() local
2584 __ fcvtns(v29.V4S(), v27.V4S()); in GenerateTestSequenceNEONFP() local
/external/vixl/test/test-trace-reference/
Dlog-disasm-colour393 0x~~~~~~~~~~~~~~~~ 5e61a9fe fcvtns d30, d15
394 0x~~~~~~~~~~~~~~~~ 5e21a96a fcvtns s10, s11
395 0x~~~~~~~~~~~~~~~~ 1e6001f5 fcvtns w21, d15
396 0x~~~~~~~~~~~~~~~~ 1e200152 fcvtns w18, s10
397 0x~~~~~~~~~~~~~~~~ 9e600228 fcvtns x8, d17
398 0x~~~~~~~~~~~~~~~~ 9e200191 fcvtns x17, s12
2231 0x~~~~~~~~~~~~~~~~ 4e61a959 fcvtns v25.2d, v10.2d
2232 0x~~~~~~~~~~~~~~~~ 0e21a904 fcvtns v4.2s, v8.2s
2233 0x~~~~~~~~~~~~~~~~ 4e21ab7d fcvtns v29.4s, v27.4s
Dlog-disasm393 0x~~~~~~~~~~~~~~~~ 5e61a9fe fcvtns d30, d15
394 0x~~~~~~~~~~~~~~~~ 5e21a96a fcvtns s10, s11
395 0x~~~~~~~~~~~~~~~~ 1e6001f5 fcvtns w21, d15
396 0x~~~~~~~~~~~~~~~~ 1e200152 fcvtns w18, s10
397 0x~~~~~~~~~~~~~~~~ 9e600228 fcvtns x8, d17
398 0x~~~~~~~~~~~~~~~~ 9e200191 fcvtns x17, s12
2231 0x~~~~~~~~~~~~~~~~ 4e61a959 fcvtns v25.2d, v10.2d
2232 0x~~~~~~~~~~~~~~~~ 0e21a904 fcvtns v4.2s, v8.2s
2233 0x~~~~~~~~~~~~~~~~ 4e21ab7d fcvtns v29.4s, v27.4s

123