Searched refs:SmiShiftAmount (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/compiler/ |
D | change-lowering-unittest.cc | 61 int SmiShiftAmount() const { return kSmiTagSize + SmiShiftSize(); } in SmiShiftAmount() function in v8::internal::compiler::ChangeLoweringTest 241 IsWord32Sar(val, IsInt32Constant(SmiShiftAmount()))), in TARGET_TEST_F() 269 IsWord32Sar(val, IsInt32Constant(SmiShiftAmount())), in TARGET_TEST_F() 295 IsWord32Sar(val, IsInt32Constant(SmiShiftAmount())), in TARGET_TEST_F() 318 kMachAnyTagged, IsWord32Shl(val, IsInt32Constant(SmiShiftAmount())), in TARGET_TEST_F() 356 IsInt32Constant(SmiShiftAmount()))); in TARGET_TEST_F() 378 IsWord64Sar(val, IsInt32Constant(SmiShiftAmount())))), in TARGET_TEST_F() 407 IsWord64Sar(val, IsInt32Constant(SmiShiftAmount()))), in TARGET_TEST_F() 434 IsWord64Sar(val, IsInt32Constant(SmiShiftAmount()))), in TARGET_TEST_F() 458 IsInt32Constant(SmiShiftAmount())), in TARGET_TEST_F()
|