HomeSort by relevance Sort by last modified time
    Searched refs:binop (Results 1 - 25 of 34) sorted by null

1 2

  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c 686 #define binop(op,a1,a2) IRExpr_Binop((op),(a1),(a2)) macro
762 return unop(Iop_1Uto32, binop(Iop_CmpEQ64, cc_dep1, cc_dep2));
765 return unop(Iop_1Uto32, binop(Iop_CmpNE64, cc_dep1, cc_dep2));
768 return unop(Iop_1Uto32, binop(Iop_CmpLT64S, cc_dep1, cc_dep2));
771 return unop(Iop_1Uto32, binop(Iop_CmpLE64S, cc_dep1, cc_dep2));
775 return unop(Iop_1Uto32, binop(Iop_CmpLT64S, cc_dep2, cc_dep1));
778 return unop(Iop_1Uto32, binop(Iop_CmpLE64S, cc_dep2, cc_dep1));
798 return unop(Iop_1Uto32, binop(Iop_CmpEQ64, cc_dep1, cc_dep2));
801 return unop(Iop_1Uto32, binop(Iop_CmpNE64, cc_dep1, cc_dep2));
804 return unop(Iop_1Uto32, binop(Iop_CmpLT64U, cc_dep1, cc_dep2))
    [all...]
guest_ppc_toIR.c 522 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 ) function
579 return unop(Iop_32to1, binop(Iop_Or32, unop(Iop_1Uto32, arg1),
587 return unop(Iop_32to1, binop(Iop_And32, unop(Iop_1Uto32, arg1),
604 assign( *vOdd, binop(Iop_MullEven8Ux16, mkexpr(ones8x16), vIn) );
605 assign( *vEvn, binop(Iop_MullEven8Ux16, mkexpr(ones8x16),
606 binop(Iop_ShrV128, vIn, mkU8(8))) );
622 assign( *vOdd, binop(Iop_MullEven8Sx16, mkexpr(ones8x16), vIn) );
623 assign( *vEvn, binop(Iop_MullEven8Sx16, mkexpr(ones8x16),
624 binop(Iop_ShrV128, vIn, mkU8(8))) );
640 assign( *vOdd, binop(Iop_MullEven16Ux8, mkexpr(ones16x8), vIn) )
    [all...]
guest_arm_toIR.c 300 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 ) function
352 binop(Iop_Or32,
353 binop(Iop_Shl32, mkexpr(src), mkU8(32 - rot)),
354 binop(Iop_Shr32, mkexpr(src), mkU8(rot)));
359 return binop(Iop_64HLtoV128, mkU64(i), mkU64(i));
367 return binop(Iop_And32, e, mkU32(~3));
541 // e = binop(Iop_And32, e, mkU32(~3));
923 assign(nyu, binop(Iop_Or32, mkexpr(old), e) );
948 assign(masked, binop(Iop_Shr32, e, mkU8(lowbits_to_ignore)));
979 assign(ge10, binop(Iop_And32, mkexpr(t32), mkU32(0x00008000)))
    [all...]
guest_s390_toIR.c 151 binop(IROp kind, IRExpr *op1, IRExpr *op2) function
381 return binop(Iop_F64HLtoF128, high, low);
501 dep2x = binop(Iop_Xor64, dep2, ndep);
566 lox = binop(Iop_Xor64, lo, ndep); /* convey dependency */
    [all...]
guest_arm_helpers.c 559 # define binop(_op,_a1,_a2) IRExpr_Binop((_op),(_a1),(_a2)) macro
596 binop(Iop_CmpEQ32, cc_dep1, cc_dep2));
601 binop(Iop_CmpNE32, cc_dep1, cc_dep2));
608 binop(Iop_CmpLT32S, cc_dep2, cc_dep1));
613 binop(Iop_CmpLE32S, cc_dep1, cc_dep2));
619 binop(Iop_CmpLT32S, cc_dep1, cc_dep2));
626 binop(Iop_CmpLE32S, cc_dep2, cc_dep1));
633 binop(Iop_CmpLE32U, cc_dep2, cc_dep1));
638 binop(Iop_CmpLT32U, cc_dep1, cc_dep2));
644 binop(Iop_CmpLE32U, cc_dep1, cc_dep2))
863 # undef binop macro
    [all...]
guest_x86_helpers.c 781 # define binop(_op,_a1,_a2) IRExpr_Binop((_op),(_a1),(_a2)) macro
814 binop(Iop_CmpEQ32,
815 binop(Iop_Add32, cc_dep1, cc_dep2),
824 binop(Iop_CmpEQ32, cc_dep1, cc_dep2));
829 binop(Iop_CmpNE32, cc_dep1, cc_dep2));
836 binop(Iop_CmpLT32S, cc_dep1, cc_dep2));
841 return binop(Iop_Xor32,
843 binop(Iop_CmpLT32S, cc_dep1, cc_dep2)),
851 binop(Iop_CmpLE32S, cc_dep1, cc_dep2));
857 return binop(Iop_Xor32
1316 # undef binop macro
    [all...]
guest_amd64_toIR.c 253 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 ) function
    [all...]
