remove DS_MAX - DS_MIN

This commit is contained in:
DanielSvoboda 2024-07-29 19:09:38 -03:00 committed by GitHub
parent 0d145f4f20
commit c1569c7358
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -178,8 +178,6 @@ public:
void DS_SWIZZLE_B32(const GcnInst& inst);
void DS_READ(int bit_size, bool is_signed, bool is_pair, const GcnInst& inst);
void DS_WRITE(int bit_size, bool is_signed, bool is_pair, const GcnInst& inst);
void DS_MAX(int bit_size, const GcnInst& inst);
void DS_MIN(int bit_size, const GcnInst& inst);
void V_READFIRSTLANE_B32(const GcnInst& inst);
void S_BARRIER();