Home | History | Annotate | Download | only in compiler

Lines Matching defs:Opcode

347  * PARAMETERS:  Op            - Parse node with an AML opcode
351 * DESCRIPTION: Write the AML opcode corresponding to a parse node.
362 UINT16 Opcode;
393 printf ("Found a node with an unassigned AML opcode\n");
395 "Found a node with an unassigned AML opcode\n");
402 Aml.Opcode = AML_FIELD_OFFSET_OP;
407 Aml.Opcode = AML_FIELD_ACCESS_OP;
412 Aml.Opcode = AML_FIELD_CONNECTION_OP;
417 Aml.Opcode = Op->Asl.AmlOpcode;
422 switch (Aml.Opcode)
433 /* Check for two-byte opcode */
435 if (Aml.Opcode > 0x00FF)
450 /* Does this opcode have an associated "PackageLength" field? */
489 switch (Aml.Opcode)