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

Function is_fpr_u32l

LiveRecomp/live_generator.cpp:241–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241constexpr 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
249constexpr 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) {

Callers 3

process_binary_opMethod · 0.85
process_unary_opMethod · 0.85
emit_branch_conditionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected