rpcsx/rpcsx-gpu2/lib/gcn-shader/include/shader/dialect/exp.hpp
2024-09-25 16:00:55 +03:00

12 lines
175 B
C++

#pragma once
namespace shader::ir::exp {
enum Op {
EXP = 0,
OpCount
};
inline const char *getInstructionName(unsigned) { return "exp"; }
} // namespace shader::ir::exp