Searched refs:Umulh (Results 1 – 2 of 2) sorted by relevance
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 1596 __ Umulh(x0, x20, x24); in TEST() local 1597 __ Umulh(x1, x21, x24); in TEST() local 1598 __ Umulh(x2, x22, x23); in TEST() local 1599 __ Umulh(x3, x22, x24); in TEST() local 1600 __ Umulh(x4, x24, x25); in TEST() local 1601 __ Umulh(x5, x23, x27); in TEST() local 1602 __ Umulh(x6, x26, x26); in TEST() local 1603 __ Umulh(x7, x26, x27); in TEST() local 1604 __ Umulh(x8, x27, x27); in TEST() local 1605 __ Umulh(x9, x28, x28); in TEST() local [all …]
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 2477 void Umulh(const Register& xd, const Register& xn, const Register& xm) { in Umulh() function
|