fpc/compiler/mips/rmipsnum.inc
sergei c260879439 * MIPS: updated registers, dropped special registers not recognized by GAS (actually, "pc" is recognized, but it is used only for MIPS16 mode, so it is easier to add back if/when this mode is supported), added FPU condition code registers ($fcc0..$fcc7).
* cpubase.pas, std_regname: changed logic to lookup known names for special registers before resorting to default name, so that $fcc0..$fcc7 can be used as operands.

git-svn-id: trunk@27992 -
2014-06-17 23:15:34 +00:00

75 lines
626 B
SQL

{ don't edit, this file is generated from mipsreg.dat }
NR_NO,
NR_R0,
NR_R1,
NR_R2,
NR_R3,
NR_R4,
NR_R5,
NR_R6,
NR_R7,
NR_R8,
NR_R9,
NR_R10,
NR_R11,
NR_R12,
NR_R13,
NR_R14,
NR_R15,
NR_R16,
NR_R17,
NR_R18,
NR_R19,
NR_R20,
NR_R21,
NR_R22,
NR_R23,
NR_R24,
NR_R25,
NR_R26,
NR_R27,
NR_R28,
NR_R29,
NR_R30,
NR_R31,
NR_F0,
NR_F1,
NR_F2,
NR_F3,
NR_F4,
NR_F5,
NR_F6,
NR_F7,
NR_F8,
NR_F9,
NR_F10,
NR_F11,
NR_F12,
NR_F13,
NR_F14,
NR_F15,
NR_F16,
NR_F17,
NR_F18,
NR_F19,
NR_F20,
NR_F21,
NR_F22,
NR_F23,
NR_F24,
NR_F25,
NR_F26,
NR_F27,
NR_F28,
NR_F29,
NR_F30,
NR_F31,
NR_FCC0,
NR_FCC1,
NR_FCC2,
NR_FCC3,
NR_FCC4,
NR_FCC5,
NR_FCC6,
NR_FCC7