dynarmic/src/frontend
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
..
A32 thumb32: Add supporting decoder entry for PLD (literal) 2021-03-09 18:16:08 -05:00
A64 a64: Add v8.6 instruction encoding additions 2021-02-27 16:25:13 -05:00
decoder decoder_detail: Fix bit_position and one unused warnings in GetArgInfo 2020-12-28 23:34:23 +00:00
ir implemented other ic instructions 2021-02-17 20:38:08 +00:00
imm.cpp frontend: Relocate advanced SIMD expansion to a common file 2020-05-24 23:55:47 +01:00
imm.h frontend: Relocate advanced SIMD expansion to a common file 2020-05-24 23:55:47 +01:00