mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
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:
parent
0dadf81e14
commit
9b5a9b6189
42 changed files with 4881 additions and 498 deletions
|
@ -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 ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue