Lines Matching refs:nops
1262 const int nops = (ldr_range - ldrd_range) / nop_size;
1264 for (int n = nops - 10; n < nops + 10; ++n) {
1288 // Generate nops, in order to bring the checkpoints of the Ldr and Ldrd
1308 // be emitted after the ldrd when the number of nops is small enough.
1949 // Generate nops precisely to fill the buffer.
3552 // probability of nops being emitted in the sequence. The branch-to-bind
3655 // - 0..3: Generate various amount of nops.
3658 // - 15..19: Generate various amount of nops.
3663 // - "nops vs literals"
3665 // - "veneers vs nops"
3916 // Fill the buffer with nops.
3956 // Fill the buffer with nops.
3994 // Fill the buffer with nops.
4021 // Add enough nops to exceed the range of all loads.
4093 // Add enough nops to exceed the range of all loads, leaving the PC aligned
4186 // Add enough nops to exceed the range of the loads, but not the adr that will
4259 // Add enough nops to exceed the range of the loads, but not the adr that will
4344 // Add enough nops to exceed the range of all loads.
4358 // Add enough nops to exceed the range of the adr+sub sequence.
4943 // Generate some nops.
5015 // Generate nops up to the literal pool limit.
5111 // The range for ldr is 4095, the range for cbz is 127. Generate nops
5214 // Ldrd has a bigger range that cbz. Generate some nops before the cbzs in
6372 // The issue would only appear when emitting the nops in a single scope.