HomeSort by relevance Sort by last modified time
    Searched full:bitop (Results 1 - 21 of 21) 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 183 %bitop = shl <8 x i32> <i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1, i32 1>, %a
184 ret <8 x i32> %bitop
  /external/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.
  /external/autotest/site_utils/admin/scripts/
check_db.out 138 bitop 5024
  /toolchain/binutils/binutils-2.25/include/opcode/
h8300.h     [all...]
ChangeLog     [all...]
ChangeLog-9103     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
pycodegen.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pycodegen.py     [all...]
  /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/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.8/sysroot/usr/include/linux/
fb.h 381 __u16 rop; /* bitop operation */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fb.h 381 __u16 rop; /* bitop operation */
  /external/clang/lib/Analysis/
CFG.cpp 698 const BinaryOperator *BitOp = dyn_cast<BinaryOperator>(BoolExpr);
699 if (BitOp && (BitOp->getOpcode() == BO_And ||
700 BitOp->getOpcode() == BO_Or)) {
701 const Expr *LHSExpr2 = BitOp->getLHS()->IgnoreParens();
702 const Expr *RHSExpr2 = BitOp->getRHS()->IgnoreParens();
714 if ((BitOp->getOpcode() == BO_And && (L2 & L1) != L1) ||
715 (BitOp->getOpcode() == BO_Or && (L2 | L1) != L1)) {
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]

Completed in 1792 milliseconds