URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [i386/] [movbe.s] - Rev 38
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