/external/valgrind/VEX/priv/ |
guest_amd64_helpers.c | 996 # define binop macro 1749 # undef binop macro [all...] |
/external/v8/src/asmjs/ |
asm-typer.cc | 706 bool IsDoubleAnnotation(BinaryOperation* binop) { 708 if (binop->op() != Token::MUL) { 712 auto* right_as_literal = binop->right()->AsLiteral(); 721 bool IsIntAnnotation(BinaryOperation* binop) { 722 if (binop->op() != Token::BIT_OR) { 726 auto* right_as_literal = binop->right()->AsLiteral(); [all...] |
/external/valgrind/VEX/useful/ |
test_main.c | 736 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2)) macro 764 return assignNew(mce, Ity_I8, binop(Iop_And8, a1, a2)); 770 return assignNew(mce, Ity_I16, binop(Iop_And16, a1, a2)); 776 return assignNew(mce, Ity_I32, binop(Iop_And32, a1, a2)); 782 return assignNew(mce, Ity_I64, binop(Iop_And64, a1, a2)); 788 return assignNew(mce, Ity_V128, binop(Iop_AndV128, a1, a2)); 796 return assignNew(mce, Ity_I8, binop(Iop_Or8, a1, a2)); 802 return assignNew(mce, Ity_I16, binop(Iop_Or16, a1, a2)); 808 return assignNew(mce, Ity_I32, binop(Iop_Or32, a1, a2)); 814 return assignNew(mce, Ity_I64, binop(Iop_Or64, a1, a2)) [all...] |
/art/runtime/interpreter/mterp/arm/ |
binopLit16.S | 14 /* binop/lit16 vA, vB, #+CCCC */
|
/art/runtime/interpreter/mterp/arm64/ |
binopLit16.S | 14 /* binop/lit16 vA, vB, #+CCCC */
|
binopWide.S | 14 /* binop vAA, vBB, vCC */
|
binopWide2addr.S | 15 /* binop/2addr vA, vB */
|
/art/runtime/interpreter/mterp/mips/ |
binop.S | 16 /* binop vAA, vBB, vCC */
|
binop2addr.S | 14 /* binop/2addr vA, vB */
|
binopLit16.S | 14 /* binop/lit16 vA, vB, +CCCC */
|
binopLit8.S | 15 /* binop/lit8 vAA, vBB, +CC */
|
/art/runtime/interpreter/mterp/mips64/ |
binop.S | 16 /* binop vAA, vBB, vCC */
|
binop2addr.S | 17 /* binop/2addr vA, vB */
|
binopLit16.S | 14 /* binop/lit16 vA, vB, #+CCCC */
|
binopLit8.S | 15 /* binop/lit8 vAA, vBB, #+CC */
|
binopWide.S | 16 /* binop vAA, vBB, vCC */
|
binopWide2addr.S | 17 /* binop/2addr vA, vB */
|
/art/runtime/interpreter/mterp/x86/ |
binop2addr.S | 12 /* binop/2addr vA, vB */
|
/art/runtime/interpreter/mterp/x86_64/ |
binop2addr.S | 12 /* binop/2addr vA, vB */
|
/external/clang/lib/Analysis/ |
ThreadSafetyLogical.cpp | 24 const auto LeftAndOperator = [=](const BinOp *A) { 28 const auto RightAndOperator = [=](const BinOp *A) { 34 const auto LeftOrOperator = [=](const BinOp *A) { 38 const auto RightOrOperator = [=](const BinOp *A) {
|
/external/v8/src/interpreter/ |
bytecode-generator.h | 61 void VisitArithmeticExpression(BinaryOperation* binop); 62 void VisitCommaExpression(BinaryOperation* binop); 63 void VisitLogicalOrExpression(BinaryOperation* binop); 64 void VisitLogicalAndExpression(BinaryOperation* binop);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_ast.py | 122 # BinOp 305 x = ast.BinOp() 315 x = ast.BinOp(n1, addop, n3) 320 x = ast.BinOp(1, 2, 3) 325 x = ast.BinOp(1, 2, 3, lineno=0) 332 self.assertRaises(TypeError, ast.BinOp, 1, 2) 334 self.assertRaises(TypeError, ast.BinOp, 1, 2, 3, 4) 336 self.assertRaises(TypeError, ast.BinOp, 1, 2, lineno=0) 338 self.assertRaises(TypeError, ast.BinOp, 1, 2, 3, 4, lineno=0) 341 x = ast.BinOp(left=1, op=2, right=3, lineno=0 [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_ast.py | 122 # BinOp 305 x = ast.BinOp() 315 x = ast.BinOp(n1, addop, n3) 320 x = ast.BinOp(1, 2, 3) 325 x = ast.BinOp(1, 2, 3, lineno=0) 332 self.assertRaises(TypeError, ast.BinOp, 1, 2) 334 self.assertRaises(TypeError, ast.BinOp, 1, 2, 3, 4) 336 self.assertRaises(TypeError, ast.BinOp, 1, 2, lineno=0) 338 self.assertRaises(TypeError, ast.BinOp, 1, 2, 3, 4, lineno=0) 341 x = ast.BinOp(left=1, op=2, right=3, lineno=0 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ast.py | 122 # BinOp 305 x = ast.BinOp() 315 x = ast.BinOp(n1, addop, n3) 320 x = ast.BinOp(1, 2, 3) 325 x = ast.BinOp(1, 2, 3, lineno=0) 332 self.assertRaises(TypeError, ast.BinOp, 1, 2) 334 self.assertRaises(TypeError, ast.BinOp, 1, 2, 3, 4) 336 self.assertRaises(TypeError, ast.BinOp, 1, 2, lineno=0) 338 self.assertRaises(TypeError, ast.BinOp, 1, 2, 3, 4, lineno=0) 341 x = ast.BinOp(left=1, op=2, right=3, lineno=0 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ast.py | 122 # BinOp 305 x = ast.BinOp() 315 x = ast.BinOp(n1, addop, n3) 320 x = ast.BinOp(1, 2, 3) 325 x = ast.BinOp(1, 2, 3, lineno=0) 332 self.assertRaises(TypeError, ast.BinOp, 1, 2) 334 self.assertRaises(TypeError, ast.BinOp, 1, 2, 3, 4) 336 self.assertRaises(TypeError, ast.BinOp, 1, 2, lineno=0) 338 self.assertRaises(TypeError, ast.BinOp, 1, 2, 3, 4, lineno=0) 341 x = ast.BinOp(left=1, op=2, right=3, lineno=0 [all...] |