mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Add missed opcodes to short => long displacement conversion
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76054 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c3e48b06fb
commit
27766b548f
@ -380,6 +380,8 @@ SystemZInstrInfo::getLongDispOpc(unsigned Opc) const {
|
||||
case SystemZ::UCMP32rm: return get(SystemZ::UCMP32rmy);
|
||||
case SystemZ::FMOV32mr: return get(SystemZ::FMOV32mry);
|
||||
case SystemZ::FMOV64mr: return get(SystemZ::FMOV64mry);
|
||||
case SystemZ::FMOV32rm: return get(SystemZ::FMOV32rmy);
|
||||
case SystemZ::FMOV64rm: return get(SystemZ::FMOV64rmy);
|
||||
default: return get(Opc);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user