Files
dynarmic/src/frontend/A32/decoder
Lioncash fb30922cd1 thumb32: Add supporting decoder entry for PLD (literal)
LDRH (literal)'s pseduocode indicates that cases where Rt specifies the
PC, that the instruction should be execured as if it were a PLD
instruction.

Curiously, however, within the ARM reference manual, the encodings in the case
that happens doesn't match up.

The bit pattern for LDRH (literal) has bit 21 set to 1, but the encoding
of PLD (literal) has bit 21 set to zero for it's only thumb encoding.
2021-03-09 18:16:08 -05:00
..
2020-04-23 15:45:57 +01:00
2021-02-06 21:25:24 +00:00
2021-02-06 21:26:42 +00:00
2020-06-19 19:24:32 +01:00
2020-06-24 22:31:58 +01:00