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 | 437 | include/asm-i386/string.h | case 0: COMMON(""); return to; |
COMMON | 438 | include/asm-i386/string.h | case 1: COMMON("\n\tmovsb"); return to; |
COMMON | 439 | include/asm-i386/string.h | case 2: COMMON("\n\tmovsw"); return to; |
COMMON | 440 | include/asm-i386/string.h | case 3: COMMON("\n\tmovsw\n\tmovsb"); return to; |
COMMON | 586 | include/asm-i386/string.h | case 0: COMMON(""); return s; |
COMMON | 587 | include/asm-i386/string.h | case 1: COMMON("\n\tstosb"); return s; |
COMMON | 588 | include/asm-i386/string.h | case 2: COMMON("\n\tstosw"); return s; |
COMMON | 589 | include/asm-i386/string.h | case 3: COMMON("\n\tstosw\n\tstosb"); return s; |
COMMON | 214 | include/asm-m68k/segment.h | COMMON(""); |
COMMON | 217 | include/asm-m68k/segment.h | COMMON("moveb %1@+,%/d0; movesb %/d0,%2@+"); |
COMMON | 220 | include/asm-m68k/segment.h | COMMON("movew %1@+,%/d0; movesw %/d0,%2@+"); |
COMMON | 223 | include/asm-m68k/segment.h | COMMON("movew %1@+,%/d0; movesw %/d0,%2@+\n\t" |
COMMON | 310 | include/asm-m68k/segment.h | COMMON(""); |
COMMON | 313 | include/asm-m68k/segment.h | COMMON("movesb %1@+,%/d0; moveb %/d0,%2@+"); |
COMMON | 316 | include/asm-m68k/segment.h | COMMON("movesw %1@+,%/d0; movew %/d0,%2@+"); |
COMMON | 319 | include/asm-m68k/segment.h | COMMON("movesw %1@+,%/d0; movew %/d0,%2@+\n\t" |