Home
last modified time | relevance | path

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

/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc1261 __ Smulh(x0, x20, x24); in TEST() local
1262 __ Smulh(x1, x21, x24); in TEST() local
1263 __ Smulh(x2, x22, x23); in TEST() local
1264 __ Smulh(x3, x22, x24); in TEST() local
1265 __ Smulh(x4, x24, x25); in TEST() local
1266 __ Smulh(x5, x23, x27); in TEST() local
1267 __ Smulh(x6, x26, x26); in TEST() local
1268 __ Smulh(x7, x26, x27); in TEST() local
1269 __ Smulh(x8, x27, x27); in TEST() local
1270 __ Smulh(x9, x28, x28); in TEST() local
[all …]
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h2350 void Smulh(const Register& xd, const Register& xn, const Register& xm) { in Smulh() function
6813 void Smulh(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm) { in Smulh() function