x64: use constant pool for u64 constants rather than movabs. (#4088)
* Allow emitting u64 constants into constant pool. * Use constant pool for constants on x64 that do not fit in a simm32 and are needed as a RegMem or RegMemImm. * Fix rip-relative addressing bug in pinsrd emission.
This commit is contained in:
@@ -497,8 +497,6 @@
|
||||
Size32
|
||||
Size64))
|
||||
|
||||
(type VCodeConstant (primitive VCodeConstant))
|
||||
|
||||
(type FenceKind extern
|
||||
(enum MFence
|
||||
LFence
|
||||
|
||||
Reference in New Issue
Block a user