Searched refs:Fmaxnm (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 594 void MacroAssembler::Fmaxnm(const VRegister& fd, const VRegister& fn, in Fmaxnm() function
|
D | macro-assembler-arm64.h | 1338 inline void Fmaxnm(const VRegister& fd, const VRegister& fn,
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 11637 __ Fmaxnm(d31, d0, d1); in FminFmaxDoubleHelper() local 11741 __ Fmaxnm(s31, s0, s1); in FminFmaxFloatHelper() local 11866 __ Fmaxnm(h31, h0, h1); in FminFmaxFloat16Helper() local 11867 __ Fmaxnm(v8.V4H(), v0.V4H(), v1.V4H()); in FminFmaxFloat16Helper() local 11868 __ Fmaxnm(v9.V8H(), v0.V8H(), v1.V8H()); in FminFmaxFloat16Helper() local 26190 __ Fmaxnm(v6.V8H(), v0.V8H(), v1.V8H()); in TEST() local 26191 __ Fmaxnm(v7.V8H(), v2.V8H(), v3.V8H()); in TEST() local 26192 __ Fmaxnm(v8.V8H(), v4.V8H(), v0.V8H()); in TEST() local 26193 __ Fmaxnm(v9.V8H(), v5.V8H(), v1.V8H()); in TEST() local 26194 __ Fmaxnm(v10.V4H(), v0.V4H(), v1.V4H()); in TEST() local [all …]
|
D | test-disasm-aarch64.cc | 4947 COMPARE_MACRO(Fmaxnm(v0.V8H(), v1.V8H(), v2.V8H()), in TEST() 4949 COMPARE_MACRO(Fmaxnm(v3.V4H(), v4.V4H(), v5.V4H()), in TEST() 5132 COMPARE_MACRO(Fmaxnm(v21.M, v22.M, v23.M), \ in TEST()
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 1476 void Fmaxnm(const VRegister& vd, const VRegister& vn, const VRegister& vm) { in Fmaxnm() function
|