URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [i386/] [cr-err.s] - Rev 830
Go to most recent revision | Compare with Previous | Blame | View Log
.text _start: movl (%cr0), %eax movl %eax, (%cr7) movl (%cr8), %eax movl %eax, (%cr15) movl (%db0), %eax movl %eax, (%db7) movl (%dr0), %eax movl %eax, (%dr7) movl (%tr0), %eax movl %eax, (%tr7) .att_syntax noprefix movl (cr0), eax movl eax, (cr7) movl (cr8), eax movl eax, (cr15) movl (db0), eax movl eax, (db7) movl (dr0), eax movl eax, (dr7) movl (tr0), eax movl eax, (tr7) .intel_syntax noprefix mov eax, [cr0] mov [cr7], eax mov eax, [cr8] mov [cr15], eax mov eax, [dr0] mov [dr7], eax mov eax, [tr0] mov [tr7], eax
Go to most recent revision | Compare with Previous | Blame | View Log