Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/libc/386/cycles.s

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#define RDTSC 		BYTE $0x0F; BYTE $0x31

TEXT cycles(SB),1,$0		/* time stamp counter; cycles since power up */
	RDTSC
	MOVL	vlong+0(FP), CX	/* &vlong */
	MOVL	AX, 0(CX)	/* lo */
	MOVL	DX, 4(CX)	/* hi */
	RET

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.