s390x: Enable most memory64 tests
* Support full set of ADD LOGICAL / SUBTRACT LOGICAL instructions * Full implementation of IaddIfcout lowering * Enable most memory64 tests (except simd and threads)
This commit is contained in:
@@ -371,7 +371,7 @@ impl ABIMachineSpec for S390xMachineDeps {
|
||||
insts.push(Inst::mov64(into_reg, from_reg));
|
||||
}
|
||||
insts.push(Inst::AluRUImm32 {
|
||||
alu_op: ALUOp::Add64,
|
||||
alu_op: ALUOp::AddLogical64,
|
||||
rd: into_reg,
|
||||
imm,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user