Searched defs:Fsqrt (Results 1 – 2 of 2) sorted by relevance
/external/vixl/test/aarch64/ |
D | test-assembler-fp-aarch64.cc | 1977 __ Fsqrt(s0, s16); in TEST() local 1978 __ Fsqrt(s1, s17); in TEST() local 1979 __ Fsqrt(s2, s18); in TEST() local 1980 __ Fsqrt(s3, s19); in TEST() local 1981 __ Fsqrt(s4, s20); in TEST() local 1982 __ Fsqrt(s5, s21); in TEST() local 1983 __ Fsqrt(s6, s22); in TEST() local 1984 __ Fsqrt(d7, d23); in TEST() local 1985 __ Fsqrt(d8, d24); in TEST() local 1986 __ Fsqrt(d9, d25); in TEST() local [all …]
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 4672 void Fsqrt(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Fsqrt() function 4677 void Fsqrt(const ZRegister& zd, const PRegisterZ& pg, const ZRegister& zn) { in Fsqrt() function
|