]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseTimerLibLocalApic/Ipf/ReadItc.s
ea94b670e733dd3bccf127577beca723386e7cef
[mirror_edk2.git] / MdePkg / Library / BaseTimerLibLocalApic / Ipf / ReadItc.s
1 /// @file
2 /// Contains an implementation of InternalIpfReadItc () on Itanium-based
3 /// architecture.
4 ///
5 /// Copyright (c) 2006, Intel Corporation
6 /// All rights reserved. This program and the accompanying materials
7 /// are licensed and made available under the terms and conditions of the BSD License
8 /// which accompanies this distribution. The full text of the license may be found at
9 /// http://opensource.org/licenses/bsd-license.php
10 ///
11 /// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 /// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 ///
14 /// Module Name: ReadItc.s
15 ///
16 ///
17
18 .auto
19 .text
20
21 .proc InternalIpfReadItc
22 .type InternalIpfReadItc, @function
23 InternalIpfReadItc::
24 mov r8 = ar.itc
25 br.ret.sptk.many b0
26 .endp InternalIpfReadItc