Searched defs:Sqdmull (Results 1 – 1 of 1) sorted by relevance
/external/vixl/test/ |
D | test-assembler-a64.cc | 16337 __ Sqdmull(v16.V4S(), v0.V4H(), v1.H(), 7); in TEST() local 16339 __ Sqdmull(s18, h0, v1.H(), 7); in TEST() local 16415 __ Sqdmull(v16.V4S(), v0.V4H(), v1.V4H()); in TEST() local 16417 __ Sqdmull(v18.V2D(), v2.V2S(), v3.V2S()); in TEST() local 16419 __ Sqdmull(s20, h0, h1); in TEST() local 16420 __ Sqdmull(d21, s2, s3); in TEST() local
|