8279282: [vectorapi] Matcher::supports_vector_comparison_unsigned is not needed on x86

Reviewed-by: kvn, sviswanathan, vlivanov
This commit is contained in:
Quan Anh Mai 2022-01-20 18:24:53 +00:00 committed by Sandhya Viswanathan
parent 3419ff7ba7
commit 02390c79b1
8 changed files with 104 additions and 138 deletions

View file

@ -1467,6 +1467,7 @@ private:
void movb(Register dst, Address src);
void movddup(XMMRegister dst, XMMRegister src);
void vmovddup(XMMRegister dst, Address src, int vector_len);
void kandbl(KRegister dst, KRegister src1, KRegister src2);
void kandwl(KRegister dst, KRegister src1, KRegister src2);