- Moved all the emit*() helpers to MipsTargetStreamer.
- Moved createNop() to MipsTargetStreamer as emitNop() and emitEmptyDelaySlot(). This instruction has been split to distinguish between the 'nop' instruction and the nop used in delay slots which is sometimes a different nop to the 'nop' instruction (e.g. for short delay slots on microMIPS).
- Moved createAddu() to MipsTargetStreamer as emitAddu().
- Moved createAppropriateDSLL() to MipsTargetStreamer as emitDSLL().
Details
Details
Diff Detail
Diff Detail