OSDN Git Service

MIPS64: Implement intrinsics from libcore.io.Memory:
authorChris Larsen <chris.larsen@imgtec.com>
Fri, 4 Sep 2015 17:15:27 +0000 (10:15 -0700)
committerChris Larsen <chris.larsen@imgtec.com>
Fri, 25 Sep 2015 17:53:17 +0000 (10:53 -0700)
commit70fb1f447970548555c3a994de880be2a17a146a
treef1e96f47c2269c6091ac5ae95d0cafc7a9ff5ee9
parent3039e381b79ac1ef01c420511f6629f639d40ab4
MIPS64: Implement intrinsics from libcore.io.Memory:

- peekByte(long address)
- peekShort(long address)
- peekInt(long address)
- peekLong(long address)
- pokeByte(long address, byte value)
- pokeShort(long address, short value)
- pokeInt(long address, int value)
- pokeLong(long address, long value)

Change-Id: Ic5996ea035bf7e622b6fc85b9526ee8318cb6b1f
compiler/optimizing/intrinsics_mips64.cc