Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslprintf.c62 ACPI_PARSE_OBJECT *DestOp);
81 ACPI_PARSE_OBJECT *DestOp; in OpcDoPrintf() local
86 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() local
116 DestOp = Op->Asl.Child; in OpcDoFprintf()
117 Op->Asl.Child = DestOp->Asl.Next; in OpcDoFprintf()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp288 std::pair<unsigned,unsigned> DestOp = (FirstIsDest ? LHSOp : RHSOp); in ParseConstraint() local
294 if (DestOp.first >= Ops.NumDefs) in ParseConstraint()
311 unsigned DestFlatOpNo = Ops.getFlattenedOperandNumber(DestOp); in ParseConstraint()