Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.cc1140 Load32BitValue(dest, GetInt32ValueOf(constant)); in Move()
1175 int32_t value = GetInt32ValueOf(constant); in Move()
1299 int32_t value = CodeGenerator::GetInt32ValueOf(right.GetConstant()); in GenerateCompareTest()
1479 int32_t constant = CodeGenerator::GetInt32ValueOf(rhs.GetConstant()); in GenerateTestAndBranch()
1686 int32_t constant = CodeGenerator::GetInt32ValueOf(rhs.GetConstant()); in HandleCondition()
4254 int8_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
4265 int16_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
4276 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
4890 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in VisitArraySet()
4995 int32_t length = CodeGenerator::GetInt32ValueOf(length_loc.GetConstant()); in VisitBoundsCheck()
[all …]
Dcode_generator.h377 static int32_t GetInt32ValueOf(HConstant* constant) { in GetInt32ValueOf() function
Dcode_generator_x86.cc1013 int32_t value = GetInt32ValueOf(constant); in Move32()
1437 int32_t constant = CodeGenerator::GetInt32ValueOf(rhs.GetConstant()); in GenerateTestAndBranch()
1537 int32_t value = CodeGenerator::GetInt32ValueOf(rhs.GetConstant()); in GenerateIntCompare()
4756 int16_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
4776 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
4810 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
5400 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in VisitArraySet()
5520 int32_t length = CodeGenerator::GetInt32ValueOf(length_loc.GetConstant()); in VisitBoundsCheck()
5523 int32_t index = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant()); in VisitBoundsCheck()
5542 int32_t value = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant()); in VisitBoundsCheck()
[all …]
Dcode_generator_mips64.cc685 int32_t value = GetInt32ValueOf(source.GetConstant()->AsConstant()); in MoveLocation()
765 int32_t value = GetInt32ValueOf(src_cst->AsConstant()); in MoveLocation()
1719 int32_t value = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant()->AsConstant()); in VisitCompare()
2254 rhs_imm = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant()); in GenerateIntLongCompare()
2389 rhs_imm = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant()); in GenerateIntLongCompareAndBranch()
Dintrinsics_x86_64.cc1846 Immediate(CodeGenerator::GetInt32ValueOf(value.GetConstant()))); in GenPoke()
1854 Immediate(CodeGenerator::GetInt32ValueOf(value.GetConstant()))); in GenPoke()
1862 Immediate(CodeGenerator::GetInt32ValueOf(value.GetConstant()))); in GenPoke()
Dcode_generator_mips.cc914 int32_t value = GetInt32ValueOf(c); in MoveConstant()
937 int32_t value = GetInt32ValueOf(c); in MoveConstant()
1146 int32_t imm = CodeGenerator::GetInt32ValueOf(right->AsConstant()); in HandleBinaryOp()
1198 rhs_imm = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant()); in HandleBinaryOp()
2627 rhs_imm = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant()); in GenerateIntCompare()
2756 rhs_imm = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant()); in GenerateIntCompareAndBranch()
Dcode_generator_arm.cc1449 __ CmpConstant(left, CodeGenerator::GetInt32ValueOf(right.GetConstant())); in GenerateTestAndBranch()
1586 CodeGenerator::GetInt32ValueOf(right.GetConstant())); in HandleCondition()
3136 uint32_t rot = CodeGenerator::GetInt32ValueOf(rhs.GetConstant()) & 0x1F; in HandleIntegerRotate()
4932 int32_t value = CodeGenerator::GetInt32ValueOf(constant); in EmitMove()