Searched refs:fmaxv (Results 1 – 16 of 16) sorted by relevance
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fminv.ll | 31 %max = call float @llvm.aarch64.neon.fmaxv.f32.v2f32(<2 x float> %in) 37 ; CHECK: fmaxv s0, v0.4s 38 %max = call float @llvm.aarch64.neon.fmaxv.f32.v4f32(<4 x float> %in) 45 %max = call double @llvm.aarch64.neon.fmaxv.f64.v2f64(<2 x double> %in) 49 declare float @llvm.aarch64.neon.fmaxv.f32.v2f32(<2 x float>) 50 declare float @llvm.aarch64.neon.fmaxv.f32.v4f32(<4 x float>) 51 declare double @llvm.aarch64.neon.fmaxv.f64.v2f64(<2 x double>)
|
D | arm64-neon-across.ll | 9 declare float @llvm.aarch64.neon.fmaxv.f32.v4f32(<4 x float>) 431 ; CHECK: fmaxv s{{[0-9]+}}, {{v[0-9]+}}.4s 433 %0 = call float @llvm.aarch64.neon.fmaxv.f32.v4f32(<4 x float> %a)
|
D | arm64-neon-copy.ll | 1032 %0 = call float @llvm.aarch64.neon.fmaxv.f32.v2f32(<2 x float> %a) 1044 %0 = call float @llvm.aarch64.neon.fmaxv.f32.v2f32(<2 x float> %a) 1051 declare float @llvm.aarch64.neon.fmaxv.f32.v2f32(<2 x float>)
|
/external/llvm/test/MC/AArch64/ |
D | neon-across.s | 95 fmaxv h0, v1.4h 99 fmaxv h0, v1.8h 103 fmaxv s0, v1.4s
|
D | fullfp16-neon-neg.s | 76 fmaxv h0, v1.8h
|
D | neon-diagnostics.s | 3819 fmaxv b0, v1.16b 3837 fmaxv h0, v1.8h 3855 fmaxv d0, v1.2d define
|
/external/vixl/src/vixl/a64/ |
D | simulator-a64.h | 2386 LogicVRegister fmaxv(VectorFormat vform,
|
D | macro-assembler-a64.h | 2271 V(fmaxv, Fmaxv) \
|
D | assembler-a64.h | 3023 void fmaxv(const VRegister& vd,
|
D | simulator-a64.cc | 2768 case NEON_FMAXV: fmaxv(vf, rd, rn); break; in VisitNEONAcrossLanes()
|
D | logic-a64.cc | 4248 LogicVRegister Simulator::fmaxv(VectorFormat vform, in fmaxv() function in vixl::Simulator
|
D | assembler-a64.cc | 4063 V(fmaxv, NEON_FMAXV, vd.Is1S()) \
|
/external/vixl/test/ |
D | test-simulator-a64.cc | 4046 DEFINE_TEST_NEON_ACROSS_FP(fmaxv, Basic)
|
/external/vixl/doc/ |
D | supported-instructions.md | 2147 void fmaxv(const VRegister& vd,
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 4024 defm FMAXV : SIMDFPAcrossLanes<0b01111, 0, "fmaxv", int_aarch64_neon_fmaxv>;
|
/external/valgrind/none/tests/arm64/ |
D | fp_and_simd.stdout.exp | 26537 fmaxv s2, v23.4s 0a310924d3812f3aa00d9cfc92a069a4 2fccd9b9c15d84b5a26d3d670101e66b 000000000000…
|