MIPS Compiler Options (Windows CE 5.0)
The following table shows compiler switches for MIPS microprocessors.
Option | Description |
---|---|
/QMRWCE, /QMRFWCE - Generate Code for Windows CE | Generates code that will run on any windows CE-based MIPS hardware platform running in 32-bit mode with floating point emulation. |
/QMmipsNN - Generate code for specific MIPS ISA | Generates code for MIPS I, II, III, IV, V, 32, and 64 Instruction Set Architectures (ISA)s. |
/QMmips16 - Generate Code for MIPS16 ASE | Generates code for MIPS16 ASE. |
/QMFPE, /QMFPE - Floating Point Emulation | Enables floating-point emulation, using floating-point hardware. |
/QMRnnnn -Optimize for specific MIPS chip | Enables chip-specific inline assembler for Phillips PR3900, NEC VR4100, NEC VR4200. and NEC VR4300, and generates code for corresponding MIPS ISA. |
Send Feedback on this topic to the authors