Searched refs:LaneCountFromFormat (Results 1 - 7 of 7) sorted by relevance

/external/vixl/src/vixl/a64/
H A Dlogic-a64.cc394 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
413 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
427 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
456 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
474 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
512 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
534 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
581 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
593 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
614 for (int i = 0; i < LaneCountFromFormat(vfor
[all...]
H A Dinstructions-a64.cc555 int LaneCountFromFormat(VectorFormat vform) { function in namespace:vixl
H A Dsimulator-a64.h481 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
493 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
516 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
525 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
541 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
H A Dinstructions-a64.h465 int LaneCountFromFormat(VectorFormat vform);
H A Dassembler-a64.cc3810 (vd_index < LaneCountFromFormat(static_cast<VectorFormat>(format))));
3812 (vn_index < LaneCountFromFormat(static_cast<VectorFormat>(format))));
3845 (vd_index < LaneCountFromFormat(static_cast<VectorFormat>(format))));
3878 (vn_index < LaneCountFromFormat(static_cast<VectorFormat>(format))));
3911 (vn_index < LaneCountFromFormat(static_cast<VectorFormat>(format))));
H A Dassembler-a64.h278 lanes_(IsVectorFormat(format) ? LaneCountFromFormat(format) : 1) {
/external/vixl/test/
H A Dtest-simulator-a64.cc1204 const unsigned vd_lane_count = LaneCountFromFormat(vd_form);
1207 const unsigned vn_lane_count = LaneCountFromFormat(vn_form);
1274 const unsigned vd_lane_count = LaneCountFromFormat(vd_form);
1276 const unsigned vn_lane_count = LaneCountFromFormat(vn_form);
1398 const unsigned vn_lane_count = LaneCountFromFormat(vn_form);
1467 const unsigned vd_lane_count = LaneCountFromFormat(vd_form);
1519 const unsigned vn_lane_count = LaneCountFromFormat(vn_form);
1603 const unsigned vd_lane_count = LaneCountFromFormat(vd_form);
1606 const unsigned vn_lane_count = LaneCountFromFormat(vn_form);
1612 const unsigned vm_lane_count = LaneCountFromFormat(vm_for
[all...]

Completed in 288 milliseconds