Home | History | Annotate | Download | only in i386
      1  .intel_syntax noprefix
      2  .text
      3 _cbw:
      4 	cbw
      5 	cwde
      6 	cdqe
      7 	rex cbw
      8 	rex cwde
      9 	rex64 cbw
     10 _cwd:
     11 	cwd
     12 	cdq
     13 	cqo
     14 	rex cwd
     15 	rex cdq
     16 	rex64 cwd
     17 
     18 	.p2align	4,0
     19