mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-17 18:43:25 +08:00
* v850.igen (LDSR): Accept but ignore a selID parameter.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2013-05-13 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* v850.igen (LDSR): Accept but ignore a selID parameter.
|
||||||
|
|
||||||
2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
|
2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
|
||||||
|
|
||||||
* configure: Rebuild.
|
* configure: Rebuild.
|
||||||
|
@ -934,12 +934,14 @@ rrrrr!0,111111,RRRRR + ddddddddddddddd,1:VII:::ld.hu
|
|||||||
|
|
||||||
|
|
||||||
// LDSR
|
// LDSR
|
||||||
regID,111111,RRRRR + 0000000000100000:IX:::ldsr
|
regID,111111,RRRRR + selID,00000100000:IX:::ldsr
|
||||||
"ldsr r<reg1>, s<regID>"
|
"ldsr r<reg1>, s<regID>":(selID == 0)
|
||||||
|
"ldsr r<reg1>, s<regID>, <selID>"
|
||||||
{
|
{
|
||||||
uint32 sreg = GR[reg1];
|
uint32 sreg = GR[reg1];
|
||||||
TRACE_ALU_INPUT1 (GR[reg1]);
|
TRACE_ALU_INPUT1 (GR[reg1]);
|
||||||
|
|
||||||
|
/* FIXME: For now we ignore the selID. */
|
||||||
if ( (idecode_issue == idecode_v850e2_issue
|
if ( (idecode_issue == idecode_v850e2_issue
|
||||||
|| idecode_issue == idecode_v850e3v5_issue
|
|| idecode_issue == idecode_v850e3v5_issue
|
||||||
|| idecode_issue == idecode_v850e2v3_issue)
|
|| idecode_issue == idecode_v850e2v3_issue)
|
||||||
|
Reference in New Issue
Block a user