Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
DEbcExecute.h57 #define OPCODE_M_IMMED_OP2 0x40 macro
77 #define OPCODE_M_IMMED_OP2 0x40 macro
DEbcExecute.c1587 if ((Opcode & (OPCODE_M_IMMED_OP1 | OPCODE_M_IMMED_OP2)) != 0) { in ExecuteMOVxx()
1602 if ((Opcode & OPCODE_M_IMMED_OP2) != 0) { in ExecuteMOVxx()
1617 if ((Opcode & OPCODE_M_IMMED_OP2) != 0) { in ExecuteMOVxx()
1631 if ((Opcode & OPCODE_M_IMMED_OP2) != 0) { in ExecuteMOVxx()
1721 if ((Opcode & OPCODE_M_IMMED_OP2) != 0) { in ExecuteMOVxx()
2538 if ((Opcode & OPCODE_M_IMMED_OP2) != 0) { in ExecuteMOVsnw()
2631 if ((Opcode & OPCODE_M_IMMED_OP2) != 0) { in ExecuteMOVsnd()