fpc/compiler/mips/rmipsstd.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
538 B
PHP

{ don't edit, this file is generated from mipsreg.dat }
'INVALID',
'zero',
'at',
'v0',
'v1',
'a0',
'a1',
'a2',
'a3',
't0',
't1',
't2',
't3',
't4',
't5',
't6',
't7',
's0',
's1',
's2',
's3',
's4',
's5',
's6',
's7',
't8',
't9',
'k0',
'k1',
'gp',
'sp',
'fp',
'ra',
'f0',
'f1',
'f2',
'f3',
'f4',
'f5',
'f6',
'f7',
'f8',
'f9',
'f10',
'f11',
'f12',
'f13',
'f14',
'f15',
'f16',
'f17',
'f18',
'f19',
'f20',
'f21',
'f22',
'f23',
'f24',
'f25',
'f26',
'f27',
'f28',
'f29',
'f30',
'f31',
'fcc0',
'fcc1',
'fcc2',
'fcc3',
'fcc4',
'fcc5',
'fcc6',
'fcc7'