ARM64: Use ADR and ADRP to form constants.

Thanks to Peter Cawley. #1100
This commit is contained in:
Mike Pall
2023-10-08 22:10:02 +02:00
parent 14866a6828
commit d2a5487fd7
2 changed files with 31 additions and 7 deletions

View File

@@ -234,6 +234,8 @@ typedef enum A64Ins {
A64I_MOVZx = 0xd2800000,
A64I_MOVNw = 0x12800000,
A64I_MOVNx = 0x92800000,
A64I_ADR = 0x10000000,
A64I_ADRP = 0x90000000,
A64I_LDRB = 0x39400000,
A64I_LDRH = 0x79400000,