Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.cc227 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in HandleOutOfBoundsImmediate()
233 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in HandleOutOfBoundsImmediate()
239 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in HandleOutOfBoundsImmediate()
244 CodeBufferCheckScope scope(this, 2 * kMaxInstructionSizeInBytes); in HandleOutOfBoundsImmediate()
680 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in Delegate()
726 CodeBufferCheckScope scope(this, 2 * kMaxInstructionSizeInBytes); in Delegate()
744 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in Delegate()
755 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in Delegate()
766 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in Delegate()
777 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in Delegate()
[all …]
Dlocation-aarch32.cc138 macro_assembler->GetBuffer()->EnsureSpaceFor(kMaxInstructionSizeInBytes); in EmitPoolObject()
140 kMaxInstructionSizeInBytes, in EmitPoolObject()
Dconstants-aarch32.h80 const uint32_t kMaxInstructionSizeInBytes = 4; variable
Dmacro-assembler-aarch32.h87 kMaxInstructionSizeInBytes, in EmitPoolHeader()
130 8 * kMaxInstructionSizeInBytes;
361 CodeBufferCheckScope scope(this, 4 * kMaxInstructionSizeInBytes);
11055 static const int kBranchSize = kMaxInstructionSizeInBytes;
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc1177 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4); in TEST()
1226 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4); in TEST()
1278 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4); in EmitReusedLoadLiteralStressTest()
1472 kMaxInstructionSizeInBytes, in EmitLdrdLiteralTest()
1521 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4); in TEST()
1565 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4); in TEST()
1934 int masm_check_margin = 10 * kMaxInstructionSizeInBytes; in GenerateLdrLiteralTriggerPoolEmission()
1938 static_cast<int32_t>(kMaxInstructionSizeInBytes)) { in GenerateLdrLiteralTriggerPoolEmission()
2266 (2 * kMaxInstructionSizeInBytes) - margin; in TEST()
2513 kMaxInstructionSizeInBytes, in TEST_T32()
[all …]