8231441: AArch64: Initial SVE backend support

Co-authored-by: Joshua Zhu <joshua.zhu@arm.com>
Co-authored-by: Yang Zhang <yang.zhang@arm.com>
Reviewed-by: adinn, pli, ihse, vlivanov, eosterlund
This commit is contained in:
Ningsheng Jian 2020-09-02 09:45:44 +08:00
parent 0dadf81e14
commit 9b5a9b6189
42 changed files with 4881 additions and 498 deletions

View file

@ -3942,6 +3942,8 @@ bool MatchRule::is_base_register(FormDict &globals) const {
strcmp(opType,"RegL")==0 ||
strcmp(opType,"RegF")==0 ||
strcmp(opType,"RegD")==0 ||
strcmp(opType,"RegVMask")==0 ||
strcmp(opType,"VecA")==0 ||
strcmp(opType,"VecS")==0 ||
strcmp(opType,"VecD")==0 ||
strcmp(opType,"VecX")==0 ||