Lines Matching refs:Opcode
176 * required for this opcode type (1 through 6 args).
178 * for this opcode type (0, 1, or 2 targets).
179 * zR - RETURN VALUE: Indicates whether this opcode type returns a value
195 * DESCRIPTION: Execute opcode with two arguments, no target, and no return
213 AcpiPsGetOpcodeName (WalkState->Opcode));
216 /* Examine the opcode */
218 switch (WalkState->Opcode)
254 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
255 WalkState->Opcode));
287 AcpiPsGetOpcodeName (WalkState->Opcode));
290 /* Execute the opcode */
292 switch (WalkState->Opcode)
327 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
328 WalkState->Opcode));
381 * DESCRIPTION: Execute opcode with two arguments, one target, and a return
398 AcpiPsGetOpcodeName (WalkState->Opcode));
401 /* Execute the opcode */
415 WalkState->Opcode,
421 switch (WalkState->Opcode)
593 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
594 WalkState->Opcode));
643 * DESCRIPTION: Execute opcode with 2 arguments, no target, and a return value
658 AcpiPsGetOpcodeName (WalkState->Opcode));
670 /* Execute the Opcode */
676 Status = AcpiExDoLogicalNumericOp (WalkState->Opcode,
685 Status = AcpiExDoLogicalOp (WalkState->Opcode, Operand[0],
690 switch (WalkState->Opcode)
715 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
716 WalkState->Opcode));