< prev index next >

src/hotspot/cpu/ppc/ppc.ad

Print this page
rev 60615 : 8231441: Initial SVE backend support
Reviewed-by: adinn, pli
Contributed-by: joshua.zhu@arm.com, yang.zhang@arm.com, ningsheng.jian@arm.com

*** 2377,2386 **** --- 2377,2394 ---- const int Matcher::min_vector_size(const BasicType bt) { return max_vector_size(bt); // Same as max. } + const bool Matcher::supports_scalable_vector() { + return false; + } + + const int Matcher::scalable_vector_reg_size(const BasicType bt) { + return -1; + } + // PPC implementation uses VSX load/store instructions (if // SuperwordUseVSX) which support 4 byte but not arbitrary alignment const bool Matcher::misaligned_vectors_ok() { return false; }
< prev index next >