MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / signed_reloc

Function signed_reloc

src/cgenerator.cpp:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

get_operand_stringMethod · 0.85

Calls 1

unsigned_relocFunction · 0.85

Tested by

no test coverage detected