]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OldMdePkg/Library/BaseLib/Ipf/ExecFc.s
Retiring the ANT/JAVA build and removing the older EDK II packages that required...
[mirror_edk2.git] / OldMdePkg / Library / BaseLib / Ipf / ExecFc.s
diff --git a/OldMdePkg/Library/BaseLib/Ipf/ExecFc.s b/OldMdePkg/Library/BaseLib/Ipf/ExecFc.s
deleted file mode 100644 (file)
index a5a9e9b..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-/// @file\r
-///  IPF specific AsmFc() and AsmFci () functions\r
-///\r
-/// Copyright (c) 2006, 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
-/// 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: ExecFc.s\r
-///\r
-///\r
-\r
-//---------------------------------------------------------------------------------\r
-//++\r
-// AsmFc\r
-//\r
-// This routine is used to execute a FC instruction on the specific address.\r
-//\r
-// Arguments :\r
-//\r
-// On Entry :  The specific address need to execute FC instruction.\r
-//\r
-// Return Value: The specific address have been execute FC instruction.\r
-//\r
-//--\r
-//----------------------------------------------------------------------------------\r
-.text\r
-.type   AsmFc, @function\r
-.proc   AsmFc\r
-.regstk 1, 0, 0, 0\r
-\r
-AsmFc::\r
-        fc              in0\r
-        mov             r8 = in0;;\r
-        br.ret.dpnt     b0;;\r
-.endp   AsmFc\r
-\r
-\r
-//---------------------------------------------------------------------------------\r
-//++\r
-// AsmFci\r
-//\r
-// This routine is used to execute a FC.i instruction on the specific address.\r
-//\r
-// Arguments :\r
-//\r
-// On Entry :  The specific address need to execute FC.i instruction.\r
-//\r
-// Return Value: The specific address have been execute FC.i instruction.\r
-//\r
-//--\r
-//----------------------------------------------------------------------------------\r
-.text\r
-.type   AsmFci, @function\r
-.proc   AsmFci\r
-.regstk 1, 0, 0, 0\r
-\r
-AsmFci::\r
-        fc.i            in0\r
-        mov             r8 = in0;;\r
-        br.ret.dpnt     b0;;\r
-.endp   AsmFci
\ No newline at end of file