H A D | mve_helper.c | 383 #define DO_VLD4B(OP, O1, O2, O3, O4) \ in DO_VLDR64_SG() argument 389 static const uint8_t off[4] = { O1, O2, O3, O4 }; \ in DO_VLDR64_SG() 430 #define DO_VLD4W(OP, O1, O2, O3, O4) \ argument 436 static const uint8_t off[4] = { O1, O2, O3, O4 }; \ 468 #define DO_VLD2B(OP, O1, O2, O3, O4) \ argument 474 static const uint8_t off[4] = { O1, O2, O3, O4 }; \ 491 #define DO_VLD2H(OP, O1, O2, O3, O4) \ argument 497 static const uint8_t off[4] = { O1, O2, O3, O4 }; \ 515 #define DO_VLD2W(OP, O1, O2, O3, O4) \ argument 521 static const uint8_t off[4] = { O1, O2, O3, O4 }; \ [all …]
|