Home
last modified time | relevance | path

Searched refs:BitwiseAnd (Results 1 – 15 of 15) sorted by relevance

/external/v8/test/unittests/compiler/
Dtyper-unittest.cc287 TestBinaryBitOp(javascript_.BitwiseAnd(LanguageMode::SLOPPY, hints_), in TEST_F()
289 TestBinaryBitOp(javascript_.BitwiseAnd(LanguageMode::STRONG, hints_), in TEST_F()
408 TEST_BINARY_MONOTONICITY(BitwiseAnd)
/external/v8/src/runtime/
Druntime-operators.cc212 Object::BitwiseAnd(isolate, lhs, rhs)); in RUNTIME_FUNCTION()
224 isolate, result, Object::BitwiseAnd(isolate, lhs, rhs, Strength::STRONG)); in RUNTIME_FUNCTION()
Druntime.h514 F(BitwiseAnd, 2, 1) \
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp90 BitwiseAnd, enumerator
173 Op = BinOpToken::BitwiseAnd; in parseBinOpToken()
192 case BinOpToken::BitwiseAnd: in computeBinOpResult()
/external/v8/src/interpreter/
Dbytecodes.h130 V(BitwiseAnd, OperandType::kReg8) \
/external/v8/src/compiler/
Djs-operator.h486 const Operator* BitwiseAnd(LanguageMode language_mode,
Djs-operator.cc618 const Operator* JSOperatorBuilder::BitwiseAnd(LanguageMode language_mode, in BitwiseAnd() function in v8::internal::compiler::JSOperatorBuilder
Dbytecode-graph-builder.cc1393 BuildBinaryOp(javascript()->BitwiseAnd(language_mode(), hints), iterator); in VisitBitwiseAnd()
Dast-graph-builder.cc3844 js_op = javascript()->BitwiseAnd(language_mode(), hints); in BuildBinaryOp()
/external/v8/test/cctest/compiler/
Dtest-js-typed-lowering.cc397 set(i++, javascript.BitwiseAnd(language_mode_, hints), true); in JSBitwiseTypedLoweringTester()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3619 auto BitwiseAnd = in visitICmpInst() local
3622 if (match(BO0, BitwiseAnd) && I.getPredicate() == ICmpInst::ICMP_ULT) { in visitICmpInst()
/external/v8/test/cctest/interpreter/
Dtest-bytecode-generator.cc380 B(BitwiseAnd), R(1), // in TEST()
5049 B(BitwiseAnd), R(0), // in TEST()
/external/v8/src/ic/
Dic.cc2539 Object::BitwiseAnd(isolate(), left, right, state.strength()), Object); in Transition()
/external/v8/src/
Dobjects.h1229 MUST_USE_RESULT static MaybeHandle<Object> BitwiseAnd(
Dobjects.cc576 MaybeHandle<Object> Object::BitwiseAnd(Isolate* isolate, Handle<Object> lhs, in BitwiseAnd() function in v8::internal::Object