| 84 | } |
| 85 | |
| 86 | uint32_t GetUint32Constant(ValidationState_t& _, uint32_t id) { |
| 87 | auto inst = _.FindDef(id); |
| 88 | return inst->word(3); |
| 89 | } |
| 90 | |
| 91 | std::string GetExtInstName(const ValidationState_t& _, |
| 92 | const Instruction* inst) { |
no test coverage detected