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

Method emit_function_call_by_register

src/cgenerator.cpp:413–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413void N64Recomp::CGenerator::emit_function_call_by_register(int reg) const {
414 fmt::print(output_file, "LOOKUP_FUNC({})(rdram, ctx);\n", gpr_to_string(reg));
415}
416
417void N64Recomp::CGenerator::emit_function_call_reference_symbol(const Context& context, uint16_t section_index, size_t symbol_index, uint32_t target_section_offset) const {
418 (void)target_section_offset;

Callers 1

process_instructionFunction · 0.45

Calls 1

gpr_to_stringFunction · 0.85

Tested by

no test coverage detected