Home
last modified time | relevance | path

Searched defs:Fsqrt (Results 1 – 2 of 2) sorted by relevance

/external/vixl/test/aarch64/
Dtest-assembler-fp-aarch64.cc2205 __ Fsqrt(s0, s16); in TEST() local
2206 __ Fsqrt(s1, s17); in TEST() local
2207 __ Fsqrt(s2, s18); in TEST() local
2208 __ Fsqrt(s3, s19); in TEST() local
2209 __ Fsqrt(s4, s20); in TEST() local
2210 __ Fsqrt(s5, s21); in TEST() local
2211 __ Fsqrt(s6, s22); in TEST() local
2212 __ Fsqrt(d7, d23); in TEST() local
2213 __ Fsqrt(d8, d24); in TEST() local
2214 __ Fsqrt(d9, d25); in TEST() local
[all …]
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h4683 void Fsqrt(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Fsqrt() function
4688 void Fsqrt(const ZRegister& zd, const PRegisterZ& pg, const ZRegister& zn) { in Fsqrt() function