TianoCore EDK2 master
|
#include <Register/RiscV64/RiscVEncoding.h>
Go to the source code of this file.
Macros | |
#define | _ASM_FUNC(Name, Section) |
#define | ASM_FUNC(Name) _ASM_FUNC(ASM_PFX(Name), .text. ## Name) |
RISC-V package definitions.
Copyright (c) 2016 - 2022, Hewlett Packard Enterprise Development LP. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file RiscVImpl.h.
#define _ASM_FUNC | ( | Name, | |
Section | |||
) |
Definition at line 15 of file RiscVImpl.h.
#define ASM_FUNC | ( | Name | ) | _ASM_FUNC(ASM_PFX(Name), .text. ## Name) |
Definition at line 22 of file RiscVImpl.h.