Searched refs:Smulh (Results 1 – 4 of 4) sorted by relevance
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 1261 __ 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 …]
|
D | test-disasm-sve-aarch64.cc | 2443 COMPARE_MACRO(Smulh(z23.VnB(), p0.Merging(), z23.VnB(), z3.VnB()), in TEST() 2445 COMPARE_MACRO(Smulh(z23.VnH(), p0.Merging(), z13.VnH(), z23.VnH()), in TEST() 2447 COMPARE_MACRO(Smulh(z23.VnD(), p0.Merging(), z30.VnD(), z31.VnD()), in TEST()
|
D | test-assembler-sve-aarch64.cc | 4866 ArithPredicatedFn fn = &MacroAssembler::Smulh; in TEST_SVE()
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 2350 void Smulh(const Register& xd, const Register& xn, const Register& xm) { in Smulh() function 3066 V(smulh, Smulh) \ 6813 void Smulh(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm) { in Smulh() function
|