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

Function get_fpr_u64_context_offset

LiveRecomp/live_generator.cpp:265–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265constexpr int get_fpr_u64_context_offset(int fpr_index) {
266 return offsetof(recomp_context, f0.u64) + sizeof(recomp_context::f0) * fpr_index;
267}
268
269void get_gpr_values(int gpr, sljit_sw& out, sljit_sw& outw) {
270 if (gpr == 0) {

Callers 1

get_operand_valuesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected