Lines Matching refs:IsInt32Constant
30 : IsInt32Constant(static_cast<int32_t>(value)); in IsIntPtrConstant()
92 IsInt32Constant(offset))); in IsBytecodeOperand()
102 IsInt32Constant(offset))); in IsBytecodeOperandSignExtended()
118 IsInt32Constant(offset))); in IsBytecodeOperandShort()
124 IsInt32Constant(offset))); in IsBytecodeOperandShort()
129 IsInt32Constant(offset + 1))); in IsBytecodeOperandShort()
131 return IsWordOr(IsWordShl(second_byte, IsInt32Constant(kBitsPerByte)), in IsBytecodeOperandShort()
134 return IsWordOr(IsWordShl(first_byte, IsInt32Constant(kBitsPerByte)), in IsBytecodeOperandShort()
151 IsInt32Constant(offset))); in IsBytecodeOperandShortSignExtended()
167 IsInt32Constant(hi_byte_offset))); in IsBytecodeOperandShortSignExtended()
168 hi_byte = IsWord32Shl(hi_byte, IsInt32Constant(kBitsPerByte)); in IsBytecodeOperandShortSignExtended()
173 IsInt32Constant(lo_byte_offset))); in IsBytecodeOperandShortSignExtended()
196 IsInt32Constant(interpreter::Bytecodes::Size(bytecode))); in TARGET_TEST_F()
205 IsInt32Constant(kPointerSizeLog2))); in TARGET_TEST_F()
235 IsInt32Constant(jump_offset)); in TARGET_TEST_F()
244 IsInt32Constant(kPointerSizeLog2))); in TARGET_TEST_F()
281 IsInt32Constant(jump_offsets[i])); in TARGET_TEST_F()
290 IsInt32Constant(kPointerSizeLog2))); in TARGET_TEST_F()
417 IsWordShl(reg_index_node, IsInt32Constant(kPointerSizeLog2)))); in TARGET_TEST_F()
431 IsWordShl(reg_index_node, IsInt32Constant(kPointerSizeLog2)))); in TARGET_TEST_F()
447 IsWordShl(reg_index_node, IsInt32Constant(kPointerSizeLog2)), in TARGET_TEST_F()
458 IsWordShl(value, IsInt32Constant(kSmiShiftSize + kSmiTagSize))); in TARGET_TEST_F()
460 IsWordSar(value, IsInt32Constant(kSmiShiftSize + kSmiTagSize))); in TARGET_TEST_F()
492 EXPECT_THAT(add, IsWordShl(a, IsInt32Constant(10))); in TARGET_TEST_F()
511 IsWordShl(index, IsInt32Constant(kPointerSizeLog2))))); in TARGET_TEST_F()
527 IsWordShl(IsInt32Constant(index), in TARGET_TEST_F()
528 IsInt32Constant(kPointerSizeLog2))))); in TARGET_TEST_F()
554 IsIntPtrAdd(IsWordShl(slot_index, IsInt32Constant(kPointerSizeLog2)), in TARGET_TEST_F()
555 IsInt32Constant(Context::kHeaderSize - kHeapObjectTag)); in TARGET_TEST_F()
571 IsIntPtrAdd(IsWordShl(slot_index, IsInt32Constant(kPointerSizeLog2)), in TARGET_TEST_F()
572 IsInt32Constant(Context::kHeaderSize - kHeapObjectTag)); in TARGET_TEST_F()
589 IsCall(_, _, arg1, arg2, _, IsInt32Constant(2), in TARGET_TEST_F()
610 IsInt32Mul(function_id, IsInt32Constant(sizeof(Runtime::Function)))); in TARGET_TEST_F()
613 IsInt32Constant(offsetof(Runtime::Function, entry))); in TARGET_TEST_F()