| 235 | } |
| 236 | |
| 237 | constexpr int get_fpr_double_context_offset(int fpr_index) { |
| 238 | return offsetof(recomp_context, f0.d) + sizeof(recomp_context::f0) * fpr_index; |
| 239 | } |
| 240 | |
| 241 | constexpr bool is_fpr_u32l(N64Recomp::Operand operand) { |
| 242 | return |
no outgoing calls
no test coverage detected