Home
last modified time | relevance | path

Searched refs:AML_SUBTRACT_OP (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmcstyle.c245 case AML_SUBTRACT_OP: in AcpiDmCheckForSymbolicOpcode()
417 case AML_SUBTRACT_OP: in AcpiDmCheckForSymbolicOpcode()
540 case AML_SUBTRACT_OP: in AcpiDmCheckForSymbolicOpcode()
577 case AML_SUBTRACT_OP: in AcpiDmCheckForSymbolicOpcode()
752 case AML_SUBTRACT_OP: in AcpiDmIsOptimizationIgnored()
853 case AML_SUBTRACT_OP: in AcpiDmCloseOperator()
944 case AML_SUBTRACT_OP: in AcpiDmGetCompoundSymbol()
/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpiAml.h85 #define AML_SUBTRACT_OP 0x74 macro
/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexmisc.c339 case AML_SUBTRACT_OP: /* Subtract (Integer0, Integer1, Result) */ in AcpiExDoMathOp()
/freebsd/sys/contrib/dev/acpica/include/
H A Damlcode.h200 #define AML_SUBTRACT_OP (UINT16) 0x74 macro
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslmap.c531 /* SUBTRACT */ OP_TABLE_ENTRY (AML_SUBTRACT_OP, 0, …