tag | line | file | source code |
COMMON | 157 | include/asm-i386/segment.h | COMMON(""); |
COMMON | 160 | include/asm-i386/segment.h | COMMON("movsb\n\t"); |
COMMON | 163 | include/asm-i386/segment.h | COMMON("movsw\n\t"); |
COMMON | 166 | include/asm-i386/segment.h | COMMON("movsw\n\tmovsb\n\t"); |
COMMON | 238 | include/asm-i386/segment.h | COMMON(""); |
COMMON | 241 | include/asm-i386/segment.h | COMMON("fs ; movsb"); |
COMMON | 244 | include/asm-i386/segment.h | COMMON("fs ; movsw"); |
COMMON | 247 | include/asm-i386/segment.h | COMMON("fs ; movsw\n\tfs ; movsb"); |
COMMON | 412 | include/asm-i386/string.h | case 0: COMMON(""); return to; |
COMMON | 413 | include/asm-i386/string.h | case 1: COMMON("\n\tmovsb"); return to; |
COMMON | 414 | include/asm-i386/string.h | case 2: COMMON("\n\tmovsw"); return to; |
COMMON | 415 | include/asm-i386/string.h | case 3: COMMON("\n\tmovsw\n\tmovsb"); return to; |
COMMON | 561 | include/asm-i386/string.h | case 0: COMMON(""); return s; |
COMMON | 562 | include/asm-i386/string.h | case 1: COMMON("\n\tstosb"); return s; |
COMMON | 563 | include/asm-i386/string.h | case 2: COMMON("\n\tstosw"); return s; |
COMMON | 564 | 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"); |