HomeSort by relevance Sort by last modified time
    Searched full:bitop (Results 1 - 15 of 15) sorted by null

  /external/llvm/test/CodeGen/X86/
pr15296.ll 13 %bitop = lshr <8 x i32> %input, %smear.7
14 ret <8 x i32> %bitop
26 %bitop = lshr <8 x i32> %input, %smear.7
27 ret <8 x i32> %bitop
39 %bitop = lshr <4 x i64> %input, %smear.7
40 ret <4 x i64> %bitop
2012-07-15-vshl.ll 14 %bitop = lshr <16 x i32> zeroinitializer, %smear.15
15 %bitop35 = and <16 x i32> %bitop, <i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1>
avx-shift.ll 111 %bitop = shl <8 x i32> <i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1>, %a
112 ret <8 x i32> %bitop
  /external/chromium_org/v8/test/webkit/
dfg-mul-big-integer-with-small-integer-and-bitor.js 25 "Tests what happens when you multiply a big unknown integer with a small known integer and use the result in a bitop."
dfg-mul-big-integer-with-small-integer-and-bitor-expected.txt 24 Tests what happens when you multiply a big unknown integer with a small known integer and use the result in a bitop.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py     [all...]
  /external/chromium_org/v8/test/mjsunit/
smi-ops-inlined.js 234 // Smi input to bitop gives non-smi result where the rhs is a float that
241 // Smi input to bitop gives non-smi result where the rhs could be overwritten
smi-ops.js 241 // Smi input to bitop gives non-smi result where the rhs is a float that
248 // Smi input to bitop gives non-smi result where the rhs could be overwritten
  /external/kernel-headers/original/uapi/linux/
fb.h 389 __u16 rop; /* bitop operation */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
fb.h 381 __u16 rop; /* bitop operation */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fb.h 381 __u16 rop; /* bitop operation */
  /external/clang/lib/Analysis/
CFG.cpp 556 const BinaryOperator *BitOp = dyn_cast<BinaryOperator>(BoolExpr);
557 if (BitOp && (BitOp->getOpcode() == BO_And ||
558 BitOp->getOpcode() == BO_Or)) {
559 const Expr *LHSExpr2 = BitOp->getLHS()->IgnoreParens();
560 const Expr *RHSExpr2 = BitOp->getRHS()->IgnoreParens();
572 if ((BitOp->getOpcode() == BO_And && (L2 & L1) != L1) ||
573 (BitOp->getOpcode() == BO_Or && (L2 | L1) != L1)) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
  /external/valgrind/main/VEX/priv/
guest_arm64_toIR.c     [all...]

Completed in 2133 milliseconds