tag | line | file | source code |
COMMON | 108 | include/asm-i386/segment.h | COMMON(""); |
COMMON | 111 | include/asm-i386/segment.h | COMMON("movsb\n\t"); |
COMMON | 114 | include/asm-i386/segment.h | COMMON("movsw\n\t"); |
COMMON | 117 | include/asm-i386/segment.h | COMMON("movsw\n\tmovsb\n\t"); |
COMMON | 168 | include/asm-i386/segment.h | COMMON(""); |
COMMON | 171 | include/asm-i386/segment.h | COMMON("fs ; movsb"); |
COMMON | 174 | include/asm-i386/segment.h | COMMON("fs ; movsw"); |
COMMON | 177 | include/asm-i386/segment.h | COMMON("fs ; movsw\n\tfs ; movsb"); |
COMMON | 465 | include/asm-i386/string.h | case 0: COMMON(""); return s; |
COMMON | 466 | include/asm-i386/string.h | case 1: COMMON("\n\tstosb"); return s; |
COMMON | 467 | include/asm-i386/string.h | case 2: COMMON("\n\tstosw"); return s; |
COMMON | 468 | include/asm-i386/string.h | case 3: COMMON("\n\tstosw\n\tstosb"); return s; |