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

Method emit_check_fr

src/cgenerator.cpp:488–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488void N64Recomp::CGenerator::emit_check_fr(int fpr) const {
489 fmt::print(output_file, "CHECK_FR(ctx, {});\n ", fpr);
490}
491
492void N64Recomp::CGenerator::emit_check_nan(int fpr, bool is_double) const {
493 fmt::print(output_file, "NAN_CHECK(ctx->f{}.{}); ", fpr, is_double ? "d" : "fl");

Callers 1

process_instructionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected