Searched refs:IsInt64Constant (Results 1 – 6 of 6) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | change-lowering-unittest.cc | 79 return Is32() ? IsInt32Constant(value) : IsInt64Constant(value); in IsIntPtrConstant() 534 value, IsInt64Constant(kSmiTagSize + kSmiShiftSize)))), in TARGET_TEST_F() 539 value, IsInt64Constant(kSmiTagMask)), in TARGET_TEST_F() 560 IsWord64Sar(value, IsInt64Constant(kSmiTagSize + kSmiShiftSize))), in TARGET_TEST_F() 564 IsBranch(IsWord64And(value, IsInt64Constant(kSmiTagMask)), in TARGET_TEST_F() 584 IsWord64Sar(value, IsInt64Constant(kSmiTagSize + kSmiShiftSize))), in TARGET_TEST_F() 588 IsBranch(IsWord64And(value, IsInt64Constant(kSmiTagMask)), in TARGET_TEST_F() 607 IsInt64Constant(kSmiTagSize + kSmiShiftSize)), in TARGET_TEST_F() 615 IsInt64Constant(HeapNumber::kValueOffset - kHeapObjectTag), in TARGET_TEST_F()
|
D | node-test-utils.h | 81 Matcher<Node*> IsInt64Constant(const Matcher<int64_t>& value_matcher);
|
D | interpreter-assembler-unittest.cc | 29 return kPointerSize == 8 ? IsInt64Constant(static_cast<int64_t>(value)) in IsIntPtrConstant()
|
D | machine-operator-reducer-unittest.cc | 353 EXPECT_THAT(reduction.replacement(), IsInt64Constant(x)); in TEST_F() 384 IsInt64Constant(bit_cast<int64_t>(static_cast<uint64_t>(x)))); in TEST_F()
|
D | js-typed-lowering-unittest.cc | 115 : IsInt64Constant(static_cast<int64_t>(value)); in IsIntPtrConstant()
|
D | node-test-utils.cc | 1606 Matcher<Node*> IsInt64Constant(const Matcher<int64_t>& value_matcher) { in IsInt64Constant() function
|