Remove cpu_translator::scarry, cpu_translator::merge

This commit is contained in:
Nekotekina 2019-04-19 13:27:11 +03:00
parent 524aac75ed
commit 42448cf3e5
3 changed files with 7 additions and 19 deletions

View file

@ -5678,7 +5678,8 @@ public:
return;
}
set_vr(op.rt4, merge(get_vr(op.rc), get_vr(op.rb), get_vr(op.ra)));
const auto c = get_vr(op.rc);
set_vr(op.rt4, (get_vr(op.rb) & c) | (get_vr(op.ra) & ~c));
}
void SHUFB(spu_opcode_t op) //