| 120 | } |
| 121 | |
| 122 | static std::string signed_reloc(const N64Recomp::InstructionContext& context) { |
| 123 | return "(int16_t)" + unsigned_reloc(context); |
| 124 | } |
| 125 | |
| 126 | void N64Recomp::CGenerator::get_operand_string(Operand operand, UnaryOpType operation, const InstructionContext& context, std::string& operand_string) const { |
| 127 | switch (operand) { |
no test coverage detected