guest_x86_toIR.c 651 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 ) function
742 binop(Iop_And32,
768 binop( mkSizedOp(tyE,Iop_CasCmpNE8),
    [all...]
guest_amd64_helpers.c 878 # define binop macro
1412 # undef binop macro
    [all...]
  /dalvik/vm/mterp/mips/
binopLit16.S 14 # binop/lit16 vA, vB, /* +CCCC */
binopLit8.S 15 # binop/lit8 vAA, vBB, /* +CC */
  /external/valgrind/main/VEX/
test_main.c 692 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2)) macro
720 return assignNew(mce, Ity_I8, binop(Iop_And8, a1, a2));
726 return assignNew(mce, Ity_I16, binop(Iop_And16, a1, a2));
732 return assignNew(mce, Ity_I32, binop(Iop_And32, a1, a2));
738 return assignNew(mce, Ity_I64, binop(Iop_And64, a1, a2));
744 return assignNew(mce, Ity_V128, binop(Iop_AndV128, a1, a2));
752 return assignNew(mce, Ity_I8, binop(Iop_Or8, a1, a2));
758 return assignNew(mce, Ity_I16, binop(Iop_Or16, a1, a2));
764 return assignNew(mce, Ity_I32, binop(Iop_Or32, a1, a2));
770 return assignNew(mce, Ity_I64, binop(Iop_Or64, a1, a2))
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 53 (* If this is a binop, find its precedence. *)
57 (* If this is a binop that binds at least as tightly as the current binop,
60 (* Eat the binop. *)
66 (* Okay, we know this is a binop. *)
70 (* If BinOp binds less tightly with rhs than the operator after
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
parser.ml 53 (* If this is a binop, find its precedence. *)
57 (* If this is a binop that binds at least as tightly as the current binop,
60 (* Eat the binop. *)
66 (* Okay, we know this is a binop. *)
70 (* If BinOp binds less tightly with rhs than the operator after
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
parser.ml 53 (* If this is a binop, find its precedence. *)
57 (* If this is a binop that binds at least as tightly as the current binop,
60 (* Eat the binop. *)
66 (* Okay, we know this is a binop. *)
70 (* If BinOp binds less tightly with rhs than the operator after
  /external/valgrind/main/memcheck/
mc_translate.c 413 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2)) macro
455 return binop(Iop_64HLto128, IRExpr_Const(IRConst_U64(0)),
471 return assignNew('V', mce, Ity_I8, binop(Iop_And8, a1, a2));
477 return assignNew('V', mce, Ity_I16, binop(Iop_And16, a1, a2));
483 return assignNew('V', mce, Ity_I32, binop(Iop_And32, a1, a2));
489 return assignNew('V', mce, Ity_I64, binop(Iop_And64, a1, a2));
495 return assignNew('V', mce, Ity_V128, binop(Iop_AndV128, a1, a2));
503 return assignNew('V', mce, Ity_I8, binop(Iop_Or8, a1, a2));
509 return assignNew('V', mce, Ity_I16, binop(Iop_Or16, a1, a2));
515 return assignNew('V', mce, Ity_I32, binop(Iop_Or32, a1, a2))
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp 73 const BinaryOperator * binop = dyn_cast<BinaryOperator>(e); local
74 BinaryOperatorKind opc = binop->getOpcode();
77 mulop = binop;
81 const Expr *lhs = binop->getLHS();
82 const Expr *rhs = binop->getRHS();
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 89 (* If this is a binop, find its precedence. *)
93 (* If this is a binop that binds at least as tightly as the current binop,
96 (* Eat the binop. *)
102 (* Okay, we know this is a binop. *)
106 (* If BinOp binds less tightly with rhs than the operator after
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 100 (* If this is a binop, find its precedence. *)
104 (* If this is a binop that binds at least as tightly as the current binop,
107 (* Eat the binop. *)
113 (* Okay, we know this is a binop. *)
117 (* If BinOp binds less tightly with rhs than the operator after
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
for_each_selectors.h 345 template<typename BinOp>
348 BinOp& binop; member in struct:__gnu_parallel::accumulate_binop_reduct
351 accumulate_binop_reduct(BinOp& b) : binop(b) { }
356 { return binop(x, y); }
  /system/core/sh/
show.c 85 goto binop;
88 goto binop;
91 binop:
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 114 (* If this is a binop, find its precedence. *)
118 (* If this is a binop that binds at least as tightly as the current binop,
121 (* Eat the binop. *)
127 (* Okay, we know this is a binop. *)
131 (* If BinOp binds less tightly with rhs than the operator after
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
dc.sed 33 /|?!*[-+*/%^<>=]/b binop
34 /^|.*|?[dpPfQXZvxkiosStT;:]/b binop
196 : binop
  /external/valgrind/main/exp-dhat/
dh_main.c 766 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2)) macro
791 IRStmt* st2 = assign(t2, binop(Iop_Add64, mkexpr(t1), mkU64(n)));
846 ? binop(Iop_Sub32, mkexpr(sp), mkU32(rz_szB))
847 : binop(Iop_Sub64, mkexpr(sp), mkU64(rz_szB)))
855 ? binop(Iop_Sub32, addr, mkexpr(sp_minus_rz))
856 : binop(Iop_Sub64, addr, mkexpr(sp_minus_rz)))
864 ? binop(Iop_CmpLT32U, mkU32(THRESH), mkexpr(diff))
865 : binop(Iop_CmpLT64U, mkU64(THRESH), mkexpr(diff)))
1019 #undef binop macro
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
cpp.c 364 } binop[] = { variable in typeref:struct:__anon16006
450 for (i = ALEN(binop) - 1; i >= 0; i--) {
451 if (binop[i].token == token)
454 if (i < 0 || binop[i].prec <= prec)
458 token = eval(token, binop[i].prec, res, err, yylvalpp);
459 *res = binop[i].op(val, *res);
    [all...]

Completed in 676 milliseconds

1 2