OSDN Git Service

X86_64: Allow HSelect to generate CMOV from memory
authorMark Mendell <mark.p.mendell@intel.com>
Fri, 12 Feb 2016 19:36:51 +0000 (14:36 -0500)
committerDavid Brazdil <dbrazdil@google.com>
Mon, 15 Feb 2016 11:52:00 +0000 (11:52 +0000)
commitdee1b9aec66d1ab1472df3954d8c1cc25896f62e
treef02742c10d5fc4b4bf9fd5fc1bd355e01cb78fcb
parent88f4bc504c1be353e95e9d215d68c7d58eb0717f
X86_64: Allow HSelect to generate CMOV from memory

Use the cmov with Address operand to allow CMOV from stack location.

Change-Id: Ia2f856c7b5003c413f23adaabe19be06f38c78ab
Signed-off-by: Mark Mendell <mark.p.mendell@intel.com>
compiler/optimizing/code_generator_x86_64.cc