Home
last modified time | relevance | path

Searched refs:AML_INCREMENT_OP (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/components/disassembler/
H A Ddmcstyle.c374 case AML_INCREMENT_OP: in AcpiDmCheckForSymbolicOpcode()
609 case AML_INCREMENT_OP: in AcpiDmCheckForSymbolicOpcode()
899 case AML_INCREMENT_OP: in AcpiDmCloseOperator()
/dragonfly/stand/contrib/edk2/MdePkg/Include/IndustryStandard/
H A DAcpiAml.h86 #define AML_INCREMENT_OP 0x75 macro
/dragonfly/sys/contrib/dev/acpica/source/components/executer/
H A Dexoparg1.c771 case AML_INCREMENT_OP: /* Increment (Operand) */ in AcpiExOpcode_1A_0T_1R()
817 if (WalkState->Opcode == AML_INCREMENT_OP) in AcpiExOpcode_1A_0T_1R()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Damlcode.h201 #define AML_INCREMENT_OP (UINT16) 0x75 macro
/dragonfly/sys/contrib/dev/acpica/source/components/parser/
H A Dpsobject.c561 else if ((ParentScope->Common.AmlOpcode == AML_INCREMENT_OP) || in AcpiPsCreateOp()
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslmap.c355 /* INCREMENT */ OP_TABLE_ENTRY (AML_INCREMENT_OP, 0, …