]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ipf/AccessKr.s
Split AsmReadKr7() and AsmWriteKr7() from AccessKr.s file since these two APIs are...
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ipf / AccessKr.s
index e95059a2cfc81d59afbcd26ee52d9d9ec4c07076..63137017e00da76a2d37349a35cd137d44076a42 100644 (file)
@@ -1,7 +1,7 @@
 /// @file\r
-///  IPF specific AsmReadKrX() and AsmWriteKrX functions, 'X' is from '0' to '7'\r
+///  IPF specific AsmReadKrX() and AsmWriteKrX() functions, 'X' is from '0' to '6'\r
 ///\r
-/// Copyright (c) 2006 - 2008, Intel Corporation\r
+/// Copyright (c) 2006 - 2009, Intel Corporation\r
 /// All rights reserved. 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
@@ -358,51 +358,3 @@ AsmWriteKr6::
         mov             r8 = in0;;\r
         br.ret.dpnt     b0;;\r
 .endp   AsmWriteKr6\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
-\r
-AsmWriteKr7::\r
-        mov             ar.k7 = in0\r
-        mov             r8 = in0;;\r
-        br.ret.dpnt     b0;;\r
-.endp   AsmWriteKr7\r