Home | History | Annotate | Download | only in compiler

Lines Matching refs:ParseOpcode

213     if (Op->Asl.ParseOpcode == PARSEOP_VAR_PACKAGE)
318 (Op->Asl.Parent->Asl.Parent->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK))
453 TypeOp->Asl.ParseOpcode = PARSEOP_RAW_DATA;
458 if (AttribOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG)
464 AttribOp->Asl.ParseOpcode = PARSEOP_RAW_DATA;
490 if (LengthOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG)
496 LengthOp->Asl.ParseOpcode = PARSEOP_RAW_DATA;
551 BufferOp->Asl.ParseOpcode = PARSEOP_BUFFER;
556 BufferLengthOp->Asl.ParseOpcode = PARSEOP_INTEGER;
561 BufferDataOp->Asl.ParseOpcode = PARSEOP_RAW_DATA;
602 Op->Asl.ParseOpcode = PARSEOP_BUFFER;
629 BufferLengthOp->Asl.ParseOpcode = PARSEOP_INTEGER;
641 InitializerOp->Asl.ParseOpcode = PARSEOP_RAW_DATA;
760 Op->Asl.ParseOpcode = PARSEOP_INTEGER;
812 Op->Asl.ParseOpcode = PARSEOP_BUFFER;
864 Index = (UINT16) (Op->Asl.ParseOpcode - ASL_PARSE_OPCODE_BASE);
877 switch (Op->Asl.ParseOpcode)