Home
last modified time | relevance | path

Searched defs:binop (Results 1 – 25 of 29) sorted by relevance

12

/external/valgrind/VEX/priv/
Dir_inject.c42 #define binop(kind, a1, a2) IRExpr_Binop(kind, a1, a2) macro
Dguest_tilegx_toIR.c125 static IRExpr *binop ( IROp op, IRExpr * a1, IRExpr * a2 ) in binop() function
Dguest_arm_helpers.c560 # define binop(_op,_a1,_a2) IRExpr_Binop((_op),(_a1),(_a2)) in guest_arm_spechelper() macro
Dguest_arm64_helpers.c718 # define binop(_op,_a1,_a2) IRExpr_Binop((_op),(_a1),(_a2)) in guest_arm64_spechelper() macro
Dguest_s390_helpers.c1809 #define binop(op,a1,a2) IRExpr_Binop((op),(a1),(a2)) macro
Dguest_x86_helpers.c782 # define binop(_op,_a1,_a2) IRExpr_Binop((_op),(_a1),(_a2)) in guest_x86_spechelper() macro
Dguest_amd64_helpers.c957 # define binop(_op,_a1,_a2) IRExpr_Binop((_op),(_a1),(_a2)) in guest_amd64_spechelper() macro
Dhost_s390_isel.c1548 IROp unop, binop; in s390_isel_int_expr_wrk() local
Dhost_x86_isel.c96 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 ) in binop() function
Dguest_mips_toIR.c884 static IRExpr *binop(IROp op, IRExpr * a1, IRExpr * a2) in binop() function
Dhost_amd64_isel.c84 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 ) in binop() function
Dhost_arm_isel.c188 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 ) in binop() function
Dguest_x86_toIR.c648 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 ) in binop() function
Dguest_ppc_toIR.c600 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 ) in binop() function
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocOverflowSecurityChecker.cpp73 const BinaryOperator * binop = dyn_cast<BinaryOperator>(e); in CheckMallocArgument() local
/external/v8/test/cctest/compiler/
Dtest-js-typed-lowering.cc35 const Operator* binop; member in JSTypedLoweringTester
883 Node* binop; member in BinopEffectsTester
Dtest-machine-operator-reducer.cc67 const Operator* binop; member in ReducerTester
Dtest-simplified-lowering.cc1187 Node* binop = t->graph()->NewNode(op, t->p0, t->p1); in CheckChangesAroundBinop() local
Dtest-run-machops.cc2793 Node* binop = m.NewNode(ops[i], a, b); in TEST() local
/external/valgrind/exp-dhat/
Ddh_main.c765 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2)) macro
/external/valgrind/VEX/useful/
Dtest_main.c736 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2)) macro
/external/valgrind/helgrind/
Dhg_main.c4269 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2)) macro
/external/v8/src/
Dparser.cc3410 BinaryOperation* binop = expression->AsBinaryOperation(); in CheckAndDeclareArrowParameter() local
Dhydrogen.cc10458 HBinaryOperation* binop = HBinaryOperation::cast(instr); in BuildBinaryOperation() local
/external/valgrind/memcheck/
Dmc_translate.c438 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2)) macro

12