Searched refs:Operand (Results 1 - 25 of 85) sorted by relevance

1234

/freebsd-10.3-release/sys/contrib/dev/acpica/components/executer/
H A Dexoparg1.c164 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
178 Status = AcpiExReleaseMutex (Operand[0], WalkState);
183 Status = AcpiExSystemResetEvent (Operand[0]);
188 Status = AcpiExSystemSignalEvent (Operand[0]);
193 Status = AcpiExSystemDoSleep (Operand[0]->Integer.Value);
198 Status = AcpiExSystemDoStall ((UINT32) Operand[0]->Integer.Value);
203 Status = AcpiExUnloadTable (Operand[0]);
236 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
249 Status = AcpiExLoadOp (Operand[0], Operand[
285 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
622 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
[all...]
H A Dexoparg2.c98 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
116 Node = (ACPI_NAMESPACE_NODE *) Operand[0];
120 Value = (UINT32) Operand[1]->Integer.Value;
172 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
206 Status = AcpiUtDivide (Operand[0]->Integer.Value,
207 Operand[1]->Integer.Value,
226 Status = AcpiExStore (ReturnDesc2, Operand[2], WalkState);
232 Status = AcpiExStore (ReturnDesc1, Operand[3], WalkState);
280 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
305 Operand[
532 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
[all...]
H A Dexoparg6.c224 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
245 if ((Operand[1]->Integer.Value > MAX_MATCH_OPERATOR) ||
246 (Operand[3]->Integer.Value > MAX_MATCH_OPERATOR))
255 Index = Operand[5]->Integer.Value;
256 if (Index >= Operand[0]->Package.Count)
260 ACPI_FORMAT_UINT64 (Index), Operand[0]->Package.Count));
287 for ( ; Index < Operand[0]->Package.Count; Index++)
291 ThisElement = Operand[0]->Package.Elements[Index];
305 if (!AcpiExDoMatch ((UINT32) Operand[1]->Integer.Value,
306 ThisElement, Operand[
[all...]
H A Dexoparg3.c94 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
109 (UINT32) Operand[0]->Integer.Value,
110 (UINT32) Operand[1]->Integer.Value,
111 (UINT32) Operand[2]->Integer.Value));
116 Fatal->Type = (UINT32) Operand[0]->Integer.Value;
117 Fatal->Code = (UINT32) Operand[1]->Integer.Value;
118 Fatal->Argument = (UINT32) Operand[2]->Integer.Value;
172 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
192 (Operand[0])->Common.Type);
201 Index = Operand[
[all...]
H A Dexcreate.c401 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
419 ObjDesc->Processor.ProcId = (UINT8) Operand[1]->Integer.Value;
420 ObjDesc->Processor.Length = (UINT8) Operand[3]->Integer.Value;
421 ObjDesc->Processor.Address = (ACPI_IO_ADDRESS) Operand[2]->Integer.Value;
425 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0],
453 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
471 ObjDesc->PowerResource.SystemLevel = (UINT8) Operand[1]->Integer.Value;
472 ObjDesc->PowerResource.ResourceOrder = (UINT16) Operand[2]->Integer.Value;
476 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0],
507 ACPI_OPERAND_OBJECT **Operand local
[all...]
H A Dexconfig.c169 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
183 if ((Operand[0]->String.Length > ACPI_NAME_SIZE) ||
184 (Operand[1]->String.Length > ACPI_OEM_ID_SIZE) ||
185 (Operand[2]->String.Length > ACPI_OEM_TABLE_ID_SIZE))
193 Operand[0]->String.Pointer,
194 Operand[1]->String.Pointer,
195 Operand[2]->String.Pointer, &TableIndex);
222 if (Operand[3]->String.Length > 0)
228 Status = AcpiNsGetNode (StartNode, Operand[3]->String.Pointer,
238 if (Operand[
[all...]
H A Dexresolv.c336 * Operand - Starting point for resolution
350 ACPI_OPERAND_OBJECT *Operand,
354 ACPI_OPERAND_OBJECT *ObjDesc = (void *) Operand;
363 /* Operand can be either a namespace node or an operand descriptor */
444 if (ObjDesc == Operand)
348 AcpiExResolveMultiple( ACPI_WALK_STATE *WalkState, ACPI_OPERAND_OBJECT *Operand, ACPI_OBJECT_TYPE *ReturnType, ACPI_OPERAND_OBJECT **ReturnDesc) argument
/freebsd-10.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp118 Value *Operand = II->getOperand(i); local
119 if (isa<Constant>(Operand)) {
121 i, remapConstant(&M, I, cast<Constant>(Operand), Builder));
256 Value *Operand = C->getOperand(i); local
257 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder);
258 OperandChanged |= Operand != NewOperand;
295 Value *Operand = C->getOperand(i); local
296 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder);
297 OperandChanged |= Operand != NewOperand;
374 MDNode *Operand local
403 Value *Operand = N->getOperand(i); local
[all...]
/freebsd-10.3-release/sys/contrib/dev/acpica/components/disassembler/
H A Ddmcstyle.c75 ACPI_PARSE_OBJECT *Operand,
701 * Operand - An operand associated with expression
715 ACPI_PARSE_OBJECT *Operand,
726 if (Target->Common.AmlOpcode != Operand->Common.AmlOpcode)
733 if (Target->Common.Node != Operand->Common.Node)
740 OpInfo = AcpiPsGetOpcodeInfo (Operand->Common.AmlOpcode);
744 Operand->Common.Value.Arg, FALSE);
757 Operand->Common.Next, FALSE);
768 Operand->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE;
713 AcpiDmIsTargetAnOperand( ACPI_PARSE_OBJECT *Target, ACPI_PARSE_OBJECT *Operand, BOOLEAN TopLevel) argument
/freebsd-10.3-release/contrib/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp27 enum MapKind { Operand, Imm, Reg }; enumerator in enum:__anon3883::PseudoLoweringEmitter::OpData::MapKind
30 unsigned Operand; // Operand number mapped to. member in union:__anon3883::PseudoLoweringEmitter::OpData::__anon3884
101 OperandMap[BaseIdx + i + I].Kind = OpData::Operand;
173 DEBUG(dbgs() << " Operand mapping:\n");
177 if (OperandMap[Insn.Operands[i].MIOperandNo].Kind != OpData::Operand)
188 OperandMap[Insn.Operands[i].MIOperandNo + I].Data.Operand =
224 o << " // Operand: " << Dest.Operands[OpNo].Name << "\n";
228 case OpData::Operand:
231 .Operand]
[all...]
/freebsd-10.3-release/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h149 assert(i < NumOperands && "Operand index out of range!");
579 const SCEV *Operand = visit(Expr->getOperand()); local
580 return SE.getTruncateExpr(Operand, Expr->getType());
584 const SCEV *Operand = visit(Expr->getOperand()); local
585 return SE.getZeroExtendExpr(Operand, Expr->getType());
589 const SCEV *Operand = visit(Expr->getOperand()); local
590 return SE.getSignExtendExpr(Operand, Expr->getType());
670 const SCEV *Operand = visit(Expr->getOperand()); local
671 return SE.getTruncateExpr(Operand, Expr->getType());
675 const SCEV *Operand local
680 const SCEV *Operand = visit(Expr->getOperand()); local
[all...]
H A DIVUsers.h149 IVStrideUse &AddUser(Instruction *User, Value *Operand);
/freebsd-10.3-release/contrib/llvm/lib/Target/R600/
H A DSIISelLowering.h37 bool foldImm(SDValue &Operand, int32_t &Immediate,
43 void ensureSRegLimit(SelectionDAG &DAG, SDValue &Operand,
H A DR600InstrInfo.h265 ///\brief Add one of the MO_FLAG* flags to the specified \p Operand.
266 void addFlag(MachineInstr *MI, unsigned Operand, unsigned Flag) const;
268 ///\brief Determine if the specified \p Flag is set on this \p Operand.
269 bool isFlagSet(const MachineInstr &MI, unsigned Operand, unsigned Flag) const;
279 void clearFlag(MachineInstr *MI, unsigned Operand, unsigned Flag) const;
H A DSIISelLowering.cpp937 bool SITargetLowering::foldImm(SDValue &Operand, int32_t &Immediate, argument
940 MachineSDNode *Mov = dyn_cast<MachineSDNode>(Operand);
954 Operand = Op;
959 Operand = Op;
966 Operand = Op;
1000 // Operand 1 is the register class id for COPY_TO_REGCLASS instructions.
1018 // Operand 0 is the register class id for REG_SEQUENCE instructions.
1038 void SITargetLowering::ensureSRegLimit(SelectionDAG &DAG, SDValue &Operand, argument
1051 if (fitsRegClass(DAG, Operand, RegClass))
1064 Operand
1141 const SDValue &Operand = Node->getOperand(i); local
[all...]
/freebsd-10.3-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsopcode.c513 ACPI_OPERAND_OBJECT **Operand; local
554 Operand = &WalkState->Operands[0];
558 Status = AcpiTbFindTable (Operand[0]->String.Pointer,
559 Operand[1]->String.Pointer, Operand[2]->String.Pointer,
566 AcpiUtRemoveReference (Operand[0]);
567 AcpiUtRemoveReference (Operand[1]);
568 AcpiUtRemoveReference (Operand[2]);
H A Ddsutils.c851 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
883 NewObjDesc = *Operand;
887 Type = (*Operand)->Common.Type;
889 Status = AcpiExResolveToValue (Operand, WalkState);
899 AcpiUtRemoveReference (*Operand);
901 Status = AcpiUtCopyIobjectToIobject (*Operand, &NewObjDesc, WalkState);
913 NewObjDesc = *Operand;
/freebsd-10.3-release/contrib/llvm/lib/MC/
H A DMCModuleYAML.cpp88 struct Operand { struct in namespace:llvm::MCModuleYAML
94 std::vector<Operand> Operands;
127 LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR(llvm::MCModuleYAML::Operand)
161 template <> struct ScalarTraits<MCModuleYAML::Operand> {
162 static void output(const MCModuleYAML::Operand &, void *,
164 static StringRef input(StringRef, void *, MCModuleYAML::Operand &);
216 ScalarTraits<MCModuleYAML::Operand>::output(const MCModuleYAML::Operand &Val,
230 ScalarTraits<MCModuleYAML::Operand>::input(StringRef Scalar, void *Ctx,
231 MCModuleYAML::Operand
[all...]
/freebsd-10.3-release/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h602 unsigned Operand; member in class:llvm::SUnit::SUnitIterator
604 SUnitIterator(SUnit *N, unsigned Op) : Node(N), Operand(Op) {}
607 return Operand == x.Operand;
613 Operand = I.Operand;
618 return Node->Preds[Operand].getSUnit();
623 ++Operand;
635 unsigned getOperand() const { return Operand; }
645 return Node->Preds[Operand];
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h529 llvm::PointerUnion<Stmt *, TypeSourceInfo *> Operand; member in class:clang::CXXTypeidExpr
533 CXXTypeidExpr(QualType Ty, TypeSourceInfo *Operand, SourceRange R) argument
538 Operand->getType()->isDependentType(),
539 Operand->getType()->isInstantiationDependentType(),
540 Operand->getType()->containsUnexpandedParameterPack()),
541 Operand(Operand), Range(R) { }
543 CXXTypeidExpr(QualType Ty, Expr *Operand, SourceRange R) argument
548 Operand->isTypeDependent() || Operand
674 llvm::PointerUnion<Stmt *, TypeSourceInfo *> Operand; member in class:clang::CXXUuidofExpr
678 CXXUuidofExpr(QualType Ty, TypeSourceInfo *Operand, SourceRange R) argument
685 CXXUuidofExpr(QualType Ty, Expr *Operand, SourceRange R) argument
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp73 Value *Operand = Inits->getOperand(i)->stripPointerCastsNoFollowAliases(); local
74 GlobalValue *GV = cast<GlobalValue>(Operand);
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.h42 /// Operand - The registers operand
43 MachineOperand *Operand; member in struct:llvm::AggressiveAntiDepState::__anon2237
/freebsd-10.3-release/contrib/llvm/lib/IR/
H A DAsmWriter.h92 void writeParamOperand(const Value *Operand, AttributeSet Attrs,unsigned Idx);
H A DAsmWriter.cpp1226 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { argument
1227 if (Operand == 0) {
1232 TypePrinter.print(Operand->getType(), Out);
1235 WriteAsOperandInternal(Out, Operand, &TypePrinter, &Machine, TheModule);
1259 void AssemblyWriter::writeParamOperand(const Value *Operand, argument
1261 if (Operand == 0) {
1267 TypePrinter.print(Operand->getType(), Out);
1273 WriteAsOperandInternal(Out, Operand, &TypePrinter, &Machine, TheModule);
1799 const Value *Operand = I.getNumOperands() ? I.getOperand(0) : 0; local
1830 writeOperand(Operand, tru
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp29 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, argument
48 if (!PN || !Operand) return false; // not a phi, not dominated by latch block.
50 // Look at all of the uses of Operand by the PHI node. If any use corresponds
54 if (PN->getIncomingValue(i) == Operand &&
58 // Okay, all uses of Operand by PN are in predecessor blocks that really are

Completed in 131 milliseconds

1234