Searched refs:Umulh (Results 1 – 2 of 2) sorted by relevance
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 1430 __ Umulh(x0, x20, x24); in TEST() local 1431 __ Umulh(x1, x21, x24); in TEST() local 1432 __ Umulh(x2, x22, x23); in TEST() local 1433 __ Umulh(x3, x22, x24); in TEST() local 1434 __ Umulh(x4, x24, x25); in TEST() local 1435 __ Umulh(x5, x23, x27); in TEST() local 1436 __ Umulh(x6, x26, x26); in TEST() local 1437 __ Umulh(x7, x26, x27); in TEST() local 1438 __ Umulh(x8, x27, x27); in TEST() local 1439 __ Umulh(x9, x28, x28); in TEST() local [all …]
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 2068 void Umulh(const Register& xd, const Register& xn, const Register& xm) { in Umulh() function
|