Lines Matching refs:ParseOpcode
178 UINT16 ParseOpcode);
311 UINT16 ParseOpcode) in TrAmlInitNode() argument
314 Op->Asl.ParseOpcode = ParseOpcode; in TrAmlInitNode()
420 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK) in TrAmlTransformWalkEnd()
457 switch (Op->Asl.ParseOpcode) in TrTransformSubtree()
483 Op->Asl.ParseOpcode = PARSEOP_STRING_LITERAL; in TrTransformSubtree()
491 if (MethodOp->Asl.ParseOpcode == PARSEOP_METHOD) in TrTransformSubtree()
662 Index = (UINT16) (Next->Asl.ParseOpcode - ASL_PARSE_OPCODE_BASE); in TrDoSwitch()
680 if (Next->Asl.ParseOpcode == PARSEOP_CASE) in TrDoSwitch()
704 if ((Predicate->Asl.ParseOpcode == PARSEOP_PACKAGE) || in TrDoSwitch()
705 (Predicate->Asl.ParseOpcode == PARSEOP_VAR_PACKAGE)) in TrDoSwitch()
818 else if (Next->Asl.ParseOpcode == PARSEOP_DEFAULT) in TrDoSwitch()
840 Next->Asl.ParseOpName, Next->Asl.ParseOpcode); in TrDoSwitch()
884 while ((Next->Asl.ParseOpcode != PARSEOP_METHOD) && in TrDoSwitch()
885 (Next->Asl.ParseOpcode != PARSEOP_DEFINITION_BLOCK)) in TrDoSwitch()
906 if (Next->Asl.ParseOpcode != PARSEOP_SERIALIZERULE_SERIAL) in TrDoSwitch()
910 Next->Asl.ParseOpcode = PARSEOP_SERIALIZERULE_SERIAL; in TrDoSwitch()
1045 if (Next->Asl.ParseOpcode == PARSEOP_CASE) in TrCheckForDuplicateCase()
1057 if ((Predicate1->Asl.ParseOpcode == PARSEOP_INTEGER) && in TrCheckForDuplicateCase()
1058 (Predicate2->Asl.ParseOpcode == PARSEOP_INTEGER)) in TrCheckForDuplicateCase()
1068 else if (((Predicate1->Asl.ParseOpcode == PARSEOP_ZERO) && in TrCheckForDuplicateCase()
1069 (Predicate2->Asl.ParseOpcode == PARSEOP_ZERO)) || in TrCheckForDuplicateCase()
1070 ((Predicate1->Asl.ParseOpcode == PARSEOP_ONE) && in TrCheckForDuplicateCase()
1071 (Predicate2->Asl.ParseOpcode == PARSEOP_ONE)) || in TrCheckForDuplicateCase()
1072 ((Predicate1->Asl.ParseOpcode == PARSEOP_ONES) && in TrCheckForDuplicateCase()
1073 (Predicate2->Asl.ParseOpcode == PARSEOP_ONES))) in TrCheckForDuplicateCase()
1080 else if ((Predicate1->Asl.ParseOpcode == PARSEOP_STRING_LITERAL) && in TrCheckForDuplicateCase()
1081 (Predicate2->Asl.ParseOpcode == PARSEOP_STRING_LITERAL)) in TrCheckForDuplicateCase()
1092 else if ((Predicate1->Asl.ParseOpcode == PARSEOP_BUFFER) && in TrCheckForDuplicateCase()
1093 (Predicate2->Asl.ParseOpcode == PARSEOP_BUFFER)) in TrCheckForDuplicateCase()
1137 if (Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in TrBufferIsAllZero()
1179 if ((NextOp1->Asl.ParseOpcode == PARSEOP_INTEGER && in TrCheckForBufferMatch()
1180 NextOp2->Asl.ParseOpcode == PARSEOP_INTEGER) && in TrCheckForBufferMatch()
1199 if (NextOp1->Asl.ParseOpcode != NextOp2->Asl.ParseOpcode && in TrCheckForBufferMatch()
1217 if ((NextOp1->Asl.ParseOpcode == PARSEOP_STRING_LITERAL) && in TrCheckForBufferMatch()
1218 (NextOp2->Asl.ParseOpcode == PARSEOP_STRING_LITERAL)) in TrCheckForBufferMatch()
1281 if (ArgCountOp->Asl.ParseOpcode == PARSEOP_BYTECONST) in TrDoMethod()
1295 if (ParameterOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in TrDoMethod()
1307 ArgCountOp->Asl.ParseOpcode = PARSEOP_BYTECONST; in TrDoMethod()
1319 ArgCountOp->Asl.ParseOpcode = PARSEOP_BYTECONST; in TrDoMethod()