audk/MdeModulePkg/Universal/EbcDxe
Ard Biesheuvel 4a2aaff2fc MdeModulePkg/EbcDxe AARCH64: simplify interpreter entry point thunks
The prototypes of EbcInterpret() and ExecuteEbcImageEntryPoint() are
private to the AARCH64 implementation of EbcDxe, so we can shuffle
the arguments around a bit and make the assembler thunking glue a lot
simpler.

For ExecuteEbcImageEntryPoint(), this involves passing the EntryPoint
argument as the third parameter, rather than the first, which allows
us to do a tail call. For EbcInterpret(), instead of copying each
argument beyond #8 from one native stack frame to the next (before
another copy is made into the VM stack), pass a pointer to the
argument stack.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Feng Tian <feng.tian@intel.com>
2016-09-02 07:59:22 +01:00
..
AArch64 MdeModulePkg/EbcDxe AARCH64: simplify interpreter entry point thunks 2016-09-02 07:59:22 +01:00
Ia32 MdeModulePkg EbcDxe: Convert Ia32/EbcLowLevel.asm to NASM 2016-06-28 09:51:58 +08:00
Ipf
X64 MdeModulePkg EbcDxe: Convert X64/EbcLowLevel.asm to NASM 2016-06-28 09:51:58 +08:00
EbcDxe.inf MdeModulePkg/EbcDxe: Add AARCH64 EBC VM support 2016-08-26 11:52:47 +01:00
EbcDxe.uni
EbcDxeExtra.uni
EbcExecute.c
EbcExecute.h
EbcInt.c
EbcInt.h