summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
diff options
context:
space:
mode:
authorLazar Trsic <Lazar.Trsic@imgtec.com>2015-09-03 17:33:01 +0200
committerGoran Jakovljevic <Goran.Jakovljevic@imgtec.com>2016-01-29 17:38:06 +0100
commitd967266cdfc8011c81ba6e9857a247c4a73bd0fc (patch)
tree7bf469b0656c4819921799d814b2ca7a4f1705be /compiler/optimizing/graph_visualizer.cc
parentba5ea7003f071f85936ee351aff46f64a56ee096 (diff)
MIPS64: Remove unaligned memory access from art generated code
Unaligned memory access was caused by sd, ld, ldc1 and sdc1 instructions. Check if offset is unaligned and replace it with two 32 bit memory accesses, if so. Added assembler tests for new instructions, as well as assembler tests for LoadFromOffset, LoadFpuFromOffset, StoreToOffset and StoreFpuToOffset. Change-Id: I0228a4a2ce6c801eeb5b46952b8330e14468deb3
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions