Lines Matching defs:ParseOpcode

165  * PARAMETERS:  ParseOpcode         - Opcode to be assigned to the op
179 UINT32 ParseOpcode,
195 Op = TrAllocateOp (ParseOpcode);
200 NumChildren, UtGetOpName(ParseOpcode));
204 switch (ParseOpcode)
209 Op->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
273 ((ParseOpcode == PARSEOP_CONNECTION) ||
274 (ParseOpcode == PARSEOP_EXTERNAL) ||
275 (ParseOpcode == PARSEOP_OFFSET) ||
276 (ParseOpcode == PARSEOP_ACCESSAS)))
312 (Op->Asl.ParseOpcode == PARSEOP_RESOURCETEMPLATE))
345 * PARAMETERS: ParseOpcode - New opcode to be assigned to the op
356 UINT32 ParseOpcode)
361 Op = TrAllocateOp (ParseOpcode);
365 Op->Asl.LineNumber, Op->Asl.Column, Op, UtGetOpName (ParseOpcode));
375 * PARAMETERS: ParseOpcode - New opcode to be assigned to the op
387 UINT32 ParseOpcode,
395 Op = TrAllocateOp (ParseOpcode);
401 Op->Asl.LineNumber, Op->Asl.Column, Op, UtGetOpName(ParseOpcode),
404 switch (ParseOpcode)
525 Op->Asl.ParseOpcode = OriginalOp->Asl.ParseOpcode;
576 UtGetOpName (Source->Asl.ParseOpcode),
577 UtGetOpName (Target->Asl.ParseOpcode));
581 switch (Source->Asl.ParseOpcode)
617 if (Source->Asl.ParseOpcode == PARSEOP_NOT)
624 if (Source->Asl.ParseOpcode == PARSEOP_DIVIDE)
635 if (TargetOp->Asl.ParseOpcode != PARSEOP_ZERO)
690 UtGetOpName (Op->Asl.ParseOpcode));
700 * PARAMETERS: ParseOpcode - The constant opcode
716 UINT32 ParseOpcode)
726 switch (ParseOpcode)
794 Op->Asl.LineNumber, Op->Asl.Column, Op, UtGetOpName (ParseOpcode),
805 * PARAMETERS: ParseOpcode - Opcode to be assigned to the op
815 UINT32 ParseOpcode)
825 Op->Asl.ParseOpcode = (UINT16) ParseOpcode;
849 (ParseOpcode != PARSEOP_INCLUDE) &&
850 (ParseOpcode != PARSEOP_INCLUDE_END) &&
869 CvDbgPrint (" Op->Asl.ParseOpcode = 0x%x\n", ParseOpcode);
882 (ParseOpcode != PARSEOP_DEFINITION_BLOCK))