mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-03 13:14:42 +01:00
A64: Implement pcrel
This commit is contained in:
parent
c09e69bb97
commit
5a1d88c5dc
6 changed files with 43 additions and 6 deletions
|
|
@ -30,8 +30,8 @@ std::vector<Matcher<V>> GetDecodeTable() {
|
|||
#define INST(fn, name, bitstring) Decoder::detail::detail<Matcher<V>>::GetMatcher(fn, name, bitstring)
|
||||
|
||||
// Data processing - Immediate - PC relative addressing
|
||||
//INST(&V::ADR, "ADR", "0ii10000iiiiiiiiiiiiiiiiiiiddddd"),
|
||||
//INST(&V::ADRP, "ADRP", "1ii10000iiiiiiiiiiiiiiiiiiiddddd"),
|
||||
INST(&V::ADR, "ADR", "0ii10000iiiiiiiiiiiiiiiiiiiddddd"),
|
||||
INST(&V::ADRP, "ADRP", "1ii10000iiiiiiiiiiiiiiiiiiiddddd"),
|
||||
|
||||
// Data processing - Immediate - Add/Sub
|
||||
INST(&V::ADD_imm, "ADD (immediate)", "z0010001ssiiiiiiiiiiiinnnnnddddd"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue