Reorder declarations

This commit is contained in:
Luke Warner 2024-09-13 11:38:04 -04:00
parent 74e6637714
commit abb658fa8e

View file

@ -103,8 +103,8 @@ public:
void S_ADDK_I32(const GcnInst& inst);
void S_MAX_U32(bool is_signed, const GcnInst& inst);
void S_MIN_U32(bool is_signed, const GcnInst& inst);
void S_CMPK(ConditionOp cond, bool is_signed, const GcnInst& inst);
void S_ABSDIFF_I32(const GcnInst& inst);
void S_CMPK(ConditionOp cond, bool is_signed, const GcnInst& inst);
// Scalar Memory
void S_LOAD_DWORD(int num_dwords, const GcnInst& inst);