summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMaciej W. Rozycki2014-11-05 16:38:01 +0100
committerLeon Alrae2014-12-16 13:45:19 +0100
commit8fc605b8aa257feb3e69d44794a765bd492b573b (patch)
tree3efbf307f493cf8e207efc0dc6ae157c53202c4d /scripts
parenttarget-mips: Remove unused `FLOAT_OP' macro (diff)
downloadqemu-8fc605b8aa257feb3e69d44794a765bd492b573b.tar.gz
qemu-8fc605b8aa257feb3e69d44794a765bd492b573b.tar.xz
qemu-8fc605b8aa257feb3e69d44794a765bd492b573b.zip
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>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions