S_CMPK_EQ_U32

This commit is contained in:
DanielSvoboda 2024-08-13 16:05:53 -03:00 committed by GitHub
parent f4cfd0344e
commit f1c028dd48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -98,6 +98,7 @@ public:
void S_ADDK_I32(const GcnInst& inst);
void S_MAX_U32(const GcnInst& inst);
void S_MIN_U32(const GcnInst& inst);
void S_CMPK_EQ_U32(const GcnInst& inst);
// Scalar Memory
void S_LOAD_DWORD(int num_dwords, const GcnInst& inst);