2012-10-04 Chao-ying Fu <fu@mips.com>
Steve Ellcey <sellcey@mips.com> * mips/mips3264r2.igen (rdhwr): New.
This commit is contained in:
parent
cbf1fdc93b
commit
37cb8f8e70
2 changed files with 16 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-10-04 Chao-ying Fu <fu@mips.com>
|
||||
Steve Ellcey <sellcey@mips.com>
|
||||
|
||||
* mips/mips3264r2.igen (rdhwr): New.
|
||||
|
||||
2012-09-03 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Always link against dv-sockser.o.
|
||||
|
|
|
@ -241,6 +241,17 @@
|
|||
}
|
||||
|
||||
|
||||
011111,00000,5.RT,5.RD,00000,111011::32::RDHWR
|
||||
"rdhwr r<RT>, r<RD>"
|
||||
*mips32r2:
|
||||
*mips64r2:
|
||||
{
|
||||
// Return 0 for all hardware registers currently
|
||||
GPR[RT] = EXTEND32 (0);
|
||||
TRACE_ALU_RESULT1 (GPR[RT]);
|
||||
}
|
||||
|
||||
|
||||
011111,00000,5.RT,5.RD,00010,100000::32::WSBH
|
||||
"wsbh r<RD>, r<RT>"
|
||||
*mips32r2:
|
||||
|
|
Loading…
Add table
Reference in a new issue