| 69 | Type GetParamType3() const { return GetInfo().param_types[2]; } |
| 70 | Type GetParamType(int n) const { return GetInfo().param_types[n - 1]; } |
| 71 | Address GetMemorySize() const { return GetInfo().memory_size; } |
| 72 | |
| 73 | // Get the byte sequence for this opcode, including prefix. |
| 74 | std::vector<uint8_t> GetBytes() const; |
no outgoing calls
no test coverage detected