void genbltz_out(void) { #ifdef INTERPRET_BLTZ_OUT gencallinterp((unsigned int)cached_interpreter_table.BLTZ_OUT, 1); #else if (((dst->addr & 0xFFF) == 0xFFC && (dst->addr < 0x80000000 || dst->addr >= 0xC0000000))||no_compiled_jump) { gencallinterp((unsigned int)cached_interpreter_table.BLTZ_OUT, 1); return; } genbltz_test(); gendelayslot(); gentest_out(); #endif }
void genbgezal_out(void) { #ifdef INTERPRET_BGEZAL_OUT gencallinterp((unsigned int)BGEZAL_OUT, 1); #else if (((dst->addr & 0xFFF) == 0xFFC && (dst->addr < 0x80000000 || dst->addr >= 0xC0000000))||no_compiled_jump) { gencallinterp((unsigned int)BGEZAL_OUT, 1); return; } genbgez_test(); genbranchlink(); gendelayslot(); gentest_out(); #endif }
void genbc1f_out(void) { #ifdef INTERPRET_BC1F_OUT gencallinterp((unsigned int)BC1F_OUT, 1); #else if (((dst->addr & 0xFFF) == 0xFFC && (dst->addr < 0x80000000 || dst->addr >= 0xC0000000))||no_compiled_jump) { gencallinterp((unsigned int)BC1F_OUT, 1); return; } gencheck_cop1_unusable(); genbc1f_test(); gendelayslot(); gentest_out(); #endif }
void genbc1t_out(void) { #ifdef INTERPRET_BC1T_OUT gencallinterp((native_type)cached_interpreter_table.BC1T_OUT, 1); #else if (((dst->addr & 0xFFF) == 0xFFC && (dst->addr < 0x80000000 || dst->addr >= 0xC0000000))||no_compiled_jump) { gencallinterp((native_type)cached_interpreter_table.BC1T_OUT, 1); return; } gencheck_cop1_unusable(); genbc1t_test(); gendelayslot(); gentest_out(); #endif }
void genbc1f_out(void) { #ifdef INTERPRET_BC1F_OUT gencallinterp((unsigned int)cached_interpreter_table.BC1F_OUT, 1); #else if (((g_dev.r4300.recomp.dst->addr & 0xFFF) == 0xFFC && (g_dev.r4300.recomp.dst->addr < 0x80000000 || g_dev.r4300.recomp.dst->addr >= 0xC0000000))||g_dev.r4300.recomp.no_compiled_jump) { gencallinterp((unsigned int)cached_interpreter_table.BC1F_OUT, 1); return; } gencheck_cop1_unusable(); genbc1f_test(); gendelayslot(); gentest_out(); #endif }
void genbltz_out(void) { #if defined(COUNT_INSTR) inc_m32rel(&instr_count[47]); #endif #ifdef INTERPRET_BLTZ_OUT gencallinterp((unsigned long long)BLTZ_OUT, 1); #else if (((dst->addr & 0xFFF) == 0xFFC && (dst->addr < 0x80000000 || dst->addr >= 0xC0000000))||no_compiled_jump) { gencallinterp((unsigned long long)BLTZ_OUT, 1); return; } genbltz_test(); gendelayslot(); gentest_out(); #endif }
void genbc1f_out(usf_state_t * state) { #if defined(COUNT_INSTR) inc_m32rel(state, &state->instr_count[100]); #endif #ifdef INTERPRET_BC1F_OUT gencallinterp(state, (unsigned long long)state->current_instruction_table.BC1F_OUT, 1); #else if (((state->dst->addr & 0xFFF) == 0xFFC && (state->dst->addr < 0x80000000 || state->dst->addr >= 0xC0000000))||state->no_compiled_jump) { gencallinterp(state, (unsigned long long)state->current_instruction_table.BC1F_OUT, 1); return; } gencheck_cop1_unusable(state); genbc1f_test(state); gendelayslot(state); gentest_out(state); #endif }