aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/Disassembler/X86Disassembler.cpp
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-08-30 19:17:29 +0000
committerNadav Rotem <nrotem@apple.com>2012-08-30 19:17:29 +0000
commite757f00446fb3c80a96d729f0530b87e9148db7f (patch)
tree55d83fac195e0ccbd774f773fc4e650365335132 /lib/Target/X86/Disassembler/X86Disassembler.cpp
parent62316fa00a342bdb618e4c020c8e8606f541db92 (diff)
Currently targets that do not support selects with scalar conditions and vector operands - scalarize the code. ARM is such a target
because it does not support CMOV of vectors. To implement this efficientlyi, we broadcast the condition bit and use a sequence of NAND-OR to select between the two operands. This is the same sequence we use for targets that don't have vector BLENDs (like SSE2). rdar://12201387 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162926 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/Disassembler/X86Disassembler.cpp')
0 files changed, 0 insertions, 0 deletions