fpc/compiler/mips/rmipsgas.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
598 B
PHP

{ don't edit, this file is generated from mipsreg.dat }
'INVALID',
'$0',
'$1',
'$2',
'$3',
'$4',
'$5',
'$6',
'$7',
'$8',
'$9',
'$10',
'$11',
'$12',
'$13',
'$14',
'$15',
'$16',
'$17',
'$18',
'$19',
'$20',
'$21',
'$22',
'$23',
'$24',
'$25',
'$26',
'$27',
'$28',
'$29',
'$30',
'$31',
'$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'