OSDN Git Service

x86_64: enable Peek and Poke intrinsics
authorAlexei Zavjalov <alexei.zavjalov@intel.com>
Tue, 8 Jul 2014 09:27:17 +0000 (16:27 +0700)
committerAlexei Zavjalov <alexei.zavjalov@intel.com>
Wed, 9 Jul 2014 14:41:35 +0000 (21:41 +0700)
commiteb24baec056dbe5871f1bc64b793eb2e69907866
tree13181f80be3ed025276afb1dee9763fb5c3affdf
parent62f28f943e2da2873c7a09096c292f01a21c6478
x86_64: enable Peek and Poke intrinsics

This implements intrinsics for:
Memory.peekByte/Short/Int/Long()
Memory.pokeByte/Short/Int/Long()

Change-Id: I6da6250f262dfd7aded35c2e3ade2d0916bd73cb
Signed-off-by: Alexei Zavjalov <alexei.zavjalov@intel.com>
compiler/dex/quick/x86/int_x86.cc
test/082-inline-execute/src/Main.java