mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
minor progress towards fixing PR7465
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111494 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
456144eb14
commit
efbdc8e236
@ -224,13 +224,13 @@ class FpI_<dag outs, dag ins, FPFormat fp, list<dag> pattern>
|
||||
// Iseg32 - 16-bit segment selector, 32-bit offset
|
||||
|
||||
class Iseg16 <bits<8> o, Format f, dag outs, dag ins, string asm,
|
||||
list<dag> pattern> : X86Inst<o, f, NoImm, outs, ins, asm> {
|
||||
list<dag> pattern> : X86Inst<o, f, Imm16, outs, ins, asm> {
|
||||
let Pattern = pattern;
|
||||
let CodeSize = 3;
|
||||
}
|
||||
|
||||
class Iseg32 <bits<8> o, Format f, dag outs, dag ins, string asm,
|
||||
list<dag> pattern> : X86Inst<o, f, NoImm, outs, ins, asm> {
|
||||
list<dag> pattern> : X86Inst<o, f, Imm32, outs, ins, asm> {
|
||||
let Pattern = pattern;
|
||||
let CodeSize = 3;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user