dolphin-emu / hwtests

Hardware test suite
GNU General Public License v2.0
22 stars 25 forks source link

Add hwtest for PPC flags with dependent conditional branches #28

Open mickdermack opened 8 years ago

mickdermack commented 8 years ago

This essentially tests JIT branch merging by executing different instructions which output flags with different inputs and branching based on the result.

JMC47 commented 8 years ago

@lioncash do we have anyone to review and merge these??