mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-01 03:33:42 +00:00
Specify fixed bits on CPS instructions to enable roundtripping.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143202 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5d0492cfc4
commit
7ccee5610a
@ -1640,7 +1640,7 @@ class CPS<dag iops, string asm_ops>
|
||||
let Inst{27-20} = 0b00010000;
|
||||
let Inst{19-18} = imod;
|
||||
let Inst{17} = M; // Enabled if mode is set;
|
||||
let Inst{16} = 0;
|
||||
let Inst{16-9} = 0b00000000;
|
||||
let Inst{8-6} = iflags;
|
||||
let Inst{5} = 0;
|
||||
let Inst{4-0} = mode;
|
||||
|
Loading…
x
Reference in New Issue
Block a user