Home
last modified time | relevance | path

Searched refs:GET_OPERANDS (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
DEdbDisasm.c182 Operands = GET_OPERANDS (InstructionAddress); in EdbDisasmJMP()
310 Operands = GET_OPERANDS (InstructionAddress); in EdbDisasmCALL()
455 Operands = GET_OPERANDS (InstructionAddress); in EdbDisasmCMP()
553 Operands = GET_OPERANDS (InstructionAddress); in EdbDisasmUnsignedDataManip()
666 Operands = GET_OPERANDS (InstructionAddress); in EdbDisasmSignedDataManip()
771 Operands = GET_OPERANDS (InstructionAddress); in EdbDisasmMOVxx()
908 Operands = GET_OPERANDS (InstructionAddress); in EdbDisasmMOVsnw()
978 Operands = GET_OPERANDS (InstructionAddress); in EdbDisasmMOVsnd()
1044 Operands = GET_OPERANDS (InstructionAddress); in EdbDisasmLOADSP()
1086 Operands = GET_OPERANDS (InstructionAddress); in EdbDisasmSTORESP()
[all …]
DEdbCmdStep.c36 if (GET_OPERANDS (Address) & OPERAND_M_NATIVE_CALL) { in IsEBCCALL()
62 if (GET_OPERANDS (Address) != 0) { in IsEBCRET()
DEdbDisasm.h26 #define GET_OPERANDS(Addr) (UINT8)(*(UINT8 *)(UINTN)((Addr) + 1)) macro
DEdbCmdBreakpoint.c36 if (GET_OPERANDS (Address) != 3) { in IsEBCBREAK3()