Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc658 int MaxLaneCountFromFormat(VectorFormat vform) { in MaxLaneCountFromFormat() function
Dinstructions-aarch64.h551 int MaxLaneCountFromFormat(VectorFormat vform);
/external/v8/src/arm64/
Dinstructions-arm64.h484 int MaxLaneCountFromFormat(VectorFormat vform);
Dinstructions-arm64.cc579 int MaxLaneCountFromFormat(VectorFormat vform) { in MaxLaneCountFromFormat() function
/external/vixl/test/aarch64/
Dtest-simulator-aarch64.cc1757 const unsigned vd_lanes_per_q = MaxLaneCountFromFormat(vd_form); in Test1OpAcrossNEON()
2014 const unsigned vd_lane_count = MaxLaneCountFromFormat(vd_form); in Test2OpNEON()
2278 const unsigned vd_lane_count = MaxLaneCountFromFormat(vd_form); in TestByElementNEON()