/external/llvm/test/CodeGen/AArch64/ |
D | arm64-vminmaxnm.ll | 4 ; CHECK: fmaxnm.2s v0, v0, v1 6 …%vmaxnm2.i = tail call <2 x float> @llvm.aarch64.neon.fmaxnm.v2f32(<2 x float> %a, <2 x float> %b)… 11 ; CHECK: fmaxnm.4s v0, v0, v1 13 …%vmaxnm2.i = tail call <4 x float> @llvm.aarch64.neon.fmaxnm.v4f32(<4 x float> %a, <4 x float> %b)… 18 ; CHECK: fmaxnm.2d v0, v0, v1 20 …%vmaxnm2.i = tail call <2 x double> @llvm.aarch64.neon.fmaxnm.v2f64(<2 x double> %a, <2 x double> … 46 ; CHECK: fmaxnm s0, s0, s1 48 %vmaxnm2.i = tail call float @llvm.aarch64.neon.fmaxnm.f32(float %a, float %b) nounwind 62 declare <2 x double> @llvm.aarch64.neon.fmaxnm.v2f64(<2 x double>, <2 x double>) nounwind readnone 63 declare <4 x float> @llvm.aarch64.neon.fmaxnm.v4f32(<4 x float>, <4 x float>) nounwind readnone [all …]
|
D | arm64-neon-add-sub.ll | 205 ; CHECK: fmaxnm d{{[0-9]+}}, d{{[0-9]+}}, d{{[0-9]+}} 206 %1 = tail call <1 x double> @llvm.aarch64.neon.fmaxnm.v1f64(<1 x double> %a, <1 x double> %b) 233 declare <1 x double> @llvm.aarch64.neon.fmaxnm.v1f64(<1 x double>, <1 x double>)
|
D | f16-instructions.ll | 687 ; CHECK-NEXT: fmaxnm s0, s0, s1
|
/external/llvm/test/MC/AArch64/ |
D | neon-max-min.s | 100 fmaxnm v0.4h, v1.4h, v2.4h 101 fmaxnm v0.8h, v1.8h, v2.8h 102 fmaxnm v0.2s, v1.2s, v2.2s 103 fmaxnm v31.4s, v15.4s, v16.4s 104 fmaxnm v7.2d, v8.2d, v25.2d
|
D | arm64-fp-encoding.s | 53 fmaxnm h1, h2, h3 54 fmaxnm s1, s2, s3 55 fmaxnm d1, d2, d3 define 62 ; FP16: fmaxnm h1, h2, h3 ; encoding: [0x41,0x68,0xe3,0x1e] 64 ; NO-FP16-NEXT: fmaxnm h1, h2, h3 65 ; CHECK: fmaxnm s1, s2, s3 ; encoding: [0x41,0x68,0x23,0x1e] 66 ; CHECK: fmaxnm d1, d2, d3 ; encoding: [0x41,0x68,0x63,0x1e]
|
D | fullfp16-neon-neg.s | 200 fmaxnm v0.4h, v1.4h, v2.4h 202 fmaxnm v0.8h, v1.8h, v2.8h
|
D | arm64-advsimd.s | 318 fmaxnm.2s v0, v0, v0 388 ; CHECK: fmaxnm.2s v0, v0, v0 ; encoding: [0x00,0xc4,0x20,0x0e] 453 fmaxnm.4h v0, v0, v0 478 ; CHECK: fmaxnm.4h v0, v0, v0 ; encoding: [0x00,0x04,0x40,0x0e] 503 fmaxnm.8h v0, v0, v0 528 ; CHECK: fmaxnm.8h v0, v0, v0 ; encoding: [0x00,0x04,0x40,0x4e]
|
D | basic-a64-diagnostics.s | 1632 fmaxnm d3, s19, d12 define
|
D | neon-diagnostics.s | 1103 fmaxnm v0.2s, v1.2s, v2.2d 1104 fmaxnm v0.4h, v1.8h, v2.4h
|
D | basic-a64-instructions.s | 1896 fmaxnm s16, s17, s18 1915 fmaxnm d16, d17, d18
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-scalar-fp.txt | 50 # FP16: fmaxnm h1, h2, h3 51 # CHECK: fmaxnm s1, s2, s3 52 # CHECK: fmaxnm d1, d2, d3
|
D | neon-instructions.txt | 546 # CHECK: fmaxnm v9.2s, v8.2s, v5.2s 547 # CHECK: fmaxnm v9.4s, v8.4s, v5.4s 548 # CHECK: fmaxnm v11.2d, v10.2d, v7.2d
|
D | basic-a64-instructions.txt | 1462 # CHECK: fmaxnm s16, s17, s18 1482 # CHECK: fmaxnm d16, d17, d18
|
/external/vixl/doc/ |
D | changelog.md | 92 + Added support for `fmadd`, `fnmadd`, `fnmsub`, `fminnm`, `fmaxnm`,
|
D | supported-instructions.md | 2098 void fmaxnm(const VRegister& vd, const VRegister& fn, const VRegister& vm)
|
/external/vixl/src/vixl/a64/ |
D | simulator-a64.h | 2205 V(fmaxnm, FPMaxNM, false) \ 2224 V(fmaxnmp, fmaxnm, FPMaxNM) \
|
D | simulator-a64.cc | 2232 case FMAXNM_d: fmaxnm(vform, rd, rn, rm); break; in VisitFPDataProcessing2Source() 2597 case NEON_FMAXNM: fmaxnm(vf, rd, rn, rm); break; in VisitNEON3Same()
|
D | macro-assembler-a64.h | 1296 fmaxnm(vd, vn, vm); in Fmaxnm()
|
D | assembler-a64.h | 2083 void fmaxnm(const VRegister& vd, const VRegister& fn, const VRegister& vm);
|
/external/v8/test/cctest/ |
D | test-disasm-arm64.cc | 1434 COMPARE(fmaxnm(s31, s0, s1), "fmaxnm s31, s0, s1"); in TEST_() 1435 COMPARE(fmaxnm(d2, d3, d4), "fmaxnm d2, d3, d4"); in TEST_()
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 684 fmaxnm(fd, fn, fm); in Fmaxnm()
|
D | assembler-arm64.h | 1526 void fmaxnm(const FPRegister& fd, const FPRegister& fn, const FPRegister& fm);
|
D | assembler-arm64.cc | 1846 void Assembler::fmaxnm(const FPRegister& fd, in fmaxnm() function in v8::internal::Assembler
|
/external/vixl/test/ |
D | test-simulator-a64.cc | 2509 DEFINE_TEST_FP(fmaxnm, 2Op, Basic) 3734 DEFINE_TEST_NEON_3SAME_FP(fmaxnm, Basic)
|
/external/valgrind/none/tests/arm64/ |
D | fp_and_simd.stdout.exp | 26498 fmaxnm d2, d11, d29 0eecdbcf81ff6c3578e342b9e920ed05 d17ea0f9c5b1e0b8c2da54312d99ba50 5a89c397b… 26499 fmaxnm s2, s11, s29 e0b8eb78a999a75638bfe3b57b2291b8 4a0220ecf0751028a5a696b485678bb8 b34104c98… 26508 fmaxnm v2.2d, v23.2d, v11.2d 7787853f8f7aad93a8bfc457cf753a46 1cb3e1fbac3ffabaa0da1ea991590b6a … 26509 fmaxnm v2.4s, v23.4s, v11.4s fc11d374e649a682c94b36c666671537 5d3d6c5bcbf2e5c958805d6213b071c0 … 26510 fmaxnm v2.2s, v23.2s, v11.2s feaf0fc8924dde9cac2513a54638dd94 b1090bd87427d621a8e26cc75574cae1 …
|