| tag | line | file | source code |
| COMMON | 196 | include/asm-i386/segment.h | COMMON(""); |
| COMMON | 199 | include/asm-i386/segment.h | COMMON("movsb\n\t"); |
| COMMON | 202 | include/asm-i386/segment.h | COMMON("movsw\n\t"); |
| COMMON | 205 | include/asm-i386/segment.h | COMMON("movsw\n\tmovsb\n\t"); |
| COMMON | 271 | include/asm-i386/segment.h | COMMON(""); |
| COMMON | 274 | include/asm-i386/segment.h | COMMON("fs ; movsb"); |
| COMMON | 277 | include/asm-i386/segment.h | COMMON("fs ; movsw"); |
| COMMON | 280 | include/asm-i386/segment.h | COMMON("fs ; movsw\n\tfs ; movsb"); |
| COMMON | 390 | include/asm-i386/string.h | case 0: COMMON(""); return to; |
| COMMON | 391 | include/asm-i386/string.h | case 1: COMMON("\n\tmovsb"); return to; |
| COMMON | 392 | include/asm-i386/string.h | case 2: COMMON("\n\tmovsw"); return to; |
| COMMON | 393 | include/asm-i386/string.h | case 3: COMMON("\n\tmovsw\n\tmovsb"); return to; |
| COMMON | 531 | include/asm-i386/string.h | case 0: COMMON(""); return s; |
| COMMON | 532 | include/asm-i386/string.h | case 1: COMMON("\n\tstosb"); return s; |
| COMMON | 533 | include/asm-i386/string.h | case 2: COMMON("\n\tstosw"); return s; |
| COMMON | 534 | include/asm-i386/string.h | case 3: COMMON("\n\tstosw\n\tstosb"); return s; |
| COMMON | 117 | include/asm-m68k/segment.h | COMMON(""); |
| COMMON | 120 | include/asm-m68k/segment.h | COMMON("movsb\n\t"); |
| COMMON | 123 | include/asm-m68k/segment.h | COMMON("movsw\n\t"); |
| COMMON | 126 | include/asm-m68k/segment.h | COMMON("movsw\n\tmovsb\n\t"); |
| COMMON | 179 | include/asm-m68k/segment.h | COMMON(""); |
| COMMON | 182 | include/asm-m68k/segment.h | COMMON("fs ; movsb"); |
| COMMON | 185 | include/asm-m68k/segment.h | COMMON("fs ; movsw"); |
| COMMON | 188 | include/asm-m68k/segment.h | COMMON("fs ; movsw\n\tfs ; movsb"); |