Lines Matching defs:ParseOpcode

57  * PARAMETERS:  ParseOpcode         - Opcode to be assigned to the op
71 UINT32 ParseOpcode,
87 Op = TrAllocateOp (ParseOpcode);
92 NumChildren, UtGetOpName(ParseOpcode));
96 switch (ParseOpcode)
101 Op->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
165 ((ParseOpcode == PARSEOP_CONNECTION) ||
166 (ParseOpcode == PARSEOP_EXTERNAL) ||
167 (ParseOpcode == PARSEOP_OFFSET) ||
168 (ParseOpcode == PARSEOP_ACCESSAS)))
204 (Op->Asl.ParseOpcode == PARSEOP_RESOURCETEMPLATE))
237 * PARAMETERS: ParseOpcode - New opcode to be assigned to the op
248 UINT32 ParseOpcode)
253 Op = TrAllocateOp (ParseOpcode);
257 Op->Asl.LineNumber, Op->Asl.Column, Op, UtGetOpName (ParseOpcode));
267 * PARAMETERS: ParseOpcode - New opcode to be assigned to the op
279 UINT32 ParseOpcode,
287 Op = TrAllocateOp (ParseOpcode);
293 Op->Asl.LineNumber, Op->Asl.Column, Op, UtGetOpName(ParseOpcode),
296 switch (ParseOpcode)
417 Op->Asl.ParseOpcode = OriginalOp->Asl.ParseOpcode;
468 UtGetOpName (Source->Asl.ParseOpcode),
469 UtGetOpName (Target->Asl.ParseOpcode));
473 switch (Source->Asl.ParseOpcode)
509 if (Source->Asl.ParseOpcode == PARSEOP_NOT)
516 if (Source->Asl.ParseOpcode == PARSEOP_DIVIDE)
527 if (TargetOp->Asl.ParseOpcode != PARSEOP_ZERO)
582 UtGetOpName (Op->Asl.ParseOpcode));
592 * PARAMETERS: ParseOpcode - The constant opcode
608 UINT32 ParseOpcode)
618 switch (ParseOpcode)
686 Op->Asl.LineNumber, Op->Asl.Column, Op, UtGetOpName (ParseOpcode),
697 * PARAMETERS: ParseOpcode - Opcode to be assigned to the op
707 UINT32 ParseOpcode)
717 Op->Asl.ParseOpcode = (UINT16) ParseOpcode;
741 (ParseOpcode != PARSEOP_INCLUDE) &&
742 (ParseOpcode != PARSEOP_INCLUDE_END) &&
761 CvDbgPrint (" Op->Asl.ParseOpcode = 0x%x\n", ParseOpcode);
774 (ParseOpcode != PARSEOP_DEFINITION_BLOCK))