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