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

Function get_fpr_single_context_offset

LiveRecomp/live_generator.cpp:233–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233constexpr int get_fpr_single_context_offset(int fpr_index) {
234 return offsetof(recomp_context, f0.fl) + sizeof(recomp_context::f0) * fpr_index;
235}
236
237constexpr int get_fpr_double_context_offset(int fpr_index) {
238 return offsetof(recomp_context, f0.d) + sizeof(recomp_context::f0) * fpr_index;

Callers 1

get_operand_valuesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected