mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Rename pattern for clarity.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148422 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2f77bbd1bf
commit
a2ee0fa3ee
@ -672,10 +672,9 @@ def tLDRpci : T1pIs<(outs tGPR:$Rt), (ins t_addrmode_pc:$addr), IIC_iLoad_i,
|
||||
}
|
||||
|
||||
// FIXME: Remove this entry when the above ldr.n workaround is fixed.
|
||||
// For disassembly use only.
|
||||
def tLDRpciDIS : T1pIs<(outs tGPR:$Rt), (ins t_addrmode_pc:$addr), IIC_iLoad_i,
|
||||
"ldr", "\t$Rt, $addr",
|
||||
[/* disassembly only */]>,
|
||||
// For assembly/disassembly use only.
|
||||
def tLDRpciASM : T1pIs<(outs tGPR:$Rt), (ins t_addrmode_pc:$addr), IIC_iLoad_i,
|
||||
"ldr", "\t$Rt, $addr", []>,
|
||||
T1Encoding<{0,1,0,0,1,?}> {
|
||||
// A6.2 & A8.6.59
|
||||
bits<3> Rt;
|
||||
|
Loading…
Reference in New Issue
Block a user