Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
DEbcExecute.h42 #define OPCODE_M_OPCODE 0x3F // bits of interest for first level decode macro
DEbcExecute.c1391 ExecFunc = (UINTN) mVmOpcodeTable[(*VmPtr->Ip & OPCODE_M_OPCODE)].ExecuteFunction; in EbcExecuteInstructions()
1396 mVmOpcodeTable[(*VmPtr->Ip & OPCODE_M_OPCODE)].ExecuteFunction (VmPtr); in EbcExecuteInstructions()
1485 ExecFunc = (UINTN) mVmOpcodeTable[(*VmPtr->Ip & OPCODE_M_OPCODE)].ExecuteFunction; in EbcExecute()
1497 mVmOpcodeTable[(*VmPtr->Ip & OPCODE_M_OPCODE)].ExecuteFunction (VmPtr); in EbcExecute()
1568 OpcMasked = (UINT8) (Opcode & OPCODE_M_OPCODE); in ExecuteMOVxx()
3193 switch (Opcode & OPCODE_M_OPCODE) { in ExecuteCMP()
3231 switch (Opcode & OPCODE_M_OPCODE) { in ExecuteCMP()
3372 switch (Opcode & OPCODE_M_OPCODE) { in ExecuteCMPI()
3410 switch (Opcode & OPCODE_M_OPCODE) { in ExecuteCMPI()
4217 DataManipDispatchTableIndex = (Opcode & OPCODE_M_OPCODE) - OPCODE_NOT; in ExecuteDataManip()