Home
last modified time | relevance | path

Searched refs:nop_size (Results 1 - 2 of 2) sorted by relevance

/third_party/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc1261 const int nop_size = masm.IsUsingA32() ? 4 : 2; in EmitReusedLoadLiteralStressTest() local
1262 const int nops = (ldr_range - ldrd_range) / nop_size; in EmitReusedLoadLiteralStressTest()
1292 n * nop_size, in EmitReusedLoadLiteralStressTest()
2244 const int nop_size = masm.IsUsingA32() ? kA32InstructionSizeInBytes in TEST() local
2279 int space = AlignDown(padding_before, nop_size); in TEST()
2292 int space = AlignDown(padding_after, nop_size); in TEST()
3428 size_t nop_size = (isa == T32) ? k16BitT32InstructionSizeInBytes in TEST() local
3431 VIXL_CHECK(masm.GetSizeOfCodeGeneratedSince(&start) >= nop_size); in TEST()
5217 int nop_size = kLdrdRange - kCbzCbnzRange - 5 * kSizeForCbz; in TEST_T32() local
5218 ExactAssemblyScope scope(&masm, nop_size, CodeBufferCheckScop in TEST_T32()
5241 int nop_size = kCbzCbnzRange; TEST_T32() local
5291 const int nop_size = masm.IsUsingA32() ? 4 : 2; TEST() local
[all...]
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h111 int nop_size = IsUsingT32() ? k16BitT32InstructionSizeInBytes variable
113 VIXL_ASSERT(n % nop_size == 0);
114 nops = n / nop_size;

Completed in 28 milliseconds