URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [i386/] [x86-64-inval-movbe.s] - Rev 818
Compare with Previous | Blame | View Log
# Check illegal movbe in 64bit mode. .text foo: movbe (%rcx),%bl movbe %ecx,%ebx movbe %bx,%rcx movbe %rbx,%rcx movbe %bl,(%rcx) .intel_syntax noprefix movbe bl, byte ptr [rcx] movbe ebx, ecx movbe rcx, bx movbe rcx, rbx movbe byte ptr [rcx], bl