]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ipf/AccessKr7.s
MdePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ipf / AccessKr7.s
diff --git a/MdePkg/Library/BaseLib/Ipf/AccessKr7.s b/MdePkg/Library/BaseLib/Ipf/AccessKr7.s
deleted file mode 100644 (file)
index 66a3dbf..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-/// @file\r
-///  IPF specific AsmReadKr7() and AsmWriteKr7()\r
-///\r
-/// Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
-/// This program and the accompanying materials\r
-/// are licensed and made available under the terms and conditions of the BSD License\r
-/// which accompanies this distribution.  The full text of the license may be found at\r
-/// http://opensource.org/licenses/bsd-license.php.\r
-///\r
-/// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-/// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-///\r
-/// Module Name: AccessKr7.s\r
-///\r
-///\r
-\r
-//---------------------------------------------------------------------------------\r
-//++\r
-// AsmReadKr7\r
-//\r
-// This routine is used to get KR7.\r
-//\r
-// Arguments :\r
-//\r
-// On Entry :  None.\r
-//\r
-// Return Value: The value store in KR7.\r
-//\r
-//--\r
-//----------------------------------------------------------------------------------\r
-.text\r
-.type   AsmReadKr7, @function\r
-.proc   AsmReadKr7\r
-\r
-AsmReadKr7::\r
-        mov             r8 = ar.k7;;\r
-        br.ret.dpnt     b0;;\r
-.endp   AsmReadKr7\r
-\r
-//---------------------------------------------------------------------------------\r
-//++\r
-// AsmWriteKr7\r
-//\r
-// This routine is used to write KR7.\r
-//\r
-// Arguments :\r
-//\r
-// On Entry :  None.\r
-//\r
-// Return Value: The value written to the KR7.\r
-//\r
-//--\r
-//----------------------------------------------------------------------------------\r
-.text\r
-.type   AsmWriteKr7, @function\r
-.proc   AsmWriteKr7\r
-.regstk 1, 3, 0, 0\r
-\r
-AsmWriteKr7::\r
-        mov             ar.k7 = in0\r
-        mov             r8 = in0;;\r
-        br.ret.dpnt     b0;;\r
-.endp   AsmWriteKr7\r