Lines Matching refs:TargetOperandOp
990 ACPI_PARSE_OBJECT *TargetOperandOp; in AnAnalyzeStoreOperator() local
998 TargetOperandOp = SourceOperandOp->Asl.Next; in AnAnalyzeStoreOperator()
1027 if (TargetOperandOp->Asl.AmlOpcode == AML_DEBUG_OP) in AnAnalyzeStoreOperator()
1032 if ((TargetOperandOp->Asl.AmlOpcode < AML_LOCAL0) || in AnAnalyzeStoreOperator()
1033 (TargetOperandOp->Asl.AmlOpcode > AML_ARG6)) in AnAnalyzeStoreOperator()
1035 AslError (ASL_ERROR, ASL_MSG_INVALID_TYPE, TargetOperandOp, in AnAnalyzeStoreOperator()
1047 switch (TargetOperandOp->Asl.ParseOpcode) in AnAnalyzeStoreOperator()
1073 TargetNode = TargetOperandOp->Asl.Node; in AnAnalyzeStoreOperator()
1086 (!TargetNode && (TargetOperandOp->Asl.AmlOpcode == AML_INT_NAMEPATH_OP))) in AnAnalyzeStoreOperator()
1100 TargetOperandOp, "Source is the same as Target"); in AnAnalyzeStoreOperator()
1113 if ((TargetOperandOp->Asl.AmlOpcode >= AML_LOCAL0) && in AnAnalyzeStoreOperator()
1114 (TargetOperandOp->Asl.AmlOpcode <= AML_ARG6)) in AnAnalyzeStoreOperator()
1127 TargetOperandBtype = AnGetBtype (TargetOperandOp); in AnAnalyzeStoreOperator()
1137 AslError (ASL_ERROR, ASL_MSG_INVALID_TYPE, TargetOperandOp, in AnAnalyzeStoreOperator()