Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.cc655 int32_t value = GetInt32ValueOf(constant); in Move()
700 Immediate imm(GetInt32ValueOf(const_to_move)); in Move()
843 int32_t constant = CodeGenerator::GetInt32ValueOf(rhs.GetConstant()); in GenerateTestAndBranch()
969 int32_t constant = CodeGenerator::GetInt32ValueOf(rhs.GetConstant()); in VisitCondition()
3271 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
3282 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
3293 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
3655 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in VisitArraySet()
3665 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in VisitArraySet()
3785 int32_t length = CodeGenerator::GetInt32ValueOf(length_loc.GetConstant()); in VisitBoundsCheck()
[all …]
Dcode_generator.h298 static int32_t GetInt32ValueOf(HConstant* constant) { in GetInt32ValueOf() function
Dintrinsics_x86_64.cc1165 Immediate(CodeGenerator::GetInt32ValueOf(value.GetConstant()))); in GenPoke()
1173 Immediate(CodeGenerator::GetInt32ValueOf(value.GetConstant()))); in GenPoke()
1181 Immediate(CodeGenerator::GetInt32ValueOf(value.GetConstant()))); in GenPoke()
Dcode_generator_mips64.cc646 __ LoadConst32(gpr, GetInt32ValueOf(source.GetConstant()->AsConstant())); in MoveLocation()
699 __ LoadConst32(TMP, GetInt32ValueOf(src_cst->AsConstant())); in MoveLocation()
802 __ LoadConst32(dst, GetInt32ValueOf(instruction->AsConstant())); in Move()
810 __ LoadConst32(TMP, GetInt32ValueOf(instruction->AsConstant())); in Move()
1740 rhs_imm = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant()); in VisitCondition()
1981 rhs_imm = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant()); in GenerateTestAndBranch()
Dcode_generator_x86.cc645 int32_t value = GetInt32ValueOf(constant); in Move32()
727 Immediate imm(GetInt32ValueOf(const_to_move)); in Move()
881 int32_t constant = CodeGenerator::GetInt32ValueOf(rhs.GetConstant()); in GenerateTestAndBranch()
1008 int32_t constant = CodeGenerator::GetInt32ValueOf(rhs.GetConstant()); in VisitCondition()
3933 int32_t length = CodeGenerator::GetInt32ValueOf(length_loc.GetConstant()); in VisitBoundsCheck()
3936 int32_t index = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant()); in VisitBoundsCheck()
3955 int32_t value = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant()); in VisitBoundsCheck()
4092 int32_t value = CodeGenerator::GetInt32ValueOf(constant); in EmitMove()
Dcode_generator_arm.cc812 int32_t value = GetInt32ValueOf(const_to_move); in Move()
970 int32_t value = CodeGenerator::GetInt32ValueOf(constant); in GenerateTestAndBranch()
1049 int32_t value = CodeGenerator::GetInt32ValueOf(locations->InAt(1).GetConstant()); in VisitCondition()
3642 int32_t value = CodeGenerator::GetInt32ValueOf(constant); in EmitMove()