Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86.cc1363 int32_t value = GetInt32ValueOf(source.GetConstant()); in Move32()
1386 int32_t value = GetInt32ValueOf(constant); in Move32()
1562 int32_t v = CodeGenerator::GetInt32ValueOf(src.GetConstant()); in MoveToMemory()
1584 int32_t v = CodeGenerator::GetInt32ValueOf(src.GetConstant()); in MoveToMemory()
5910 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
5944 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
6526 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in VisitArraySet()
6644 int32_t length = CodeGenerator::GetInt32ValueOf(length_loc.GetConstant()); in VisitBoundsCheck()
6647 int32_t index = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant()); in VisitBoundsCheck()
6872 int32_t value = CodeGenerator::GetInt32ValueOf(constant); in EmitMove()
[all …]
H A Dcode_generator_x86_64.cc1630 Load32BitValue(dest, GetInt32ValueOf(constant)); in Move()
1665 int32_t value = GetInt32ValueOf(constant); in Move()
5096 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in HandleFieldSet()
5670 int32_t v = CodeGenerator::GetInt32ValueOf(value.GetConstant()); in VisitArraySet()
5777 int32_t length = CodeGenerator::GetInt32ValueOf(length_loc.GetConstant()); in VisitBoundsCheck()
5780 int32_t index = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant()); in VisitBoundsCheck()
5816 int32_t value = CodeGenerator::GetInt32ValueOf(index_loc.GetConstant()); in VisitBoundsCheck()
5993 int32_t value = CodeGenerator::GetInt32ValueOf(constant); in EmitMove()
7801 int32_t value = CodeGenerator::GetInt32ValueOf(rhs.GetConstant()); in GenerateIntCompare()
H A Dcode_generator.h535 static int32_t GetInt32ValueOf(HConstant* constant) { in GetInt32ValueOf() function
H A Dintrinsics_x86_64.cc1707 Immediate(CodeGenerator::GetInt32ValueOf(value.GetConstant()))); in GenPoke()
1715 Immediate(CodeGenerator::GetInt32ValueOf(value.GetConstant()))); in GenPoke()
1723 Immediate(CodeGenerator::GetInt32ValueOf(value.GetConstant()))); in GenPoke()
H A Dcode_generator_arm_vixl.cc5058 uint32_t rot = CodeGenerator::GetInt32ValueOf(rhs.GetConstant()) & 0x1F; in HandleIntegerRotate()
7210 int32_t value = CodeGenerator::GetInt32ValueOf(constant); in EmitMove()