Home
last modified time | relevance | path

Searched refs:TargetOperandOp (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslwalks.c990 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()
[all …]