Bug 356112

Summary: mips: replace addi with addiu
Product: [Developer tools] valgrind Reporter: Vicente Olivert Riera <vincent.riera>
Component: generalAssignee: Julian Seward <jseward>
Status: RESOLVED FIXED    
Severity: major CC: cpigat242, mips32r2
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: mips: replace addi with addiu
mips: replace addi with addiu

Description Vicente Olivert Riera 2015-11-30 12:16:56 UTC
Created attachment 95815 [details]
mips: replace addi with addiu

ADDI instruction has been removed in R6 so let's use ADDIU instead.
Comment 1 Vicente Olivert Riera 2015-12-01 14:54:16 UTC
Created attachment 95845 [details]
mips: replace addi with addiu

Updated patch.
Comment 2 Petar Jovanovic 2016-10-05 16:59:22 UTC
I have applied part of the change that replaces daddi/addi with daddiu/addiu as r16018.
Thank you.
Comment 3 Petar Jovanovic 2016-10-05 16:59:50 UTC
This issue can be closed now.