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

Function fpr_double_to_string

src/cgenerator.cpp:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92static std::string fpr_double_to_string(int fpr_index) {
93 return fmt::format("ctx->f{}.d", fpr_index);
94}
95
96static std::string fpr_u32l_to_string(int fpr_index) {
97 if (fpr_index & 1) {

Callers 1

get_operand_stringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected