Home
last modified time | relevance | path

Searched refs:Operand (Results 1 – 25 of 252) sorted by relevance

1234567891011

/freebsd-12.1/sys/contrib/dev/acpica/components/executer/
H A Dexoparg1.c357 Status = AcpiExLoadOp (Operand[0], Operand[1], WalkState); in AcpiExOpcode_1A_1T_0R()
594 Status = AcpiExStore (Operand[0], Operand[1], WalkState); in AcpiExOpcode_1A_1T_1R()
628 if (ReturnDesc == Operand[0]) in AcpiExOpcode_1A_1T_1R()
640 if (ReturnDesc == Operand[0]) in AcpiExOpcode_1A_1T_1R()
651 if (ReturnDesc == Operand[0]) in AcpiExOpcode_1A_1T_1R()
664 if (ReturnDesc == Operand[0]) in AcpiExOpcode_1A_1T_1R()
764 if (!Operand[0]->Integer.Value) in AcpiExOpcode_1A_0T_1R()
787 TempDesc = Operand[0]; in AcpiExOpcode_1A_0T_1R()
967 Operand[0] = TempDesc; in AcpiExOpcode_1A_0T_1R()
1160 Operand[0]->Reference.TargetType, Operand[0])); in AcpiExOpcode_1A_0T_1R()
[all …]
H A Dexoparg2.c315 Operand[0]->Integer.Value, in AcpiExOpcode_2A_2T_1R()
316 Operand[1]->Integer.Value, in AcpiExOpcode_2A_2T_1R()
416 Operand[0]->Integer.Value, in AcpiExOpcode_2A_1T_1R()
417 Operand[1]->Integer.Value); in AcpiExOpcode_2A_1T_1R()
435 Operand[0]->Integer.Value, in AcpiExOpcode_2A_1T_1R()
436 Operand[1]->Integer.Value, in AcpiExOpcode_2A_1T_1R()
444 Operand[0], Operand[1], &ReturnDesc, WalkState); in AcpiExOpcode_2A_1T_1R()
492 Operand[0], Operand[1], &ReturnDesc, WalkState); in AcpiExOpcode_2A_1T_1R()
677 Operand[0]->Integer.Value, Operand[1]->Integer.Value, in AcpiExOpcode_2A_0T_1R()
694 Status = AcpiExAcquireMutex (Operand[1], Operand[0], WalkState); in AcpiExOpcode_2A_0T_1R()
[all …]
H A Dexoparg3.c219 (UINT32) Operand[0]->Integer.Value, in AcpiExOpcode_3A_0T_0R()
220 (UINT32) Operand[1]->Integer.Value, in AcpiExOpcode_3A_0T_0R()
221 (UINT32) Operand[2]->Integer.Value)); in AcpiExOpcode_3A_0T_0R()
226 Fatal->Type = (UINT32) Operand[0]->Integer.Value; in AcpiExOpcode_3A_0T_0R()
227 Fatal->Code = (UINT32) Operand[1]->Integer.Value; in AcpiExOpcode_3A_0T_0R()
305 (Operand[0])->Common.Type); in AcpiExOpcode_3A_1T_1R()
314 Index = Operand[1]->Integer.Value; in AcpiExOpcode_3A_1T_1R()
315 Length = (ACPI_SIZE) Operand[2]->Integer.Value; in AcpiExOpcode_3A_1T_1R()
321 if (Index >= Operand[0]->String.Length) in AcpiExOpcode_3A_1T_1R()
336 switch ((Operand[0])->Common.Type) in AcpiExOpcode_3A_1T_1R()
[all …]
H A Dexoparg6.c333 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_6A_0T_1R() local
354 if ((Operand[1]->Integer.Value > MAX_MATCH_OPERATOR) || in AcpiExOpcode_6A_0T_1R()
355 (Operand[3]->Integer.Value > MAX_MATCH_OPERATOR)) in AcpiExOpcode_6A_0T_1R()
364 Index = Operand[5]->Integer.Value; in AcpiExOpcode_6A_0T_1R()
365 if (Index >= Operand[0]->Package.Count) in AcpiExOpcode_6A_0T_1R()
396 for ( ; Index < Operand[0]->Package.Count; Index++) in AcpiExOpcode_6A_0T_1R()
400 ThisElement = Operand[0]->Package.Elements[Index]; in AcpiExOpcode_6A_0T_1R()
414 if (!AcpiExDoMatch ((UINT32) Operand[1]->Integer.Value, in AcpiExOpcode_6A_0T_1R()
415 ThisElement, Operand[2])) in AcpiExOpcode_6A_0T_1R()
420 if (!AcpiExDoMatch ((UINT32) Operand[3]->Integer.Value, in AcpiExOpcode_6A_0T_1R()
[all …]
H A Dexcreate.c492 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreateProcessor() local
510 ObjDesc->Processor.ProcId = (UINT8) Operand[1]->Integer.Value; in AcpiExCreateProcessor()
511 ObjDesc->Processor.Length = (UINT8) Operand[3]->Integer.Value; in AcpiExCreateProcessor()
516 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreateProcessor()
544 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreatePowerResource() local
567 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreatePowerResource()
597 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreateMethod() local
619 ObjDesc->Method.Node = Operand[0]; in AcpiExCreateMethod()
625 MethodFlags = (UINT8) Operand[1]->Integer.Value; in AcpiExCreateMethod()
647 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreateMethod()
[all …]
H A Dexconfig.c243 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExLoadTableOp() local
258 Operand[0]->String.Pointer, in AcpiExLoadTableOp()
259 Operand[1]->String.Pointer, in AcpiExLoadTableOp()
260 Operand[2]->String.Pointer, &TableIndex); in AcpiExLoadTableOp()
288 if (Operand[3]->String.Length > 0) in AcpiExLoadTableOp()
295 Operand[3]->String.Pointer, ACPI_NS_SEARCH_PARENT, in AcpiExLoadTableOp()
305 if (Operand[4]->String.Length > 0) in AcpiExLoadTableOp()
307 if ((Operand[4]->String.Pointer[0] != AML_ROOT_PREFIX) && in AcpiExLoadTableOp()
308 (Operand[4]->String.Pointer[0] != AML_PARENT_PREFIX)) in AcpiExLoadTableOp()
320 Operand[4]->String.Pointer, ACPI_NS_SEARCH_PARENT, in AcpiExLoadTableOp()
[all …]
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp126 for (unsigned Operand = 0; Operand < 2; ++Operand) { in extract() local
127 unsigned Size = Desc.Op[Operand]; in extract()
137 Operands[Operand] = (int8_t)Operands[Operand]; in extract()
142 Operands[Operand] = (int16_t)Operands[Operand]; in extract()
147 Operands[Operand] = (int32_t)Operands[Operand]; in extract()
176 if (Operand == 0) in extract()
179 Operands[Operand] = Offset; in extract()
180 Offset += Operands[Operand - 1]; in extract()
241 for (unsigned Operand = 0; Operand < 2; ++Operand) { in print() local
242 unsigned Size = Desc.Op[Operand]; in print()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonDepOperands.td13 def s4_0Imm : Operand<i32> { let ParserMatchClass = s4_0ImmOperand; let DecoderMethod = "s4_0ImmDec…
16 def s29_3Imm : Operand<i32> { let ParserMatchClass = s29_3ImmOperand; let DecoderMethod = "s29_3Imm…
19 def u6_0Imm : Operand<i32> { let ParserMatchClass = u6_0ImmOperand; let DecoderMethod = "unsignedIm…
28 def s8_0Imm : Operand<i32> { let ParserMatchClass = s8_0ImmOperand; let DecoderMethod = "s8_0ImmDec…
34 def u4_2Imm : Operand<i32> { let ParserMatchClass = u4_2ImmOperand; let DecoderMethod = "unsignedIm…
46 def s4_3Imm : Operand<i32> { let ParserMatchClass = s4_3ImmOperand; let DecoderMethod = "s4_3ImmDec…
61 def s3_0Imm : Operand<i32> { let ParserMatchClass = s3_0ImmOperand; let DecoderMethod = "s3_0ImmDec…
70 def s6_0Imm : Operand<i32> { let ParserMatchClass = s6_0ImmOperand; let DecoderMethod = "s6_0ImmDec…
79 def s6_3Imm : Operand<i32> { let ParserMatchClass = s6_3ImmOperand; let DecoderMethod = "s6_3ImmDec…
88 def s4_1Imm : Operand<i32> { let ParserMatchClass = s4_1ImmOperand; let DecoderMethod = "s4_1ImmDec…
[all …]
H A DHexagonOperands.td11 def f32Imm : Operand<f32> { let ParserMatchClass = f32ImmOperand; }
13 def f64Imm : Operand<f64> { let ParserMatchClass = f64ImmOperand; }
16 def s9_0Imm : Operand<i32> { let ParserMatchClass = s9_0ImmOperand; }
18 def s27_2Imm : Operand<i32> { let ParserMatchClass = s27_2ImmOperand; }
28 def u64_0Imm : Operand<i64> { let ParserMatchClass = u64_0ImmOperand; }
30 def n1Const : Operand<i32> { let ParserMatchClass = n1ConstOperand; }
32 def bblabel : Operand<i32>;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDisassembler.h203 struct Operand { struct
212 std::vector<Operand> m_children; argument
220 static Operand BuildRegister(ConstString &r); argument
222 static Operand BuildImmediate(int64_t imm);
223 static Operand BuildDereference(const Operand &ref);
224 static Operand BuildSum(const Operand &lhs, const Operand &rhs);
225 static Operand BuildProduct(const Operand &lhs, const Operand &rhs);
263 std::function<bool(const Instruction::Operand &)>
268 std::function<bool(const Instruction::Operand &)>
272 std::function<bool(const Instruction::Operand &)>
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp456 Operand ret; in ParseRegisterName()
497 Operand ret; in ParseImmediate()
606 Operand product; in ParseIntelIndexedAccess()
611 Operand index; in ParseIntelIndexedAccess()
622 Operand deref; in ParseIntelIndexedAccess()
627 Operand deref; in ParseIntelIndexedAccess()
669 Operand deref; in ParseIntelDerefAccess()
674 Operand deref; in ParseIntelDerefAccess()
715 Operand offset; in ParseARMOffsetAccess()
720 Operand deref; in ParseARMOffsetAccess()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrBuilder.h94 unsigned Operand) { in getAddressFromInstr() argument
96 const MachineOperand &Op0 = MI->getOperand(Operand); in getAddressFromInstr()
105 const MachineOperand &Op1 = MI->getOperand(Operand + 1); in getAddressFromInstr()
108 const MachineOperand &Op2 = MI->getOperand(Operand + 2); in getAddressFromInstr()
111 const MachineOperand &Op3 = MI->getOperand(Operand + 3); in getAddressFromInstr()
133 static inline void setDirectAddressInInstr(MachineInstr *MI, unsigned Operand, in setDirectAddressInInstr() argument
136 MI->getOperand(Operand).setReg(Reg); in setDirectAddressInInstr()
137 MI->getOperand(Operand + 1).setImm(1); in setDirectAddressInInstr()
138 MI->getOperand(Operand + 2).setReg(0); in setDirectAddressInInstr()
139 MI->getOperand(Operand + 3).setImm(0); in setDirectAddressInInstr()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp1335 Operand ret; in BuildRegister()
1343 Operand ret; in BuildImmediate()
1350 Instruction::Operand Instruction::Operand::BuildImmediate(int64_t imm) { in BuildImmediate()
1351 Operand ret; in BuildImmediate()
1363 Instruction::Operand
1364 Instruction::Operand::BuildDereference(const Operand &ref) { in BuildDereference()
1365 Operand ret; in BuildDereference()
1371 Instruction::Operand Instruction::Operand::BuildSum(const Operand &lhs, in BuildSum()
1373 Operand ret; in BuildSum()
1379 Instruction::Operand Instruction::Operand::BuildProduct(const Operand &lhs, in BuildProduct()
[all …]
/freebsd-12.1/contrib/binutils/gas/doc/
H A Dc-cr16.texi17 * CR16 Operand Qualifiers:: CR16 Machine Operand Qualifiers
20 @node CR16 Operand Qualifiers
21 @section CR16 Operand Qualifiers
22 @cindex CR16 Operand Qualifiers
26 Operand expression type qualifier is an optional field in the instruction operand, to determines th…
42 @item Immediate Operand
51 @item Absolute Operand
56 @item Displacement Operand
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp143 const Value *Operand = cast<Constant>(Sym)->getOperand(0); in runOnFunction() local
144 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(Operand)) { in runOnFunction()
150 Operand = Initializer; in runOnFunction()
153 assert(isa<ConstantDataSequential>(Operand) && in runOnFunction()
155 assert(cast<ConstantDataSequential>(Operand)->isCString() && in runOnFunction()
158 StringRef ReflectArg = cast<ConstantDataSequential>(Operand)->getAsString(); in runOnFunction()
H A DNVPTXGenericToNVVM.cpp113 Value *Operand = II->getOperand(i); in runOnModule() local
114 if (isa<Constant>(Operand)) { in runOnModule()
116 i, remapConstant(&M, &*I, cast<Constant>(Operand), Builder)); in runOnModule()
205 Value *Operand = C->getOperand(i); in remapConstantVectorOrConstantAggregate() local
206 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder); in remapConstantVectorOrConstantAggregate()
207 OperandChanged |= Operand != NewOperand; in remapConstantVectorOrConstantAggregate()
244 Value *Operand = C->getOperand(i); in remapConstantExpr() local
245 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder); in remapConstantExpr()
246 OperandChanged |= Operand != NewOperand; in remapConstantExpr()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.td107 def bb_op : Operand<OtherVT>;
110 def local_op : Operand<i32>;
113 def global_op : Operand<i32>;
116 def i32imm_op : Operand<i32>;
119 def i64imm_op : Operand<i64>;
122 def f32imm_op : Operand<f32>;
125 def f64imm_op : Operand<f64>;
146 def P2Align : Operand<i32> {
151 def event_op : Operand<i32>;
156 def Signature : Operand<i32> {
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp1230 std::pair<const Instruction::Operand *, int64_t>
1234 case Instruction::Operand::Type::Dereference: in GetBaseExplainingValue()
1235 case Instruction::Operand::Type::Immediate: in GetBaseExplainingValue()
1236 case Instruction::Operand::Type::Invalid: in GetBaseExplainingValue()
1237 case Instruction::Operand::Type::Product: in GetBaseExplainingValue()
1240 case Instruction::Operand::Type::Sum: { in GetBaseExplainingValue()
1273 case Instruction::Operand::Type::Register: { in GetBaseExplainingValue()
1293 std::pair<const Instruction::Operand *, int64_t>
1351 case Instruction::Operand::Type::Immediate: { in GuessValueForAddress()
1372 case Instruction::Operand::Type::Register: { in GuessValueForAddress()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h684 Operand(Operand), Range(R) {} in CXXTypeidExpr()
695 Operand(Operand), Range(R) {} in CXXTypeidExpr()
733 Operand = E; in setExprOperand()
900 Operand(Operand), UuidStr(UuidStr), Range(R) {} in CXXUuidofExpr()
906 Operand(Operand), UuidStr(UuidStr), Range(R) {} in CXXUuidofExpr()
940 Operand = E; in setExprOperand()
1019 Stmt *Operand; variable
1029 Operand && Operand->isInstantiationDependent(), in CXXThrowExpr()
1031 Operand(Operand) { in CXXThrowExpr()
1064 return child_range(&Operand, Operand ? &Operand + 1 : &Operand); in children()
[all …]
/freebsd-12.1/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsopcode.c621 ACPI_OPERAND_OBJECT **Operand; in AcpiDsEvalTableRegionOperands() local
651 Operand = &WalkState->Operands[0]; in AcpiDsEvalTableRegionOperands()
667 Operand[0]->String.Pointer, in AcpiDsEvalTableRegionOperands()
668 Operand[1]->String.Pointer, in AcpiDsEvalTableRegionOperands()
669 Operand[2]->String.Pointer, &TableIndex); in AcpiDsEvalTableRegionOperands()
676 Operand[0]->String.Pointer, in AcpiDsEvalTableRegionOperands()
677 Operand[1]->String.Pointer, in AcpiDsEvalTableRegionOperands()
678 Operand[2]->String.Pointer)); in AcpiDsEvalTableRegionOperands()
708 AcpiUtRemoveReference (Operand[0]); in AcpiDsEvalTableRegionOperands()
709 AcpiUtRemoveReference (Operand[1]); in AcpiDsEvalTableRegionOperands()
[all …]
/freebsd-12.1/sys/contrib/dev/acpica/components/utilities/
H A Dutmath.c248 UINT64 Operand, in AcpiUtShortShiftLeft() argument
258 OperandOvl.Full = Operand; in AcpiUtShortShiftLeft()
293 UINT64 Operand, in AcpiUtShortShiftRight() argument
303 OperandOvl.Full = Operand; in AcpiUtShortShiftRight()
367 UINT64 Operand, in AcpiUtShortShiftLeft() argument
379 *OutResult = Operand << Count; in AcpiUtShortShiftLeft()
397 UINT64 Operand, in AcpiUtShortShiftRight() argument
409 *OutResult = Operand >> Count; in AcpiUtShortShiftRight()
/freebsd-12.1/sys/contrib/edk2/Include/Library/
H A DBaseLib.h3213 IN UINT64 Operand,
3236 IN UINT64 Operand,
3259 IN UINT64 Operand,
3283 IN UINT32 Operand,
3307 IN UINT32 Operand,
3376 IN UINT32 Operand
3397 IN UINT64 Operand
3418 IN UINT32 Operand
3439 IN UINT64 Operand
3459 IN UINT32 Operand
[all …]
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h139 for (VPValue *Operand : Operands) in VPUser()
140 addOperand(Operand); in VPUser()
157 void addOperand(VPValue *Operand) { in addOperand() argument
158 Operands.push_back(Operand); in addOperand()
159 Operand->addUser(*this); in addOperand()
/freebsd-12.1/contrib/gcc/
H A Dtree.def486 Operand 0 is the condition.
487 Operand 1 is the then-value.
488 Operand 2 is the else-value.
489 Operand 0 may be of any type.
530 /* Function call. Operand 0 is the function.
537 Operand 0 is the cleanup expression.
931 Operand 0 is the real expression.
935 /* Extract elements from two input vectors Operand 0 and Operand 1
976 Operand 0: OMP_FOR_BODY: Loop body.
1046 Operand 1 is a vector. */
[all …]
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp28 enum MapKind { Operand, Imm, Reg }; enumerator
31 unsigned Operand; // Operand number mapped to. member
102 OperandMap[BaseIdx + i + I].Kind = OpData::Operand; in addDagOperandMapping()
177 if (OperandMap[Insn.Operands[i].MIOperandNo].Kind != OpData::Operand) in evaluateExpansion()
188 OperandMap[Insn.Operands[i].MIOperandNo + I].Data.Operand = in evaluateExpansion()
228 case OpData::Operand: in emitLoweringEmitter()
231 .Operand].MIOperandNo + i in emitLoweringEmitter()

1234567891011