mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8278173: [vectorapi] Add x64 intrinsics for unsigned (zero extended) casts
Reviewed-by: psandoz, sviswanathan
This commit is contained in:
parent
a24498b777
commit
0af356bb4b
19 changed files with 466 additions and 62 deletions
|
@ -4234,6 +4234,7 @@ bool MatchRule::is_vector() const {
|
|||
"VectorRearrange","VectorLoadShuffle", "VectorLoadConst",
|
||||
"VectorCastB2X", "VectorCastS2X", "VectorCastI2X",
|
||||
"VectorCastL2X", "VectorCastF2X", "VectorCastD2X",
|
||||
"VectorUCastB2X", "VectorUCastS2X", "VectorUCastI2X",
|
||||
"VectorMaskWrapper","VectorMaskCmp","VectorReinterpret","LoadVectorMasked","StoreVectorMasked",
|
||||
"FmaVD","FmaVF","PopCountVI", "PopCountVL", "VectorLongToMask",
|
||||
// Next are vector mask ops.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue