Searched defs:ldrd_range (Results 1 - 1 of 1) sorted by relevance

/external/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc1176 const int ldrd_range = masm.IsUsingA32() ? 255 : 1020; local
1177 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4);
1225 const int ldrd_range = masm.IsUsingA32() ? 255 : 1020; local
1226 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4);
1259 const int ldrd_range = masm.IsUsingA32() ? 255 : 1020; local
1262 const int nops = (ldr_range - ldrd_range) / nop_size;
1278 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4);
1458 const int ldrd_range = masm->IsUsingA32() ? 255 : 1020; local
1470 ldrd_range -
1520 const int ldrd_range local
1564 const int ldrd_range = masm.IsUsingA32() ? 255 : 1020; local
1625 const int ldrd_range = masm.IsUsingA32() ? 255 : 1020; local
1752 const int ldrd_range = 255; local
4920 const uint32_t ldrd_range = 1020; local
4979 const uint32_t ldrd_range = 1020; local
[all...]

Completed in 81 milliseconds