This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Aldy Hernandez writes:
Aldy> The e500 doesn't have string load/store instructions (though it does
Aldy> have load/store multiple instructions). Before I kludge a special case
Aldy> for the e500, is there a reason why MASK_STRING is set regardless of if
Aldy> the CPU has that capability?
Because the string instructions are not optional on PowerPC. The e500 is looking less and less like a PowerPC processor. If you want to disable setting it automatically it for e500, go ahead.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |