mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 04:43:17 +08:00
2012-10-04 Chao-ying Fu <fu@mips.com>
Steve Ellcey <sellcey@mips.com> * mips/mips3264r2.igen (rdhwr): New.
This commit is contained in:
@ -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>
|
2012-09-03 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* configure.ac: Always link against dv-sockser.o.
|
* 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
|
011111,00000,5.RT,5.RD,00010,100000::32::WSBH
|
||||||
"wsbh r<RD>, r<RT>"
|
"wsbh r<RD>, r<RT>"
|
||||||
*mips32r2:
|
*mips32r2:
|
||||||
|
Reference in New Issue
Block a user