Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
DEbcExecute.h56 #define OPCODE_M_IMMED_OP1 0x80 macro
DEbcExecute.c1587 if ((Opcode & (OPCODE_M_IMMED_OP1 | OPCODE_M_IMMED_OP2)) != 0) { in ExecuteMOVxx()
1596 if ((Opcode & OPCODE_M_IMMED_OP1) != 0) { in ExecuteMOVxx()
1611 if ((Opcode & OPCODE_M_IMMED_OP1) != 0) { in ExecuteMOVxx()
1626 if ((Opcode & OPCODE_M_IMMED_OP1) != 0) { in ExecuteMOVxx()
1788 if ((Opcode & OPCODE_M_IMMED_OP1) != 0) { in ExecuteMOVxx()
2520 if ((Opcode & OPCODE_M_IMMED_OP1) !=0) { in ExecuteMOVsnw()
2613 if ((Opcode & OPCODE_M_IMMED_OP1) != 0) { in ExecuteMOVsnd()