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

Function fpr_u64_to_string

src/cgenerator.cpp:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105static std::string fpr_u64_to_string(int fpr_index) {
106 return fmt::format("ctx->f{}.u64", fpr_index);
107}
108
109static std::string unsigned_reloc(const N64Recomp::InstructionContext& context) {
110 switch (context.reloc_type) {

Callers 1

get_operand_stringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected