| 239 | } |
| 240 | |
| 241 | constexpr bool is_fpr_u32l(N64Recomp::Operand operand) { |
| 242 | return |
| 243 | operand == N64Recomp::Operand::FdU32L || |
| 244 | operand == N64Recomp::Operand::FsU32L || |
| 245 | operand == N64Recomp::Operand::FtU32L; |
| 246 | return false; |
| 247 | } |
| 248 | |
| 249 | constexpr void get_fpr_u32l_context_offset(int fpr_index, sljit_compiler* compiler, int odd_float_address_register, sljit_sw& out, sljit_sw& outw) { |
| 250 | if (fpr_index & 1) { |
no outgoing calls
no test coverage detected