Searched refs:GetInstructionSetInstructionAlignment (Results 1 – 3 of 3) sorted by relevance
47 TEST(InstructionSetTest, GetInstructionSetInstructionAlignment) { in TEST() argument48 EXPECT_EQ(GetInstructionSetInstructionAlignment(InstructionSet::kThumb2), in TEST()50 EXPECT_EQ(GetInstructionSetInstructionAlignment(InstructionSet::kArm64), in TEST()52 EXPECT_EQ(GetInstructionSetInstructionAlignment(InstructionSet::kX86), in TEST()54 EXPECT_EQ(GetInstructionSetInstructionAlignment(InstructionSet::kX86_64), in TEST()56 EXPECT_EQ(GetInstructionSetInstructionAlignment(InstructionSet::kMips), in TEST()58 EXPECT_EQ(GetInstructionSetInstructionAlignment(InstructionSet::kMips64), in TEST()
35 return CodeOffset(offset / GetInstructionSetInstructionAlignment(isa));43 uint32_t decoded = value_ * GetInstructionSetInstructionAlignment(isa);
120 constexpr size_t GetInstructionSetInstructionAlignment(InstructionSet isa) { in GetInstructionSetInstructionAlignment() function