mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8279282: [vectorapi] Matcher::supports_vector_comparison_unsigned is not needed on x86
Reviewed-by: kvn, sviswanathan, vlivanov
This commit is contained in:
parent
3419ff7ba7
commit
02390c79b1
8 changed files with 104 additions and 138 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue