Home
last modified time | relevance | path

Searched refs:fmaxnmp (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm/test/MC/AArch64/
Dneon-max-min-pairwise.s100 fmaxnmp v0.4h, v1.4h, v2.4h
101 fmaxnmp v31.8h, v15.8h, v16.8h
102 fmaxnmp v0.2s, v1.2s, v2.2s
103 fmaxnmp v31.4s, v15.4s, v16.4s
104 fmaxnmp v7.2d, v8.2d, v25.2d
Dfullfp16-neon-neg.s184 fmaxnmp v0.4h, v1.4h, v2.4h
186 fmaxnmp v31.8h, v15.8h, v16.8h
Dneon-diagnostics.s1188 fmaxnmp v0.2s, v1.2s, v2.2d
1189 fmaxnmp v0.4h, v1.8h, v2.4h
2917 fmaxnmp s0, v1.8b
2918 fmaxnmp d31, v2.16b
2919 fmaxnmp v1.2s, v2.2s
Darm64-advsimd.s317 fmaxnmp.2s v0, v0, v0
387 ; CHECK: fmaxnmp.2s v0, v0, v0 ; encoding: [0x00,0xc4,0x20,0x2e]
452 fmaxnmp.4h v0, v0, v0
477 ; CHECK: fmaxnmp.4h v0, v0, v0 ; encoding: [0x00,0x04,0x40,0x2e]
502 fmaxnmp.8h v0, v0, v0
527 ; CHECK: fmaxnmp.8h v0, v0, v0 ; encoding: [0x00,0x04,0x40,0x6e]
/external/capstone/suite/MC/AArch64/
Dneon-max-min-pairwise.s.cs32 0x20,0xc4,0x22,0x2e = fmaxnmp v0.2s, v1.2s, v2.2s
33 0xff,0xc5,0x30,0x6e = fmaxnmp v31.4s, v15.4s, v16.4s
34 0x07,0xc5,0x79,0x6e = fmaxnmp v7.2d, v8.2d, v25.2d
/external/llvm/test/CodeGen/AArch64/
Darm64-fminv.ll80 ; CHECK: fmaxnmp s0, v0.2s
94 ; CHECK: fmaxnmp d0, v0.2d
Darm64-vmax.ll652 ;CHECK: fmaxnmp.2s
655 %tmp3 = call <2 x float> @llvm.aarch64.neon.fmaxnmp.v2f32(<2 x float> %tmp1, <2 x float> %tmp2)
661 ;CHECK: fmaxnmp.4s
664 %tmp3 = call <4 x float> @llvm.aarch64.neon.fmaxnmp.v4f32(<4 x float> %tmp1, <4 x float> %tmp2)
670 ;CHECK: fmaxnmp.2d
673 %tmp3 = call <2 x double> @llvm.aarch64.neon.fmaxnmp.v2f64(<2 x double> %tmp1, <2 x double> %tmp2)
677 declare <2 x float> @llvm.aarch64.neon.fmaxnmp.v2f32(<2 x float>, <2 x float>) nounwind readnone
678 declare <4 x float> @llvm.aarch64.neon.fmaxnmp.v4f32(<4 x float>, <4 x float>) nounwind readnone
679 declare <2 x double> @llvm.aarch64.neon.fmaxnmp.v2f64(<2 x double>, <2 x double>) nounwind readnone
Darm64-vminmaxnm.ll70 ; CHECK: fmaxnmp.2d d0, v0
/external/vixl/test/aarch64/
Dtest-trace-aarch64.cc2620 __ fmaxnmp(d6, v19.V2D()); in GenerateTestSequenceNEONFP() local
2621 __ fmaxnmp(s27, v26.V2S()); in GenerateTestSequenceNEONFP() local
2622 __ fmaxnmp(v8.V2D(), v12.V2D(), v23.V2D()); in GenerateTestSequenceNEONFP() local
2623 __ fmaxnmp(v13.V2S(), v25.V2S(), v22.V2S()); in GenerateTestSequenceNEONFP() local
2624 __ fmaxnmp(v15.V4S(), v11.V4S(), v17.V4S()); in GenerateTestSequenceNEONFP() local
Dtest-cpu-features-aarch64.cc3246 TEST_FP_NEON(fmaxnmp_0, fmaxnmp(s0, v1.V2S()))
3247 TEST_FP_NEON(fmaxnmp_1, fmaxnmp(d0, v1.V2D()))
3248 TEST_FP_NEON(fmaxnmp_2, fmaxnmp(v0.V2S(), v1.V2S(), v2.V2S()))
3249 TEST_FP_NEON(fmaxnmp_3, fmaxnmp(v0.V4S(), v1.V4S(), v2.V4S()))
3250 TEST_FP_NEON(fmaxnmp_4, fmaxnmp(v0.V2D(), v1.V2D(), v2.V2D()))
3656 TEST_FP_NEON_NEONHALF(fmaxnmp_0, fmaxnmp(v0.V4H(), v1.V4H(), v2.V4H()))
3657 TEST_FP_NEON_NEONHALF(fmaxnmp_1, fmaxnmp(v0.V8H(), v1.V8H(), v2.V8H()))
Dtest-simulator-aarch64.cc4617 DEFINE_TEST_NEON_3SAME_FP(fmaxnmp, Basic)
4719 DEFINE_TEST_NEON_2DIFF_FP_SCALAR_SD(fmaxnmp, Basic) in DEFINE_TEST_NEON_2DIFF_FP_SCALAR_SD() argument
Dtest-api-movprfx-aarch64.cc2025 __ fmaxnmp(z2.VnD(), p1.Merging(), z2.VnD(), z14.VnD()); in TEST() local
2880 __ fmaxnmp(z2.VnD(), p1.Merging(), z2.VnD(), z14.VnD()); in TEST() local
3212 __ fmaxnmp(z2.VnD(), p1.Merging(), z2.VnD(), z2.VnD()); in TEST() local
/external/llvm/test/MC/Disassembler/AArch64/
Dneon-instructions.txt619 # CHECK: fmaxnmp v9.2s, v8.2s, v5.2s
620 # CHECK: fmaxnmp v9.4s, v8.4s, v5.4s
621 # CHECK: fmaxnmp v11.2d, v10.2d, v7.2d
/external/vixl/test/test-trace-reference/
Dlog-disasm-colour2266 0x~~~~~~~~~~~~~~~~ 7e70ca66 fmaxnmp d6, v19.2d
2267 0x~~~~~~~~~~~~~~~~ 7e30cb5b fmaxnmp s27, v26.2s
2268 0x~~~~~~~~~~~~~~~~ 6e77c588 fmaxnmp v8.2d, v12.2d, v23.2d
2269 0x~~~~~~~~~~~~~~~~ 2e36c72d fmaxnmp v13.2s, v25.2s, v22.2s
2270 0x~~~~~~~~~~~~~~~~ 6e31c56f fmaxnmp v15.4s, v11.4s, v17.4s
Dlog-disasm2266 0x~~~~~~~~~~~~~~~~ 7e70ca66 fmaxnmp d6, v19.2d
2267 0x~~~~~~~~~~~~~~~~ 7e30cb5b fmaxnmp s27, v26.2s
2268 0x~~~~~~~~~~~~~~~~ 6e77c588 fmaxnmp v8.2d, v12.2d, v23.2d
2269 0x~~~~~~~~~~~~~~~~ 2e36c72d fmaxnmp v13.2s, v25.2s, v22.2s
2270 0x~~~~~~~~~~~~~~~~ 6e31c56f fmaxnmp v15.4s, v11.4s, v17.4s
Dlog-cpufeatures-custom2265 0x~~~~~~~~~~~~~~~~ 7e70ca66 fmaxnmp d6, v19.2d ### {FP, NEON} ###
2266 0x~~~~~~~~~~~~~~~~ 7e30cb5b fmaxnmp s27, v26.2s ### {FP, NEON} ###
2267 0x~~~~~~~~~~~~~~~~ 6e77c588 fmaxnmp v8.2d, v12.2d, v23.2d ### {FP, NEON} ###
2268 0x~~~~~~~~~~~~~~~~ 2e36c72d fmaxnmp v13.2s, v25.2s, v22.2s ### {FP, NEON} ###
2269 0x~~~~~~~~~~~~~~~~ 6e31c56f fmaxnmp v15.4s, v11.4s, v17.4s ### {FP, NEON} ###
Dlog-cpufeatures2265 0x~~~~~~~~~~~~~~~~ 7e70ca66 fmaxnmp d6, v19.2d // Needs: FP, NEON
2266 0x~~~~~~~~~~~~~~~~ 7e30cb5b fmaxnmp s27, v26.2s // Needs: FP, NEON
2267 0x~~~~~~~~~~~~~~~~ 6e77c588 fmaxnmp v8.2d, v12.2d, v23.2d // Needs: FP, NEON
2268 0x~~~~~~~~~~~~~~~~ 2e36c72d fmaxnmp v13.2s, v25.2s, v22.2s // Needs: FP, NEON
2269 0x~~~~~~~~~~~~~~~~ 6e31c56f fmaxnmp v15.4s, v11.4s, v17.4s // Needs: FP, NEON
Dlog-cpufeatures-colour2265 0x~~~~~~~~~~~~~~~~ 7e70ca66 fmaxnmp d6, v19.2d FP, NEON
2266 0x~~~~~~~~~~~~~~~~ 7e30cb5b fmaxnmp s27, v26.2s FP, NEON
2267 0x~~~~~~~~~~~~~~~~ 6e77c588 fmaxnmp v8.2d, v12.2d, v23.2d FP, NEON
2268 0x~~~~~~~~~~~~~~~~ 2e36c72d fmaxnmp v13.2s, v25.2s, v22.2s FP, NEON
2269 0x~~~~~~~~~~~~~~~~ 6e31c56f fmaxnmp v15.4s, v11.4s, v17.4s FP, NEON
Dlog-all9786 0x~~~~~~~~~~~~~~~~ 7e70ca66 fmaxnmp d6, v19.2d
9788 0x~~~~~~~~~~~~~~~~ 7e30cb5b fmaxnmp s27, v26.2s
9790 0x~~~~~~~~~~~~~~~~ 6e77c588 fmaxnmp v8.2d, v12.2d, v23.2d
9792 0x~~~~~~~~~~~~~~~~ 2e36c72d fmaxnmp v13.2s, v25.2s, v22.2s
9794 0x~~~~~~~~~~~~~~~~ 6e31c56f fmaxnmp v15.4s, v11.4s, v17.4s
/external/capstone/arch/AArch64/
DAArch64MappingInsnOp.inc2029 { /* AArch64_FMAXNMPv2f32, ARM64_INS_FMAXNMP: fmaxnmp.2s $rd, $rn, $rm| */
2033 { /* AArch64_FMAXNMPv2f64, ARM64_INS_FMAXNMP: fmaxnmp.2d $rd, $rn, $rm| */
2037 { /* AArch64_FMAXNMPv2i32p, ARM64_INS_FMAXNMP: fmaxnmp.2s $rd, $rn */
2041 { /* AArch64_FMAXNMPv2i64p, ARM64_INS_FMAXNMP: fmaxnmp.2d $rd, $rn */
2045 { /* AArch64_FMAXNMPv4f32, ARM64_INS_FMAXNMP: fmaxnmp.4s $rd, $rn, $rm| */
/external/vixl/src/aarch64/
Dmacro-assembler-sve-aarch64.cc631 V(Fmaxnmp, fmaxnmp) \ in VIXL_SVE_NONCOMM_ARITH_ZZZZII_LIST()
Dassembler-aarch64.h3578 void fmaxnmp(const VRegister& vd, const VRegister& vn, const VRegister& vm);
3581 void fmaxnmp(const VRegister& vd, const VRegister& vn);
5997 void fmaxnmp(const ZRegister& zd,
Dsimulator-aarch64.cc3344 fmaxnmp(vform, result, zdn, zm); in Simulate_ZdnT_PgM_ZdnT_ZmT()
7168 fmaxnmp(vf, rd, rn, rm); in VisitNEON3Same()
7361 SIM_FUNC(FMAXNMP, fmaxnmp); in VisitNEON3SameFP16()
9005 fmaxnmp(vf, rd, rn); in VisitNEONScalarPairwise()
Dassembler-aarch64.cc3706 V(fmaxnmp, NEON_FMAXNMP, 0, 0) \
3904 void Assembler::fmaxnmp(const VRegister& vd, const VRegister& vn) { in fmaxnmp() function in vixl::aarch64::Assembler
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenAsmMatcher.inc12503 "fmad\005fmadd\004fmax\006fmaxnm\007fmaxnmp\007fmaxnmv\005fmaxp\005fmaxv"
14195 …{ 1387 /* fmaxnmp */, AArch64::FMAXNMPv2i16p, Convert__FPRAsmOperandFPR161_0__VectorReg641_1, AMFB…
14196 …{ 1387 /* fmaxnmp */, AArch64::FMAXNMPv2i32p, Convert__FPRAsmOperandFPR321_0__VectorReg641_1, AMFB…
14197 …{ 1387 /* fmaxnmp */, AArch64::FMAXNMPv2i64p, Convert__FPRAsmOperandFPR641_0__VectorReg1281_1, AMF…
14198 …{ 1387 /* fmaxnmp */, AArch64::FMAXNMPv2f64, Convert__VectorReg1281_0__VectorReg1281_2__VectorReg1…
14199 …{ 1387 /* fmaxnmp */, AArch64::FMAXNMPv4f32, Convert__VectorReg1281_0__VectorReg1281_2__VectorReg1…
14200 …{ 1387 /* fmaxnmp */, AArch64::FMAXNMPv8f16, Convert__VectorReg1281_0__VectorReg1281_2__VectorReg1…
14201 …{ 1387 /* fmaxnmp */, AArch64::FMAXNMPv2f32, Convert__VectorReg641_0__VectorReg641_2__VectorReg641…
14202 …{ 1387 /* fmaxnmp */, AArch64::FMAXNMPv4f16, Convert__VectorReg641_0__VectorReg641_2__VectorReg641…
14203 …{ 1387 /* fmaxnmp */, AArch64::FMAXNMP_ZPmZZ_H, Convert__SVEVectorHReg1_0__SVEPredicate3bAnyReg1_1…
[all …]

12