HomeSort by: relevance | last modified time | path
    Searched refs:CurrentOp (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/common/
dmswitch.c 257 ACPI_PARSE_OBJECT *CurrentOp;
318 CurrentOp = StoreOp->Common.Next;
319 while (AcpiDmIsCaseBlock (CurrentOp))
323 if (CurrentOp->Common.AmlOpcode == AML_ELSE_OP)
327 CurrentOp->Common.DisasmOpcode = ACPI_DASM_CASE;
328 CurrentOp = AcpiPsGetArg (CurrentOp, 0);
333 CurrentOp->Common.DisasmOpcode = ACPI_DASM_CASE;
341 TempOp = AcpiPsGetArg (CurrentOp, 0);
402 TempOp = AcpiPsGetArg (CurrentOp, 1)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InsertPrefetch.cpp 236 MachineMemOperand *CurrentOp = *(Current->memoperands_begin());
238 CurrentOp, CurrentOp->getOffset() + Delta, CurrentOp->getSize()));
X86ISelLowering.cpp 24757 SDValue CurrentOp = SrcOp->getOperand(i);
24758 if (CurrentOp->isUndef()) {
24763 auto *ND = cast<ConstantSDNode>(CurrentOp);
24770 SDValue CurrentOp = SrcOp->getOperand(i);
24771 if (CurrentOp->isUndef()) {
24776 auto *ND = cast<ConstantSDNode>(CurrentOp);
24783 SDValue CurrentOp = SrcOp->getOperand(i);
24784 if (CurrentOp->isUndef()) {
24789 auto *ND = cast<ConstantSDNode>(CurrentOp);
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslxrefout.c 253 MethodInfo->CurrentOp = Op;
433 Next = MethodInfo->CurrentOp;
asltypes.h 87 ACPI_PARSE_OBJECT *CurrentOp;

Completed in 32 milliseconds