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

Function get_fpr_double_context_offset

LiveRecomp/live_generator.cpp:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;
239}
240
241constexpr bool is_fpr_u32l(N64Recomp::Operand operand) {
242 return

Callers 1

get_operand_valuesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected