ARM64: Use ldr literal to load FP constants.

Thanks to Peter Cawley. #1255
This commit is contained in:
Mike Pall
2024-08-21 11:31:29 +02:00
parent 304da39cc5
commit c68711cc87
2 changed files with 12 additions and 6 deletions

View File

@@ -281,6 +281,7 @@ typedef enum A64Ins {
A64I_FSQRTd = 0x1e61c000,
A64I_LDRs = 0xbd400000,
A64I_LDRd = 0xfd400000,
A64I_LDRLd = 0x5c000000,
A64I_STRs = 0xbd000000,
A64I_STRd = 0xfd000000,
A64I_LDPs = 0x2d400000,