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

/freebsd-13-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-13-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-13-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-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp643 std::string PrevOp("");
669 if (CurOp != PrevOp) {
670 if (PrevOp != "")
671 CaseStream.indent(6) << "break;\n } // case " + PrevOp + "\n";
832 PrevOp = CurOp;
H A DCodeGenDAGPatterns.cpp2891 auto PrevOp = ComplexPatternOperands.find(Child->getName()); local
2892 if (PrevOp != ComplexPatternOperands.end()) {
2893 if (PrevOp->getValue() != OperandId)
/freebsd-13-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsmethod.c656 ThisWalkState->PrevOp, ThisWalkState));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9362 SDValue PrevOp;
9367 return PartialReduction(PrevOp, MaskEnd);
9383 return PartialReduction(PrevOp, MaskEnd);
9388 return PartialReduction(PrevOp, MaskEnd);
9390 PrevOp = Op;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4046 std::unique_ptr<ARMOperand> PrevOp(
4048 if (!PrevOp->isReg())
4049 return Error(PrevOp->getStartLoc(), "shift must be of a register");
4050 int SrcReg = PrevOp->getReg();

Completed in 392 milliseconds