dynarmic/src/frontend
Lioncash cb456f914b A64: Implement UMLAL{2}, UMLSL{2}, and UMULL{2}
Now that we have the helper function set up for the signed variants, we
can also modify it to be used with the unigned ones by performing a zero
extension instead of a sign extension.
2020-04-22 20:46:18 +01:00
..
A32 disassembler_arm: Remove rotation helper function in favor of Common::RotateRight 2020-04-22 20:46:17 +01:00
A64 A64: Implement UMLAL{2}, UMLSL{2}, and UMULL{2} 2020-04-22 20:46:18 +01:00
decoder decoder_detail: use structured bindings 2020-04-22 20:46:17 +01:00
ir ir: Add opcodes for signed absolute differences 2020-04-22 20:46:17 +01:00