Searched refs:DestOp (Results 1 – 2 of 2) sorted by relevance
62 ACPI_PARSE_OBJECT *DestOp);81 ACPI_PARSE_OBJECT *DestOp; in OpcDoPrintf() local86 DestOp = TrAllocateOp (PARSEOP_DEBUG); in OpcDoPrintf()87 DestOp->Asl.AmlOpcode = AML_DEBUG_OP; in OpcDoPrintf()88 DestOp->Asl.Parent = Op; in OpcDoPrintf()89 DestOp->Asl.LogicalLineNumber = Op->Asl.LogicalLineNumber; in OpcDoPrintf()91 OpcParsePrintf (Op, DestOp); in OpcDoPrintf()111 ACPI_PARSE_OBJECT *DestOp; in OpcDoFprintf() local116 DestOp = Op->Asl.Child; in OpcDoFprintf()117 Op->Asl.Child = DestOp->Asl.Next; in OpcDoFprintf()[all …]
288 std::pair<unsigned,unsigned> DestOp = (FirstIsDest ? LHSOp : RHSOp); in ParseConstraint() local294 if (DestOp.first >= Ops.NumDefs) in ParseConstraint()311 unsigned DestFlatOpNo = Ops.getFlattenedOperandNumber(DestOp); in ParseConstraint()