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

12345678910

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ia64/
H A Dopc-a-err.l2 .*:1: Error: Operand 2 of `adds' should be a 14-bit .*
3 .*:2: Error: Operand 2 of `adds' should be a 14-bit .*
4 .*:4: Error: Operand 2 of `addl' should be a 22-bit .*
5 .*:5: Error: Operand 2 of `addl' should be a 22-bit .*
6 .*:6: Error: Operand 3 of `addl' should be a general register r0-r3
7 .*:8: Error: Operand 2 of `sub' should be .*
8 .*:9: Error: Operand 2 of `sub' should be .*
9 .*:11: Error: Operand 2 of `and' should be .*
10 .*:12: Error: Operand 2 of `and' should be .*
11 .*:14: Error: Operand
[all...]
H A Dunwind-bad.l7 .*:20: Error: Operand to \.save\.f must be a positive 20-bit constant
8 .*:22: Error: Operand to \.save\.f must be a positive 20-bit constant
9 .*:24: Error: Operand to \.save\.f must be a positive 20-bit constant
17 .*:44: Error: Operand 2 to \.spillreg must be a writable register
18 .*:46: Error: Operand 1 to \.spillreg must be a preserved register
19 .*:48: Error: Operand 1 to \.spillreg must be a preserved register
20 .*:50: Error: Operand 1 to \.spillreg must be a preserved register
21 .*:52: Error: Operand 2 to \.spillreg must be a writable register
22 .*:54: Error: Operand 2 to \.spillreg must be a writable register
23 .*:56: Error: Operand
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/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]);
237 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
251 Status = AcpiExLoadOp (Operand[0], Operand[
290 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
645 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
[all...]
H A Dexoparg3.c94 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
110 (UINT32) Operand[0]->Integer.Value,
111 (UINT32) Operand[1]->Integer.Value,
112 (UINT32) Operand[2]->Integer.Value));
117 Fatal->Type = (UINT32) Operand[0]->Integer.Value;
118 Fatal->Code = (UINT32) Operand[1]->Integer.Value;
119 Fatal->Argument = (UINT32) Operand[2]->Integer.Value;
176 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
196 (Operand[0])->Common.Type);
205 Index = Operand[
[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
207 Operand[0]->Integer.Value,
208 Operand[1]->Integer.Value,
228 Status = AcpiExStore (ReturnDesc2, Operand[2], WalkState);
234 Status = AcpiExStore (ReturnDesc1, Operand[3], WalkState);
282 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
308 Operand[
543 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 Dexcreate.c384 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
402 ObjDesc->Processor.ProcId = (UINT8) Operand[1]->Integer.Value;
403 ObjDesc->Processor.Length = (UINT8) Operand[3]->Integer.Value;
404 ObjDesc->Processor.Address = (ACPI_IO_ADDRESS) Operand[2]->Integer.Value;
408 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0],
436 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
454 ObjDesc->PowerResource.SystemLevel = (UINT8) Operand[1]->Integer.Value;
455 ObjDesc->PowerResource.ResourceOrder = (UINT16) Operand[2]->Integer.Value;
459 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0],
489 ACPI_OPERAND_OBJECT **Operand local
[all...]
H A Dexconfig.c134 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; local
160 Operand[0]->String.Pointer,
161 Operand[1]->String.Pointer,
162 Operand[2]->String.Pointer, &TableIndex);
183 if (Operand[3]->String.Length > 0)
190 Operand[3]->String.Pointer, ACPI_NS_SEARCH_PARENT,
200 if (Operand[4]->String.Length > 0)
202 if ((Operand[4]->String.Pointer[0] != AML_ROOT_PREFIX) &&
203 (Operand[4]->String.Pointer[0] != AML_PARENT_PREFIX))
215 Operand[
[all...]
/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/aarch64/
H A Dmath.c24 IN UINT64 Operand,
29 return Operand << Count;
34 IN UINT64 Operand,
39 return Operand >> Count;
23 LShiftU64( IN UINT64 Operand, IN UINTN Count ) argument
33 RShiftU64( IN UINT64 Operand, IN UINTN Count ) argument
/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/arm/
H A Dmath.c24 IN UINT64 Operand,
29 return Operand << Count;
34 IN UINT64 Operand,
39 return Operand >> Count;
23 LShiftU64( IN UINT64 Operand, IN UINTN Count ) argument
33 RShiftU64( IN UINT64 Operand, IN UINTN Count ) argument
/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/mips64el/
H A Dmath.c24 IN UINT64 Operand,
29 return Operand << Count;
34 IN UINT64 Operand,
39 return Operand >> Count;
23 LShiftU64( IN UINT64 Operand, IN UINTN Count ) argument
33 RShiftU64( IN UINT64 Operand, IN UINTN Count ) argument
/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/riscv64/
H A Dmath.c16 IN UINT64 Operand,
20 return Operand << Count;
28 IN UINT64 Operand,
32 return Operand >> Count;
15 LShiftU64( IN UINT64 Operand, IN UINTN Count ) argument
27 RShiftU64( IN UINT64 Operand, IN UINTN Count ) argument
/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/ia64/
H A Dmath.c45 IN UINT64 Operand,
50 return Operand << Count;
55 IN UINT64 Operand,
60 return Operand >> Count;
44 LShiftU64( IN UINT64 Operand, IN UINTN Count ) argument
54 RShiftU64( IN UINT64 Operand, IN UINTN Count ) argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp36 unsigned Operand::getIndex() const { return *Index; }
38 bool Operand::isExplicit() const { return Info; }
40 bool Operand::isImplicit() const { return !Info; }
42 bool Operand::isImplicitReg() const { return ImplicitReg; }
44 bool Operand::isDef() const { return IsDef; }
46 bool Operand::isUse() const { return !IsDef; }
48 bool Operand::isReg() const { return Tracker; }
50 bool Operand::isTied() const { return TiedToIndex.hasValue(); }
52 bool Operand::isVariable() const { return VariableIndex.hasValue(); }
54 bool Operand
115 Operand Operand; local
133 Operand Operand; local
142 Operand Operand; local
[all...]
H A DMCInstrDescView.h35 // A variable represents the value associated to an Operand or a set of Operands
41 // Returns the index of the Operand linked to this Variable.
44 // Returns whether this Variable has more than one Operand linked to it.
61 // - TiedToIndex: the index of the Operand holding the value or -1.
62 // - ImplicitReg: a pointer to the register value when Operand is Implicit,
64 // - VariableIndex: the index of the Variable holding the value for this Operand
66 struct Operand { struct in namespace:llvm::exegesis
120 // Returns the Operand linked to this Variable.
121 // In case the Variable is tied, the primary (i.e. Def) Operand is returned.
122 const Operand
192 RegisterOperandAssignment(const Operand *Operand, MCPhysReg Reg) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp130 for (unsigned Operand = 0; Operand < 2; ++Operand) {
131 unsigned Size = Desc.Op[Operand];
139 Operands[Operand] = Data.getU8(&Offset);
141 Operands[Operand] = (int8_t)Operands[Operand];
144 Operands[Operand] = Data.getU16(&Offset);
146 Operands[Operand] = (int16_t)Operands[Operand];
209 prettyPrintBaseTypeRef(DWARFUnit *U, raw_ostream &OS, DIDumpOptions DumpOpts, uint64_t Operands[2], unsigned Operand) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp141 const MCOperand &Operand = Inst.getOperand(Inst.getNumOperands() - 1); local
142 assert(Operand.isExpr() && "Expecting an MCExpr.");
144 const MCExpr *Expr = Operand.getExpr();
176 const MCOperand &Operand = Inst.getOperand(Inst.getNumOperands() - 1); local
177 assert(Operand.isExpr() && "Expecting an MCExpr.");
179 const MCExpr *Expr = Operand.getExpr();
211 const MCOperand &Operand = Inst.getOperand(LastOp); local
212 if (!Operand.isExpr())
216 const MCExpr *Expr = Operand.getExpr();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp144 const Value *Operand = cast<Constant>(Sym)->getOperand(0); local
145 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(Operand)) {
151 Operand = Initializer;
154 assert(isa<ConstantDataSequential>(Operand) &&
156 assert(cast<ConstantDataSequential>(Operand)->isCString() &&
159 StringRef ReflectArg = cast<ConstantDataSequential>(Operand)->getAsString();
H A DNVPTXGenericToNVVM.cpp112 Value *Operand = II->getOperand(i); local
113 if (isa<Constant>(Operand)) {
115 i, remapConstant(&M, &*I, cast<Constant>(Operand), Builder));
204 Value *Operand = C->getOperand(i); local
205 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder);
206 OperandChanged |= Operand != NewOperand;
243 Value *Operand = C->getOperand(i); local
244 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder);
245 OperandChanged |= Operand != NewOperand;
/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/ia32/
H A Dmath.c42 IN UINT64 Operand,
48 return Operand << Count;
52 mov eax, dword ptr Operand[0]
53 mov edx, dword ptr Operand[4]
77 IN UINT64 Operand,
83 return Operand >> Count;
87 mov eax, dword ptr Operand[0]
88 mov edx, dword ptr Operand[4]
41 LShiftU64( IN UINT64 Operand, IN UINTN Count ) argument
76 RShiftU64( IN UINT64 Operand, IN UINTN Count ) argument
/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/x86_64/
H A Dmath.c42 IN UINT64 Operand,
48 return Operand << Count;
52 mov eax, dword ptr Operand[0]
53 mov edx, dword ptr Operand[4]
77 IN UINT64 Operand,
83 return Operand >> Count;
87 mov eax, dword ptr Operand[0]
88 mov edx, dword ptr Operand[4]
41 LShiftU64( IN UINT64 Operand, IN UINTN Count ) argument
76 RShiftU64( IN UINT64 Operand, IN UINTN Count ) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrBuilder.h19 // (Operand), Base, Scale, Index, Displacement.
93 unsigned Operand) {
95 const MachineOperand &Op0 = MI->getOperand(Operand);
104 const MachineOperand &Op1 = MI->getOperand(Operand + 1);
107 const MachineOperand &Op2 = MI->getOperand(Operand + 2);
110 const MachineOperand &Op3 = MI->getOperand(Operand + 3);
132 static inline void setDirectAddressInInstr(MachineInstr *MI, unsigned Operand, argument
135 MI->getOperand(Operand).ChangeToRegister(Reg, /*isDef=*/false);
136 MI->getOperand(Operand + 1).setImm(1);
137 MI->getOperand(Operand
92 getAddressFromInstr(const MachineInstr *MI, unsigned Operand) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DPseudoProbePrinter.cpp30 for (const auto *Operand : FuncInfo->operands()) {
31 const auto *MD = cast<MDNode>(Operand);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp70 static bool isCompatibleReplacement(const Instruction *I, const Use &Operand, argument
72 if (Operand->getType() != Replacement->getType())
80 if (Operand.getOperandNo() >= 1)
86 if (Operand.getOperandNo() >= 2)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCodeMetrics.cpp35 for (const Value *Operand : U->operands())
36 if (Visited.insert(Operand).second)
37 if (isSafeToSpeculativelyExecute(Operand))
38 Worklist.push_back(Operand);

Completed in 501 milliseconds

12345678910