Searched defs:Sqdmull (Results 1 – 1 of 1) sorted by relevance
/external/vixl/test/aarch64/ |
D | test-assembler-neon-aarch64.cc | 4521 __ Sqdmull(v16.V4S(), v0.V4H(), v1.H(), 7); in TEST() local 4523 __ Sqdmull(s18, h0, v1.H(), 7); in TEST() local 4600 __ Sqdmull(v16.V4S(), v0.V4H(), v1.V4H()); in TEST() local 4602 __ Sqdmull(v18.V2D(), v2.V2S(), v3.V2S()); in TEST() local 4604 __ Sqdmull(s20, h0, h1); in TEST() local 4605 __ Sqdmull(d21, s2, s3); in TEST() local
|