tag | line | file | source code |
COMMON | 116 | include/asm-i386/segment.h | COMMON(""); |
COMMON | 119 | include/asm-i386/segment.h | COMMON("movsb\n\t"); |
COMMON | 122 | include/asm-i386/segment.h | COMMON("movsw\n\t"); |
COMMON | 125 | include/asm-i386/segment.h | COMMON("movsw\n\tmovsb\n\t"); |
COMMON | 176 | include/asm-i386/segment.h | COMMON(""); |
COMMON | 179 | include/asm-i386/segment.h | COMMON("fs ; movsb"); |
COMMON | 182 | include/asm-i386/segment.h | COMMON("fs ; movsw"); |
COMMON | 185 | include/asm-i386/segment.h | COMMON("fs ; movsw\n\tfs ; movsb"); |
COMMON | 392 | include/asm-i386/string.h | case 0: COMMON(""); return to; |
COMMON | 393 | include/asm-i386/string.h | case 1: COMMON("\n\tmovsb"); return to; |
COMMON | 394 | include/asm-i386/string.h | case 2: COMMON("\n\tmovsw"); return to; |
COMMON | 395 | include/asm-i386/string.h | case 3: COMMON("\n\tmovsw\n\tmovsb"); return to; |
COMMON | 510 | include/asm-i386/string.h | case 0: COMMON(""); return s; |
COMMON | 511 | include/asm-i386/string.h | case 1: COMMON("\n\tstosb"); return s; |
COMMON | 512 | include/asm-i386/string.h | case 2: COMMON("\n\tstosw"); return s; |
COMMON | 513 | 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"); |