Lines Matching refs:Opcode
157 * opcode templates in AmlOpInfo[].
210 "Get arguments for opcode [%s]\n", Op->Common.AmlOpName));
487 AcpiPsGetOpcodeInfo (WalkState->Opcode)->ObjectType))
494 ACPI_INFO (("Skipping parse of AML opcode: %s (0x%4.4X)",
495 AcpiPsGetOpcodeName (WalkState->Opcode), WalkState->Opcode));
498 * Determine the opcode length before skipping the opcode.
499 * An opcode can be 1 byte or 2 bytes in length.
502 if ((WalkState->Opcode & 0xFF00) == AML_EXTENDED_OPCODE)
555 ((WalkState->ControlState->Control.Opcode == AML_IF_OP) ||
556 (WalkState->ControlState->Control.Opcode == AML_WHILE_OP)))
638 * Opcode)
660 WalkState->Opcode = Op->Common.AmlOpcode;