S_CMPK_EQ_U32
This commit is contained in:
parent
f4cfd0344e
commit
f1c028dd48
|
@ -98,6 +98,7 @@ public:
|
||||||
void S_ADDK_I32(const GcnInst& inst);
|
void S_ADDK_I32(const GcnInst& inst);
|
||||||
void S_MAX_U32(const GcnInst& inst);
|
void S_MAX_U32(const GcnInst& inst);
|
||||||
void S_MIN_U32(const GcnInst& inst);
|
void S_MIN_U32(const GcnInst& inst);
|
||||||
|
void S_CMPK_EQ_U32(const GcnInst& inst);
|
||||||
|
|
||||||
// Scalar Memory
|
// Scalar Memory
|
||||||
void S_LOAD_DWORD(int num_dwords, const GcnInst& inst);
|
void S_LOAD_DWORD(int num_dwords, const GcnInst& inst);
|
||||||
|
|
Loading…
Reference in New Issue