mep.md (sibcall_internal): Change register to allow for 24-bit addresses.
* config/mep/mep.md (sibcall_internal): Change register to allow for 24-bit addresses. (sibcall_value_internal): Likewise. From-SVN: r149655
This commit is contained in:
parent
b007b532b8
commit
18e67adf5f
@ -1,3 +1,9 @@
|
||||
2009-07-15 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* config/mep/mep.md (sibcall_internal): Change register to allow
|
||||
for 24-bit addresses.
|
||||
(sibcall_value_internal): Likewise.
|
||||
|
||||
2009-07-14 Ghassan Shobaki <ghassan.shobaki@amd.com>
|
||||
|
||||
* doc/invoke.texi: Added descriptions of the
|
||||
|
@ -1927,8 +1927,8 @@
|
||||
return "jmp\t%0";
|
||||
else if (mep_vliw_mode_match (operands[2]))
|
||||
return
|
||||
"movu $11, %0\n\
|
||||
jmp $11";
|
||||
"movu $3, %0\n\
|
||||
jmp $3";
|
||||
else
|
||||
return
|
||||
"ldc $12, $lp\n\
|
||||
@ -2002,8 +2002,8 @@
|
||||
return "jmp\t%1";
|
||||
else if (mep_vliw_mode_match (operands[3]))
|
||||
return
|
||||
"movu $11, %1\n\
|
||||
jmp $11";
|
||||
"movu $3, %1\n\
|
||||
jmp $3";
|
||||
else
|
||||
return
|
||||
"ldc $12, $lp\n\
|
||||
|
Loading…
Reference in New Issue
Block a user