mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
Provide the necessary post-encoder hook for Thumb2 encodings of VMOV and friends.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121585 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dd479e9769
commit
ac00e96273
@ -1517,6 +1517,7 @@ class NDataXI<dag oops, dag iops, Format f, InstrItinClass itin,
|
|||||||
: NeonXI<oops, iops, AddrModeNone, IndexModeNone, f, itin, opc, asm,
|
: NeonXI<oops, iops, AddrModeNone, IndexModeNone, f, itin, opc, asm,
|
||||||
cstr, pattern> {
|
cstr, pattern> {
|
||||||
let Inst{31-25} = 0b1111001;
|
let Inst{31-25} = 0b1111001;
|
||||||
|
let PostEncoderMethod = "NEONThumb2DataIPostEncoder";
|
||||||
}
|
}
|
||||||
|
|
||||||
// NEON "one register and a modified immediate" format.
|
// NEON "one register and a modified immediate" format.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user