Searched refs:Operand (Results 26 - 50 of 239) sorted by relevance

12345678910

/netbsd-current/sys/external/bsd/acpica/dist/dispatcher/
H A Ddsopcode.c525 ACPI_OPERAND_OBJECT **Operand; local
555 Operand = &WalkState->Operands[0];
571 Operand[0]->String.Pointer,
572 Operand[1]->String.Pointer,
573 Operand[2]->String.Pointer, &TableIndex);
580 Operand[0]->String.Pointer,
581 Operand[1]->String.Pointer,
582 Operand[2]->String.Pointer));
613 AcpiUtRemoveReference (Operand[0]);
614 AcpiUtRemoveReference (Operand[
[all...]
H A Ddsutils.c850 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
882 NewObjDesc = *Operand;
886 Type = (*Operand)->Common.Type;
888 Status = AcpiExResolveToValue (Operand, WalkState);
898 AcpiUtRemoveReference (*Operand);
901 *Operand, &NewObjDesc, WalkState);
913 NewObjDesc = *Operand;
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DCodeTemplate.h36 MCOperand &getValueFor(const Operand &Op);
37 const MCOperand &getValueFor(const Operand &Op) const;
H A DCodeTemplate.cpp43 MCOperand &InstructionTemplate::getValueFor(const Operand &Op) {
47 const MCOperand &InstructionTemplate::getValueFor(const Operand &Op) const {
H A DSnippetGenerator.cpp109 // Returns the register that this Operand sets or uses, or 0 if this is not
111 const auto GetOpReg = [&IT](const Operand &Op) -> unsigned {
121 for (const Operand &Op : IT.getInstr().Operands) {
131 for (const Operand &Op : IT.getInstr().Operands) {
229 const Operand &Op = Instr.getPrimaryOperand(Var);
/netbsd-current/sys/external/bsd/acpica/dist/utilities/
H A Dutmath.c130 * PARAMETERS: Operand - 64-bit shift operand
140 UINT64 Operand,
150 OperandOvl.Full = Operand;
175 * PARAMETERS: Operand - 64-bit shift operand
185 UINT64 Operand,
195 OperandOvl.Full = Operand;
259 UINT64 Operand,
271 *OutResult = Operand << Count;
289 UINT64 Operand,
301 *OutResult = Operand >> Coun
139 AcpiUtShortShiftLeft( UINT64 Operand, UINT32 Count, UINT64 *OutResult) argument
184 AcpiUtShortShiftRight( UINT64 Operand, UINT32 Count, UINT64 *OutResult) argument
258 AcpiUtShortShiftLeft( UINT64 Operand, UINT32 Count, UINT64 *OutResult) argument
288 AcpiUtShortShiftRight( UINT64 Operand, UINT32 Count, UINT64 *OutResult) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h215 for (VPValue *Operand : Operands)
216 addOperand(Operand);
224 for (VPValue *Operand : Operands)
225 addOperand(Operand);
239 void addOperand(VPValue *Operand) { argument
240 Operands.push_back(Operand);
241 Operand->addUser(*this);
246 assert(N < Operands.size() && "Operand index out of bounds");
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp27 enum MapKind { Operand, Imm, Reg }; enumerator in enum:__anon3309::PseudoLoweringEmitter::OpData::MapKind
30 unsigned Operand; // Operand number mapped to. member in union:__anon3309::PseudoLoweringEmitter::OpData::__anon3310
105 OperandMap[BaseIdx + i + I].Kind = OpData::Operand;
196 LLVM_DEBUG(dbgs() << " Operand mapping:\n");
200 if (OperandMap[Insn.Operands[i].MIOperandNo].Kind != OpData::Operand)
214 OperandMap[Insn.Operands[i].MIOperandNo + I].Data.Operand =
251 o << " // Operand: " << DestOperand.Name << "\n";
254 case OpData::Operand:
257 .Operand]
[all...]
H A DRISCVCompressInstEmitter.cpp84 enum MapKind { Operand, Imm, Reg }; enumerator in enum:__anon3311::RISCVCompressInstEmitter::OpData::MapKind
87 unsigned Operand; // Operand number mapped to. member in union:__anon3311::RISCVCompressInstEmitter::OpData::__anon3312
176 << " Dag Operand Type: '" << DagOpType->getName()
178 << "Instruction Operand Type: '" << InstOpType->getName()
227 "Error in Dag '" + Dag->getAsString() + "'. Operand '" +
234 OperandMap[i].Kind = OpData::Operand;
276 for (const auto &Operand : Inst.Operands)
277 if (Operand.getTiedRegister() != -1)
317 // Operand sharin
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp417 M68kOperand &Operand = (M68kOperand &)Op; local
422 if (Operand.isReg() &&
423 checkRegisterClass(Operand.getReg(), true, true, true)) {
430 if (Operand.isReg() &&
431 checkRegisterClass(Operand.getReg(), false, true, true)) {
437 if (Operand.isReg() &&
438 checkRegisterClass(Operand.getReg(), false, true, false)) {
446 if (Operand.isReg() &&
447 checkRegisterClass(Operand.getReg(), true, false, false)) {
453 if (Operand
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/disassembler/
H A Ddmcstyle.c74 ACPI_PARSE_OBJECT *Operand,
963 * Operand - An operand associated with expression
977 ACPI_PARSE_OBJECT *Operand,
988 if (Target->Common.AmlOpcode != Operand->Common.AmlOpcode)
995 if (Target->Common.Node != Operand->Common.Node)
1002 OpInfo = AcpiPsGetOpcodeInfo (Operand->Common.AmlOpcode);
1006 Operand->Common.Value.Arg, FALSE);
1019 Operand->Common.Next, FALSE);
1030 Operand->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE;
975 AcpiDmIsTargetAnOperand( ACPI_PARSE_OBJECT *Target, ACPI_PARSE_OBJECT *Operand, BOOLEAN TopLevel) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp61 Value *Operand = Intrin->getArgOperand(0); local
75 Builder.CreateConstInBoundsGEP1_32(Int8Ty, Operand, Offset);
86 Value *Operand = II->getArgOperand(0); local
95 auto *BCI = Builder.CreateBitCast(Operand, FramePtrTy);
/netbsd-current/sys/external/bsd/acpica/dist/executer/
H A Dexresolv.c338 * Operand - Starting point for resolution
352 ACPI_OPERAND_OBJECT *Operand,
356 ACPI_OPERAND_OBJECT *ObjDesc = ACPI_CAST_PTR (void, Operand);
357 ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Operand);
365 /* Operand can be either a namespace node or an operand descriptor */
469 if (ObjDesc == Operand)
350 AcpiExResolveMultiple( ACPI_WALK_STATE *WalkState, ACPI_OPERAND_OBJECT *Operand, ACPI_OBJECT_TYPE *ReturnType, ACPI_OPERAND_OBJECT **ReturnDesc) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h843 llvm::PointerUnion<Stmt *, TypeSourceInfo *> Operand; member in class:clang::CXXTypeidExpr
847 CXXTypeidExpr(QualType Ty, TypeSourceInfo *Operand, SourceRange R) argument
848 : Expr(CXXTypeidExprClass, Ty, VK_LValue, OK_Ordinary), Operand(Operand),
853 CXXTypeidExpr(QualType Ty, Expr *Operand, SourceRange R) argument
854 : Expr(CXXTypeidExprClass, Ty, VK_LValue, OK_Ordinary), Operand(Operand),
862 Operand = (Expr*)nullptr;
864 Operand = (TypeSourceInfo*)nullptr;
875 bool isTypeOperand() const { return Operand
1060 llvm::PointerUnion<Stmt *, TypeSourceInfo *> Operand; member in class:clang::CXXUuidofExpr
1065 CXXUuidofExpr(QualType Ty, TypeSourceInfo *Operand, MSGuidDecl *Guid, SourceRange R) argument
1072 CXXUuidofExpr(QualType Ty, Expr *Operand, MSGuidDecl *Guid, SourceRange R) argument
1185 Stmt *Operand; member in class:clang::CXXThrowExpr
1192 CXXThrowExpr(Expr *Operand, QualType Ty, SourceLocation Loc, bool IsThrownVariableInScope) argument
4000 Stmt *Operand; member in class:clang::CXXNoexceptExpr
4004 CXXNoexceptExpr(QualType Ty, Expr *Operand, CanThrowResult Val, SourceLocation Keyword, SourceLocation RParen) argument
4770 CoawaitExpr(SourceLocation CoawaitLoc, Expr *Operand, Expr *Ready, Expr *Suspend, Expr *Resume, OpaqueValueExpr *OpaqueValue, bool IsImplicit = false) argument
4778 CoawaitExpr(SourceLocation CoawaitLoc, QualType Ty, Expr *Operand, bool IsImplicit = false) argument
4855 CoyieldExpr(SourceLocation CoyieldLoc, Expr *Operand, Expr *Ready, Expr *Suspend, Expr *Resume, OpaqueValueExpr *OpaqueValue) argument
4859 CoyieldExpr(SourceLocation CoyieldLoc, QualType Ty, Expr *Operand) argument
[all...]
H A DStmtCXX.h459 enum SubStmt { Operand, PromiseCall, Count }; enumerator in enum:clang::CoreturnStmt::SubStmt
466 CoreturnStmt(SourceLocation CoreturnLoc, Stmt *Operand, Stmt *PromiseCall, argument
470 SubStmts[SubStmt::Operand] = Operand;
480 Expr *getOperand() const { return static_cast<Expr*>(SubStmts[Operand]); }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp83 MachineOperand *Target; // Operand that would be used in converted instruction
84 MachineOperand *Replaced; // Operand that would be replace by Target
444 MachineOperand *Operand = TII->getNamedOperand(MI, AMDGPU::OpName::vdst); local
445 assert(Operand &&
446 Operand->isReg() &&
447 isSameReg(*Operand, *getReplacedOperand()));
448 copyRegOperand(*Operand, *getTargetOperand());
819 static raw_ostream& operator<<(raw_ostream &OS, const SDWAOperand &Operand) { argument
820 Operand.print(OS);
827 if (auto Operand
828 LLVM_DEBUG(dbgs() << "Match: " << MI << "To: " << *Operand << '\\n'); local
1133 LLVM_DEBUG(dbgs() << *SDWAInst << "\\nOperand: " << *Operand); local
1215 const auto &Operand = OperandPair.second; local
1228 const auto &Operand = OperandPair.second; local
[all...]
H A DR600InstrInfo.h300 ///Add one of the MO_FLAG* flags to the specified \p Operand.
301 void addFlag(MachineInstr &MI, unsigned Operand, unsigned Flag) const;
303 ///Determine if the specified \p Flag is set on this \p Operand.
304 bool isFlagSet(const MachineInstr &MI, unsigned Operand, unsigned Flag) const;
314 void clearFlag(MachineInstr &MI, unsigned Operand, unsigned Flag) const;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp407 uint64_t Operand = Ops[OperandIdx]; local
427 return Operand;
437 return Operand * CodeAlignmentFactor;
451 uint64_t Operand = Ops[OperandIdx]; local
469 return (int64_t)Operand;
479 return int64_t(Operand) * DataAlignmentFactor;
490 return Operand * DataAlignmentFactor;
811 /// Print \p Opcode's operand number \p OperandIdx which has value \p Operand.
815 uint64_t Operand) const {
833 OS << format(" %" PRIx64, Operand);
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h619 unsigned Operand; member in class:llvm::SUnit::SUnitIterator
621 SUnitIterator(SUnit *N, unsigned Op) : Node(N), Operand(Op) {}
631 return Operand == x.Operand;
636 return Node->Preds[Operand].getSUnit();
641 ++Operand;
653 unsigned getOperand() const { return Operand; }
664 return Node->Preds[Operand];
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp148 for (const auto &Operand : InstrMeta.Instruction) {
149 if (Operand.isReg())
314 for (const auto &Operand : IndirectCF.Instruction) {
315 if (Operand.isReg())
316 RegisterNumbers.insert(Operand.getReg());
353 const auto Operand = NodeInstr.Instruction.getOperand(i); local
354 if (Operand.isReg())
355 CurRegisterNumbers.insert(Operand.getReg());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86PreAMXConfig.cpp61 for (Value *Operand : II->operands())
62 if (Operand->getType()->isX86_AMXTy())
77 for (Value *Operand : II->operands())
78 if (Operand->getType()->isX86_AMXTy())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp186 for (auto *Operand : Operands)
187 if (auto *IOp = dyn_cast<Instruction>(Operand))
201 for (auto *Operand : Operands)
202 if (auto *IOp = dyn_cast<Instruction>(Operand)) {
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmips16-relax-unextended-2.s5 # Operand code:
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h86 assert(i == 0 && "Operand index out of range!");
200 assert(i < NumOperands && "Operand index out of range!");
319 assert((i == 0 || i == 1) && "Operand index out of range!");
734 const SCEV *Operand = ((SC *)this)->visit(Expr->getOperand()); local
735 return Operand == Expr->getOperand()
737 : SE.getPtrToIntExpr(Operand, Expr->getType());
741 const SCEV *Operand = ((SC*)this)->visit(Expr->getOperand()); local
742 return Operand == Expr->getOperand()
744 : SE.getTruncateExpr(Operand, Expr->getType());
748 const SCEV *Operand local
755 const SCEV *Operand = ((SC*)this)->visit(Expr->getOperand()); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVUsers.cpp129 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, argument
149 if (!PN || !Operand)
152 // Look at all of the uses of Operand by the PHI node. If any use corresponds
156 if (PN->getIncomingValue(i) == Operand &&
160 // Okay, all uses of Operand by PN are in predecessor blocks that really are
300 IVStrideUse &IVUsers::AddUser(Instruction *User, Value *Operand) { argument
301 IVUses.push_back(new IVStrideUse(this, User, Operand));

Completed in 410 milliseconds

12345678910