Home
last modified time | relevance | path

Searched refs:GETOPERANDS (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
DEbcExecute.c1573 Operands = GETOPERANDS (VmPtr); in ExecuteMOVxx()
1831 Operands = GETOPERANDS (VmPtr); in ExecuteBREAK()
1962 Operand = GETOPERANDS (VmPtr); in ExecuteJMP()
2187 Operands = GETOPERANDS (VmPtr); in ExecuteMOVI()
2306 Operands = GETOPERANDS (VmPtr); in ExecuteMOVIn()
2407 Operands = GETOPERANDS (VmPtr); in ExecuteMOVREL()
2512 Operands = GETOPERANDS (VmPtr); in ExecuteMOVsnw()
2605 Operands = GETOPERANDS (VmPtr); in ExecuteMOVsnd()
2688 Operands = GETOPERANDS (VmPtr); in ExecutePUSHn()
2748 Operands = GETOPERANDS (VmPtr); in ExecutePUSH()
[all …]
DEbcExecute.h36 #define GETOPERANDS(pVM) (UINT8) (*(UINT8 *) (pVM->Ip + 1)) macro