Lines Matching refs:TargetOperandOp
1098 ACPI_PARSE_OBJECT *TargetOperandOp; in AnAnalyzeStoreOperator() local
1106 TargetOperandOp = SourceOperandOp->Asl.Next; in AnAnalyzeStoreOperator()
1135 if (TargetOperandOp->Asl.AmlOpcode == AML_DEBUG_OP) in AnAnalyzeStoreOperator()
1140 if ((TargetOperandOp->Asl.AmlOpcode < AML_LOCAL0) || in AnAnalyzeStoreOperator()
1141 (TargetOperandOp->Asl.AmlOpcode > AML_ARG6)) in AnAnalyzeStoreOperator()
1143 AslError (ASL_ERROR, ASL_MSG_INVALID_TYPE, TargetOperandOp, in AnAnalyzeStoreOperator()
1155 switch (TargetOperandOp->Asl.ParseOpcode) in AnAnalyzeStoreOperator()
1181 TargetNode = TargetOperandOp->Asl.Node; in AnAnalyzeStoreOperator()
1194 (!TargetNode && (TargetOperandOp->Asl.AmlOpcode == AML_INT_NAMEPATH_OP))) in AnAnalyzeStoreOperator()
1208 TargetOperandOp, "Source is the same as Target"); in AnAnalyzeStoreOperator()
1221 if ((TargetOperandOp->Asl.AmlOpcode >= AML_LOCAL0) && in AnAnalyzeStoreOperator()
1222 (TargetOperandOp->Asl.AmlOpcode <= AML_ARG6)) in AnAnalyzeStoreOperator()
1235 TargetOperandBtype = AnGetBtype (TargetOperandOp); in AnAnalyzeStoreOperator()
1245 AslError (ASL_ERROR, ASL_MSG_INVALID_TYPE, TargetOperandOp, in AnAnalyzeStoreOperator()