target-mips: Restore the order of helpers
commit8fc605b8aa257feb3e69d44794a765bd492b573b
authorMaciej W. Rozycki <macro@codesourcery.com>
Wed, 5 Nov 2014 15:38:01 +0000 (5 15:38 +0000)
committerLeon Alrae <leon.alrae@imgtec.com>
Tue, 16 Dec 2014 12:45:19 +0000 (16 12:45 +0000)
tree3efbf307f493cf8e207efc0dc6ae157c53202c4d
parent51fdea945ae7adae8d7e4a1624e35bb7f714b58f
target-mips: Restore the order of helpers

Restore the order of helpers that used to be: unary operations (generic,
then MIPS-specific), binary operations (generic, then MIPS-specific),
compare operations.  At one point FMA operations were inserted at a
random place in the file, disregarding the preexisting order, and later
on even more operations sprinkled across the file.  Revert the mess by
moving FMA operations to a new ternary class inserted after the binary
class and move the misplaced unary and binary operations to where they
belong.

Signed-off-by: Maciej W. Rozycki <macro@codesourcery.com>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
target-mips/op_helper.c