Bug 356112 - mips: replace addi with addiu
Summary: mips: replace addi with addiu
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR major
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-30 12:16 UTC by Vicente Olivert Riera
Modified: 2016-10-19 11:37 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
mips: replace addi with addiu (1.59 KB, patch)
2015-11-30 12:16 UTC, Vicente Olivert Riera
Details
mips: replace addi with addiu (5.11 KB, patch)
2015-12-01 14:54 UTC, Vicente Olivert Riera
Details

Note You need to log in before you can comment on or make changes to this bug.
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.