Searched refs:SourceOperandOp (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Daslwalks.c798 ACPI_PARSE_OBJECT *SourceOperandOp; local
806 SourceOperandOp = Op->Asl.Child;
807 TargetOperandOp = SourceOperandOp->Asl.Next;
813 switch (SourceOperandOp->Asl.ParseOpcode)
874 SourceNode = SourceOperandOp->Asl.Node;
894 if ((!SourceNode && (SourceOperandOp->Asl.AmlOpcode == AML_INT_NAMEPATH_OP)) ||
916 if ((SourceOperandOp->Asl.AmlOpcode >= AML_LOCAL0) &&
917 (SourceOperandOp->Asl.AmlOpcode <= AML_ARG6))
935 SourceOperandBtype = AnGetBtype (SourceOperandOp);
959 AslError (ASL_ERROR, ASL_MSG_INVALID_TYPE, SourceOperandOp,
[all...]

Completed in 25 milliseconds