Home
last modified time | relevance | path

Searched defs:binop (Results 1 – 25 of 32) 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.c819 # define binop(_op,_a1,_a2) IRExpr_Binop((_op),(_a1),(_a2)) in guest_x86_spechelper() macro
Dguest_amd64_helpers.c996 # 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
Dhost_amd64_isel.c84 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_arm_isel.c188 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 ) in binop() function
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocOverflowSecurityChecker.cpp82 if (const BinaryOperator *binop = dyn_cast<BinaryOperator>(e)) { in CheckMallocArgument() local
/external/v8/src/interpreter/
Dbytecode-generator.cc1863 void BytecodeGenerator::VisitBinaryOperation(BinaryOperation* binop) { in VisitBinaryOperation()
1921 void BytecodeGenerator::VisitCommaExpression(BinaryOperation* binop) { in VisitCommaExpression()
1927 void BytecodeGenerator::VisitLogicalOrExpression(BinaryOperation* binop) { in VisitLogicalOrExpression()
1946 void BytecodeGenerator::VisitLogicalAndExpression(BinaryOperation* binop) { in VisitLogicalAndExpression()
/external/v8/test/cctest/compiler/
Dtest-js-typed-lowering.cc53 const Operator* binop; member in v8::internal::compiler::JSTypedLoweringTester
801 Node* binop; member in v8::internal::compiler::BinopEffectsTester
Dtest-machine-operator-reducer.cc71 const Operator* binop; member in v8::internal::compiler::ReducerTester
Dtest-simplified-lowering.cc1207 Node* binop = in CheckChangesAroundBinop() local
/external/v8/src/wasm/
Dasm-wasm-builder.cc545 BinaryOperation* binop = expr->key()->AsBinaryOperation(); in VisitProperty() local
/external/valgrind/exp-dhat/
Ddh_main.c765 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2)) macro
/external/opencv3/3rdparty/jinja2/
Dcompiler.py1421 def binop(operator, interceptable=True): member in CodeGenerator
/external/valgrind/VEX/useful/
Dtest_main.c736 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2)) macro
/external/v8/test/cctest/wasm/
Dtest-run-wasm.cc1837 T GenerateAndRunFold(WasmOpcode binop, T* buffer, size_t size, in GenerateAndRunFold()
/external/valgrind/memcheck/
Dmc_translate.c438 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2)) macro
/external/valgrind/helgrind/
Dhg_main.c4393 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2)) macro
/external/v8/src/parsing/
Dparser.cc3958 BinaryOperation* binop = expr->AsBinaryOperation(); in ParseArrowFunctionFormalParameters() local

12