diff options
author | Chris Larsen <chris.larsen@imgtec.com> | 2015-09-04 12:54:28 -0700 |
---|---|---|
committer | Chris Larsen <chris.larsen@imgtec.com> | 2015-09-25 16:15:52 -0700 |
commit | 0b7ac98ecdb891797a282c508b41238451d6c770 (patch) | |
tree | c6d2b03cf97c8c087cbf5a00e632db3105a58726 /compiler/optimizing/graph_visualizer.cc | |
parent | c27e706785c975eb91d9716800aae6c48dc47da6 (diff) |
MIPS64: Implement intrinsics from java.lang.Math:
- abs(double) - abs(float) - abs(int)
- abs(long) - ceil(double) - floor(double)
- max(double, double) - max(float, float) - max(int, int)
- max(long, long) - min(double, double) - min(float, float)
- min(int, int) - min(long, long) - rint(double)
- sqrt(double)
The math intrinsics:
- round(double) - round(float)
aren't implemented because there is no simple mapping from these Java
functions into MIPS assembly code.
Change-Id: I37ee5224d3d64f7162ed98521ba566fbc58d7905
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions