Lines Matching +full:6 +full:b
35 * Fill up @bytes with nops. The macro emits 6-byte nop instructions
37 * a 2-byte nop if the size of the area is not divisible by 6.
40 .fill ( \bytes ) / 6, 6, 0xc0040000
41 .fill ( \bytes ) % 6 / 4, 4, 0x47000000
42 .fill ( \bytes ) % 6 % 4 / 2, 2, 0x0700
47 * than 6, emit a jg instruction to branch over all nops, then
48 * fill an area of size (@bytes - 6) with nop instructions.
52 .if ( \bytes > 6 )
54 alt_pad_fill \bytes - 6
72 773: alt_len_check 770b, 771b
73 alt_len_check 772b, 773b
74 alt_pad ( ( 771b - 770b ) - ( 773b - 772b ) )
76 alt_entry 772b, 774b, 770b, 771b, \feature
92 774: alt_len_check 770b, 771b
93 alt_len_check 771b, 772b
94 alt_len_check 773b, 774b
95 .if ( 771b - 770b > 772b - 771b )
96 alt_pad ( ( 771b - 770b ) - ( 774b - 773b ) )
98 alt_pad ( ( 772b - 771b ) - ( 774b - 773b ) )
101 alt_entry 773b, 775b, 770b, 771b,\feature1
102 alt_entry 773b, 775b, 771b, 772b,\feature2