Searched defs:Frintp (Results 1 – 2 of 2) sorted by relevance
/external/vixl/test/aarch64/ |
D | test-assembler-fp-aarch64.cc | 2964 __ Frintp(s0, s16); in TEST() local 2965 __ Frintp(s1, s17); in TEST() local 2966 __ Frintp(s2, s18); in TEST() local 2967 __ Frintp(s3, s19); in TEST() local 2968 __ Frintp(s4, s20); in TEST() local 2969 __ Frintp(s5, s21); in TEST() local 2970 __ Frintp(s6, s22); in TEST() local 2971 __ Frintp(s7, s23); in TEST() local 2972 __ Frintp(s8, s24); in TEST() local 2973 __ Frintp(s9, s25); in TEST() local [all …]
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 4628 void Frintp(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Frintp() function 4633 void Frintp(const ZRegister& zd, const PRegisterZ& pg, const ZRegister& zn) { in Frintp() function
|