Lines Matching defs:ParseOpcode
164 * PARAMETERS: ParseOpcode - New opcode to be assigned to the op
176 UINT32 ParseOpcode,
187 UtGetOpName (Op->Asl.ParseOpcode),
188 UtGetOpName (ParseOpcode));
192 if (Op->Asl.ParseOpcode == PARSEOP_ONES)
194 switch (ParseOpcode)
220 Op->Asl.ParseOpcode = (UINT16) ParseOpcode;
227 switch (ParseOpcode)
257 (ParseOpcode == PARSEOP_METHODCALL))
479 Op, NumChildren, UtGetOpName(Op->Asl.ParseOpcode));
481 switch (Op->Asl.ParseOpcode)
489 Op->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
583 (Op->Asl.Child->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK))
658 Op1, Op1 ? UtGetOpName(Op1->Asl.ParseOpcode) : NULL,
659 Op2, Op2 ? UtGetOpName(Op2->Asl.ParseOpcode) : NULL);
795 Op1, Op1 ? UtGetOpName(Op1->Asl.ParseOpcode): NULL,
796 Op2, Op2 ? UtGetOpName(Op2->Asl.ParseOpcode): NULL);
805 if (Op1->Asl.ParseOpcode == PARSEOP_METHODCALL)
872 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK &&
1061 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK &&
1071 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK &&