Home
last modified time | relevance | path

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

/external/vixl/test/
Dtest-code-generation-scopes.cc58 CodeBufferCheckScope scope(&masm, aarch32::kA32InstructionSizeInBytes); in TEST()
86 CodeBufferCheckScope scope(&masm, 2 * aarch32::kA32InstructionSizeInBytes); in TEST()
118 scope.Open(&masm, aarch32::kA32InstructionSizeInBytes); in TEST()
148 CodeBufferCheckScope scope(&masm, aarch32::kA32InstructionSizeInBytes); in TEST()
182 scope.Open(&masm, aarch32::kA32InstructionSizeInBytes); in TEST()
216 EmissionCheckScope scope(&masm, aarch32::kA32InstructionSizeInBytes); in TEST()
246 scope.Open(&masm, aarch32::kA32InstructionSizeInBytes); in TEST()
276 EmissionCheckScope scope(&masm, aarch32::kA32InstructionSizeInBytes); in TEST()
310 scope.Open(&masm, aarch32::kA32InstructionSizeInBytes); in TEST()
500 ExactAssemblyScope scope(&masm, aarch32::kA32InstructionSizeInBytes); in TEST_A32()
[all …]
/external/vixl/src/aarch32/
Dconstants-aarch32.h81 const uint32_t kA32InstructionSizeInBytes = 4; variable
Dassembler-aarch32.cc1870 {kA32InstructionSizeInBytes,
1878 static const struct ReferenceInfo kA32AdrInfo = {kA32InstructionSizeInBytes,
1887 static const struct ReferenceInfo kA32DataInfo = {kA32InstructionSizeInBytes,
1898 static const struct ReferenceInfo kA32FarDataInfo = {kA32InstructionSizeInBytes,
1908 {kA32InstructionSizeInBytes,
1916 static const struct ReferenceInfo kA32BlxInfo = {kA32InstructionSizeInBytes,
Dmacro-assembler-aarch32.h106 : kA32InstructionSizeInBytes; in EmitNopBytes()
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc669 size_of_generated_code = 18 * kA32InstructionSizeInBytes; in TEST()
741 5 * kA32InstructionSizeInBytes + 4, in TEST()
1754 const int ldrd_padding = ldrd_range - 2 * kA32InstructionSizeInBytes; in TEST_A32()
1758 ldr_range - ldrd_padding - 2 * kA32InstructionSizeInBytes; in TEST_A32()
1764 int space = AlignDown(ldr_padding, kA32InstructionSizeInBytes); in TEST_A32()
1776 int space = AlignDown(ldrd_padding, kA32InstructionSizeInBytes); in TEST_A32()
2244 const int nop_size = masm.IsUsingA32() ? kA32InstructionSizeInBytes in TEST()
3427 : kA32InstructionSizeInBytes; in TEST()
4946 for (; i < ldrd_range - 4 * kA32InstructionSizeInBytes; in TEST_T32()
5567 size_of_generated_code = 7 * kA32InstructionSizeInBytes; in TEST()
[all …]