mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Specify an additional fixed bit in the PLD/PLDW/PLI register-register encoding.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138760 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6af6824eb4
commit
1f26758510
@ -1507,6 +1507,7 @@ multiclass APreLoad<bits<1> read, bits<1> data, string opc> {
|
||||
let Inst{19-16} = shift{16-13}; // Rn
|
||||
let Inst{15-12} = 0b1111;
|
||||
let Inst{11-0} = shift{11-0};
|
||||
let Inst{4} = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user