Home
last modified time | relevance | path

Searched refs:MaxLaneCountFromFormat (Results 1 – 3 of 3) sorted by relevance

/external/vixl/src/aarch64/
Dinstructions-aarch64.h701 int MaxLaneCountFromFormat(VectorFormat vform);
Dinstructions-aarch64.cc1359 int MaxLaneCountFromFormat(VectorFormat vform) { in MaxLaneCountFromFormat() function
/external/vixl/test/aarch64/
Dtest-simulator-aarch64.cc1749 const unsigned vd_lanes_per_q = MaxLaneCountFromFormat(vd_form); in Test1OpAcrossNEON()
2006 const unsigned vd_lane_count = MaxLaneCountFromFormat(vd_form); in Test2OpNEON()
2270 const unsigned vd_lane_count = MaxLaneCountFromFormat(vd_form); in TestByElementNEON()