Home
last modified time | relevance | path

Searched refs:PredicateOp (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/sys/contrib/dev/acpica/common/
H A Ddmswitch.c364 ACPI_PARSE_OBJECT *PredicateOp; in AcpiDmIsSwitchBlock() local
416 PredicateOp = AcpiPsGetArg (StoreOp, 0); in AcpiDmIsSwitchBlock()
417 PredicateOp->Common.DisasmOpcode = ACPI_DASM_SWITCH_PREDICATE; in AcpiDmIsSwitchBlock()
418 PredicateOp->Common.DisasmFlags |= ACPI_PARSEOP_PARAMETER_LIST; in AcpiDmIsSwitchBlock()
468 PredicateOp = TempOp->Common.Next; in AcpiDmIsSwitchBlock()
469 PredicateOp->Common.DisasmOpcode = ACPI_DASM_SWITCH_PREDICATE; in AcpiDmIsSwitchBlock()
470 PredicateOp->Common.DisasmFlags |= ACPI_PARSEOP_PARAMETER_LIST; in AcpiDmIsSwitchBlock()
494 PredicateOp = AcpiPsGetArg (TempOp, 0); in AcpiDmIsSwitchBlock()
516 CurrentOp->Common.Value.Arg = PredicateOp; in AcpiDmIsSwitchBlock()
517 PredicateOp->Common.Parent = CurrentOp; in AcpiDmIsSwitchBlock()
[all …]
/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Daslexternal.c432 ACPI_PARSE_OBJECT *PredicateOp; in ExMoveExternals() local
586 PredicateOp = TrAllocateOp (PARSEOP_ZERO); in ExMoveExternals()
587 PredicateOp->Asl.AmlOpcode = AML_ZERO_OP; in ExMoveExternals()
589 PredicateOp->Asl.Parent = AslGbl_ExternalsListHead; in ExMoveExternals()
590 PredicateOp->Asl.Child = NULL; in ExMoveExternals()
591 PredicateOp->Asl.Next = AslGbl_ExternalsListHead->Asl.Child; in ExMoveExternals()
592 AslGbl_ExternalsListHead->Asl.Child = PredicateOp; in ExMoveExternals()
599 PredicateOp->Asl.LineNumber = 0; in ExMoveExternals()
600 PredicateOp->Asl.LogicalLineNumber = 0; in ExMoveExternals()
/freebsd-12.1/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswexec.c408 WalkState->ControlState->Control.PredicateOp = Op; in AcpiDsExecBeginOp()
857 (WalkState->ControlState->Control.PredicateOp == Op)) in AcpiDsExecEndOp()
H A Ddsutils.c378 (WalkState->ControlState->Control.PredicateOp == Op)) in AcpiDsIsResultUsed()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Daclocal.h834 union acpi_parse_object *PredicateOp; member
/freebsd-12.1/contrib/llvm/lib/Target/ARC/
H A DARCInstrFormats.td812 def cmovpred : Operand<i32>, PredicateOp,
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTarget.td838 class PredicateOp;
855 : OperandWithDefaultOps<ty, AlwaysVal>, PredicateOp {
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMInstrFormats.td165 def cmovpred : Operand<i32>, PredicateOp,