Home | History | Annotate | Download | only in i386
      1 .*: Assembler messages:
      2 .*:4: Error: .*
      3 .*:5: Error: .*
      4 .*:6: Error: .*
      5 .*:7: Error: .*
      6 .*:10: Error: .*
      7 .*:11: Error: .*
      8 .*:12: Error: .*
      9 .*:13: Error: .*
     10 GAS LISTING .*
     11 
     12 
     13 [ 	]*1[ 	]+\# Check illegal movbe
     14 [ 	]*2[ 	]+\.text
     15 [ 	]*3[ 	]+foo:
     16 [ 	]*4[ 	]+movbe	\(%ecx\),%bl
     17 [ 	]*5[ 	]+movbe	%ecx,%ebx
     18 [ 	]*6[ 	]+movbe	%bx,%ecx
     19 [ 	]*7[ 	]+movbe	%bl,\(%ecx\)
     20 [ 	]*8[ 	]+
     21 [ 	]*9[ 	]+\.intel_syntax noprefix
     22 [ 	]*10[ 	]+movbe bl, byte ptr \[ecx\]
     23 [ 	]*11[ 	]+movbe ebx, ecx
     24 [ 	]*12[ 	]+movbe ecx, bx
     25 [ 	]*13[ 	]+movbe byte ptr \[ecx\], bl
     26