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

/freebsd-12-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmopcode.c199 ACPI_PARSE_OBJECT *PrevOp = NULL; local
206 PrevOp = Op->Asl.Value.Arg;
221 PrevOp = NextOp;
222 NextOp = PrevOp->Asl.Next;
226 if (!PrevOp)
233 if (PrevOp->Asl.AmlOpcode != AML_INT_NAMEPATH_OP)
240 if (!PrevOp->Asl.Value.String)
247 if (!PrevOp->Asl.Node)
255 if (*PrevOp->Asl.Value.String == '\\')
262 Pathname = AcpiNsGetExternalPathname (PrevOp
[all...]
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dacstruct.h233 ACPI_PARSE_OBJECT *PrevOp; /* Last op that was processed */ member in struct:acpi_walk_state
/freebsd-12-stable/sys/contrib/dev/acpica/components/parser/
H A Dpsloop.c433 else if (WalkState->PrevOp)
437 Op = WalkState->PrevOp;
H A Dpsobject.c639 WalkState->PrevOp = NULL;
761 WalkState->PrevOp = NULL;
H A Dpsparse.c524 WalkState->PrevOp = Op;
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp622 std::string PrevOp("");
648 if (CurOp != PrevOp) {
649 if (PrevOp != "")
650 CaseStream.indent(6) << "break;\n } // case " + PrevOp + "\n";
801 PrevOp = CurOp;
H A DCodeGenDAGPatterns.cpp2884 auto PrevOp = ComplexPatternOperands.find(Child->getName()); local
2885 if (PrevOp != ComplexPatternOperands.end()) {
2886 if (PrevOp->getValue() != OperandId)
/freebsd-12-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsmethod.c656 ThisWalkState->PrevOp, ThisWalkState));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9218 SDValue PrevOp;
9223 return PartialReduction(PrevOp, MaskEnd);
9239 return PartialReduction(PrevOp, MaskEnd);
9244 return PartialReduction(PrevOp, MaskEnd);
9246 PrevOp = Op;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp3973 std::unique_ptr<ARMOperand> PrevOp(
3975 if (!PrevOp->isReg())
3976 return Error(PrevOp->getStartLoc(), "shift must be of a register");
3977 int SrcReg = PrevOp->getReg();

Completed in 228 milliseconds