ARM64: Use movi to materialize FP constants.
Thanks to Peter Cawley. #1245
This commit is contained in:
@@ -320,6 +320,7 @@ typedef enum A64Ins {
|
||||
A64I_FMOV_R_D = 0x9e660000,
|
||||
A64I_FMOV_D_R = 0x9e670000,
|
||||
A64I_FMOV_DI = 0x1e601000,
|
||||
A64I_MOVI_DI = 0x2f000400,
|
||||
} A64Ins;
|
||||
|
||||
#define A64I_BR_AUTH (LJ_ABI_PAUTH ? A64I_BRAAZ : A64I_BR)
|
||||
|
||||
Reference in New Issue
Block a user