OSDN Git Service

MIPS32: Add missing swaps to codegen
authorGoran Jakovljevic <Goran.Jakovljevic@imgtec.com>
Thu, 22 Sep 2016 07:26:01 +0000 (09:26 +0200)
committerGoran Jakovljevic <Goran.Jakovljevic@imgtec.com>
Thu, 10 Nov 2016 14:15:50 +0000 (15:15 +0100)
commit35dfcaa5a8bb155ebdb2b821f2e6ed841fd61f4e
treeb5d18805902b0661040b42ec698e401ae7ff8ab1
parent16593ed1d3914308052f98542bb9bf38ed588d53
MIPS32: Add missing swaps to codegen

Add swaps between fp registers and stack.
Also added emit_swap_mips_test.

Test: mma -j2 test-art-target-run-test on CI20
Test: mma test-art-host-gtest-emit_swap_mips_test

Change-Id: I38e7be6a86d9ad36a82e9d4293e9a6971b6e016a
compiler/Android.bp
compiler/optimizing/code_generator_mips.cc
compiler/optimizing/emit_swap_mips_test.cc [new file with mode: 0644]