URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [i386/] [movbe.s] - Rev 830
Go to most recent revision | Compare with Previous | Blame | View Log
# Check movbe .text foo: movbe (%ecx),%bx movbe (%ecx),%ebx movbe %bx,(%ecx) movbe %ebx,(%ecx) movbew (%ecx),%bx movbel (%ecx),%ebx movbew %bx,(%ecx) movbel %ebx,(%ecx) .intel_syntax noprefix movbe bx, word ptr [ecx] movbe ebx, dword ptr [ecx] movbe word ptr [ecx], bx movbe dword ptr [ecx], ebx
Go to most recent revision | Compare with Previous | Blame | View Log