mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-26 07:24:25 +00:00
[SystemZ] Allow integer AND involving high words
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191762 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -127,6 +127,9 @@ void SystemZAsmPrinter::EmitInstruction(const MachineInstr *MI) {
|
||||
|
||||
LOWER_HIGH(IIHL);
|
||||
LOWER_HIGH(IIHH);
|
||||
LOWER_HIGH(NIHL);
|
||||
LOWER_HIGH(NIHH);
|
||||
LOWER_HIGH(NIHF);
|
||||
LOWER_HIGH(OIHL);
|
||||
LOWER_HIGH(OIHH);
|
||||
LOWER_HIGH(OIHF);
|
||||
|
Reference in New Issue
Block a user