search for: add32l

Displaying 1 result from an estimated 1 matches for "add32l".

Did you mean: add32
2015 Oct 13
2
[elf2] How to support both big and little endian MIPS targets
Hi, I need an advice how to support both big and little endian MIPS targets in the new LLD ELF design and escape code duplication. MIPS 32-bit big and little endian targets are very similar and differ in read/write functions. There are some options how to support both but I cannot make the best choice. 1. Make MipsTargetInfo a class template. Use the template's argument to select read/write