OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [i386/] [svme.s] - Rev 816

Go to most recent revision | Compare with Previous | Blame | View Log

	.text
common:
	clgi
	invlpga
	skinit
	stgi
	vmload
	vmmcall
	vmrun
	vmsave
 
.macro do_args arg1, arg2
	invlpga	\arg1, \arg2
	vmload	\arg1
	vmrun	\arg1
	vmsave	\arg1
.endm
 
.ifdef __amd64__
att64:
	do_args	%rax, %ecx
.endif
att32:
	skinit	%eax
	do_args	%eax, %ecx
 
.intel_syntax noprefix
.ifdef __amd64__
intel64:
	do_args	rax, ecx
.endif
intel32:
	skinit	eax
	do_args	eax, ecx
 
	.p2align 4,0
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.