Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
DEbcExecute.h123 #define OPERAND2_REGNUM(op) (((op) & OPERAND_M_OP2) >> 4) macro
126 #define OPERAND2_CHAR(op) ('0' + OPERAND2_REGNUM (op))
129 #define OPERAND2_REGDATA(pvm, op) pvm->Gpr[OPERAND2_REGNUM (op)]
DEbcExecute.c1680 Source = (UINTN) (VmPtr->Gpr[OPERAND2_REGNUM (Operands)] + Index64Op2); in ExecuteMOVxx()
1716 Data64 = (UINT64) (VmPtr->Gpr[OPERAND2_REGNUM (Operands)] + Index64Op2); in ExecuteMOVxx()
1735 if ((OPERAND2_REGNUM (Operands) == 0) && in ExecuteMOVxx()
2550 Op2 = (UINT64)(INT64)(INTN)(VmPtr->Gpr[OPERAND2_REGNUM (Operands)] + Op2Index); in ExecuteMOVsnw()
2643 Op2 = (UINT64)(INT64)(INTN)(INT64)(VmPtr->Gpr[OPERAND2_REGNUM (Operands)] + Op2Index); in ExecuteMOVsnd()
3175 Op2 = (INT64) VmReadMem64 (VmPtr, (UINTN) (VmPtr->Gpr[OPERAND2_REGNUM (Operands)] + Index16)); in ExecuteCMP()
3180 …Op2 = (INT64) (UINT64) ((UINT32) VmReadMem32 (VmPtr, (UINTN) (VmPtr->Gpr[OPERAND2_REGNUM (Operands… in ExecuteCMP()
3183 Op2 = VmPtr->Gpr[OPERAND2_REGNUM (Operands)] + Index16; in ExecuteCMP()
4164 Op2 = (UINT64) VmPtr->Gpr[OPERAND2_REGNUM (Operands)] + Index16; in ExecuteDataManip()
4297 …VmPtr->Flags = (VmPtr->Flags &~VMFLAGS_ALL_VALID) | (VmPtr->Gpr[OPERAND2_REGNUM (Operands)] & VMFL… in ExecuteLOADSP()
[all …]