Home
last modified time | relevance | path

Searched refs:GetInt32ValueOf (Results 1 – 8 of 8) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips64.cc1222 int32_t value = GetInt32ValueOf(source.GetConstant()->AsConstant()); in MoveLocation()
1302 int32_t value = GetInt32ValueOf(src_cst->AsConstant()); in MoveLocation()
2315 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant()); in VisitArraySet()
2333 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant()); in VisitArraySet()
2350 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant()); in VisitArraySet()
2368 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant()); in VisitArraySet()
2499 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant()); in VisitArraySet()
2864 int32_t value = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant()->AsConstant()); in VisitCompare()
3372 rhs_imm = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant()); in GenerateIntLongCompare()
3528 rhs_imm = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant()); in GenerateIntLongCompareAndBranch()
Dcode_generator_x86_64.cc1373 Load32BitValue(dest, GetInt32ValueOf(constant)); in Move()
1408 int32_t value = GetInt32ValueOf(constant); in Move()
4427 int8_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
4438 int16_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
4449 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
4986 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in VisitArraySet()
5090 int32_t length = CodeGenerator::GetInt32ValueOf(length_loc.GetConstant()); in VisitBoundsCheck()
5093 int32_t index = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant()); in VisitBoundsCheck()
5129 int32_t value = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant()); in VisitBoundsCheck()
5275 int32_t value = CodeGenerator::GetInt32ValueOf(constant); in EmitMove()
[all …]
Dcode_generator.h459 static int32_t GetInt32ValueOf(HConstant* constant) { in GetInt32ValueOf() function
Dcode_generator_mips.cc1482 int32_t value = GetInt32ValueOf(c); in MoveConstant()
1505 int32_t value = GetInt32ValueOf(c); in MoveConstant()
1929 int32_t imm = CodeGenerator::GetInt32ValueOf(right->AsConstant()); in HandleBinaryOp()
1981 rhs_imm = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant()); in HandleBinaryOp()
2764 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant()); in VisitArraySet()
2782 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant()); in VisitArraySet()
2799 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant()); in VisitArraySet()
2817 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant()); in VisitArraySet()
2948 int32_t value = CodeGenerator::GetInt32ValueOf(value_location.GetConstant()); in VisitArraySet()
3834 rhs_imm = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant()); in GenerateIntCompare()
[all …]
Dcode_generator_x86.cc1243 int32_t value = GetInt32ValueOf(constant); in Move32()
4971 int16_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
4991 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
5025 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
5541 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in VisitArraySet()
5657 int32_t length = CodeGenerator::GetInt32ValueOf(length_loc.GetConstant()); in VisitBoundsCheck()
5660 int32_t index = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant()); in VisitBoundsCheck()
5696 int32_t value = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant()); in VisitBoundsCheck()
5861 int32_t value = CodeGenerator::GetInt32ValueOf(constant); in EmitMove()
7761 int32_t value = CodeGenerator::GetInt32ValueOf(rhs.GetConstant()); in GenerateIntCompare()
Dintrinsics_x86_64.cc2070 Immediate(CodeGenerator::GetInt32ValueOf(value.GetConstant()))); in GenPoke()
2078 Immediate(CodeGenerator::GetInt32ValueOf(value.GetConstant()))); in GenPoke()
2086 Immediate(CodeGenerator::GetInt32ValueOf(value.GetConstant()))); in GenPoke()
Dcode_generator_arm.cc1779 __ CmpConstant(left, CodeGenerator::GetInt32ValueOf(right.GetConstant())); in GenerateTest()
1842 ret = IsUint<8>(CodeGenerator::GetInt32ValueOf(constant)); in CanEncodeConstantAs8BitImmediate()
2641 CodeGenerator::GetInt32ValueOf(right.GetConstant()) == 0) { in GenerateTestAndBranch()
2653 __ CmpConstant(left, CodeGenerator::GetInt32ValueOf(right.GetConstant())); in GenerateTestAndBranch()
2803 operand = ShifterOperand(CodeGenerator::GetInt32ValueOf(src.GetConstant())); in VisitSelect()
4466 uint32_t rot = CodeGenerator::GetInt32ValueOf(rhs.GetConstant()) & 0x1F; in HandleIntegerRotate()
6496 int32_t value = CodeGenerator::GetInt32ValueOf(constant); in EmitMove()
Dcode_generator_arm_vixl.cc4449 uint32_t rot = CodeGenerator::GetInt32ValueOf(rhs.GetConstant()) & 0x1F; in HandleIntegerRotate()
6536 int32_t value = CodeGenerator::GetInt32ValueOf(constant); in EmitMove()