Home | History | Annotate | Download | only in asm-x86

Lines Matching full:case

58 		case 1: *(char*)to = *(char*)from; return to;
59 case 2: *(short*)to = *(short*)from; return to;
60 case 4: *(int*)to = *(int*)from; return to;
62 case 3: *(short*)to = *(short*)from;
64 case 5: *(int*)to = *(int*)from;
66 case 6: *(int*)to = *(int*)from;
68 case 8: *(int*)to = *(int*)from;
97 case 0: return to;
98 case 1: __asm__ __volatile__("movsb"
101 case 2: __asm__ __volatile__("movsw"
213 case 0:
215 case 1:
218 case 2:
221 case 3:
225 case 4:
239 case 0: COMMON(""); return s;
240 case 1: COMMON("\n\tstosb"); return s;
241 case 2: COMMON("\n\tstosw"); return s;