Searched refs:kA32InstructionSizeInBytes (Results 1 – 5 of 5) sorted by relevance
/external/vixl/test/ |
D | test-code-generation-scopes.cc | 58 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/ |
D | constants-aarch32.h | 81 const uint32_t kA32InstructionSizeInBytes = 4; variable
|
D | assembler-aarch32.cc | 1870 {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,
|
D | macro-assembler-aarch32.h | 106 : kA32InstructionSizeInBytes; in EmitNopBytes()
|
/external/vixl/test/aarch32/ |
D | test-assembler-aarch32.cc | 669 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 …]
|