Home
last modified time | relevance | path

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

12345678910>>...13

/freebsd-14.2/sys/contrib/dev/acpica/components/executer/
H A Dexoparg1.c359 Status = AcpiExLoadOp (Operand[0], Operand[1], WalkState); in AcpiExOpcode_1A_1T_0R()
612 Status = AcpiExStore (Operand[0], Operand[1], WalkState); in AcpiExOpcode_1A_1T_1R()
646 if (ReturnDesc == Operand[0]) in AcpiExOpcode_1A_1T_1R()
658 if (ReturnDesc == Operand[0]) in AcpiExOpcode_1A_1T_1R()
669 if (ReturnDesc == Operand[0]) in AcpiExOpcode_1A_1T_1R()
682 if (ReturnDesc == Operand[0]) in AcpiExOpcode_1A_1T_1R()
782 if (!Operand[0]->Integer.Value) in AcpiExOpcode_1A_0T_1R()
805 TempDesc = Operand[0]; in AcpiExOpcode_1A_0T_1R()
985 Operand[0] = TempDesc; in AcpiExOpcode_1A_0T_1R()
1178 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.c493 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreateProcessor() local
511 ObjDesc->Processor.ProcId = (UINT8) Operand[1]->Integer.Value; in AcpiExCreateProcessor()
512 ObjDesc->Processor.Length = (UINT8) Operand[3]->Integer.Value; in AcpiExCreateProcessor()
517 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreateProcessor()
545 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreatePowerResource() local
568 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreatePowerResource()
598 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreateMethod() local
620 ObjDesc->Method.Node = Operand[0]; in AcpiExCreateMethod()
626 MethodFlags = (UINT8) Operand[1]->Integer.Value; in AcpiExCreateMethod()
648 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreateMethod()
[all …]
H A Dexconfig.c243 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExLoadTableOp() local
269 Operand[0]->String.Pointer, in AcpiExLoadTableOp()
270 Operand[1]->String.Pointer, in AcpiExLoadTableOp()
271 Operand[2]->String.Pointer, &TableIndex); in AcpiExLoadTableOp()
292 if (Operand[3]->String.Length > 0) in AcpiExLoadTableOp()
299 Operand[3]->String.Pointer, ACPI_NS_SEARCH_PARENT, in AcpiExLoadTableOp()
309 if (Operand[4]->String.Length > 0) in AcpiExLoadTableOp()
311 if ((Operand[4]->String.Pointer[0] != AML_ROOT_PREFIX) && in AcpiExLoadTableOp()
312 (Operand[4]->String.Pointer[0] != AML_PARENT_PREFIX)) in AcpiExLoadTableOp()
324 Operand[4]->String.Pointer, ACPI_NS_SEARCH_PARENT, in AcpiExLoadTableOp()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp153 for (unsigned Operand = 0; Operand < Desc.Op.size(); ++Operand) { in extract() local
170 Operands[Operand] = (int8_t)Operands[Operand]; in extract()
175 Operands[Operand] = (int16_t)Operands[Operand]; in extract()
180 Operands[Operand] = (int32_t)Operands[Operand]; in extract()
191 Operands[Operand] = in extract()
204 assert(Operand == 1); in extract()
221 if (Operand == 0) in extract()
224 Operands[Operand] = Offset; in extract()
316 for (unsigned Operand = 0; Operand < Desc.Op.size(); ++Operand) { in print() local
333 assert(Operand == 1); in print()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepOperands.td17 def s6_0Imm : Operand<i32> { let ParserMatchClass = s6_0ImmOperand; let DecoderMethod = "s6_0ImmDec…
20 def s32_0Imm : Operand<i32> { let ParserMatchClass = s32_0ImmOperand; let DecoderMethod = "s32_0Imm…
23 def u10_0Imm : Operand<i32> { let ParserMatchClass = u10_0ImmOperand; let DecoderMethod = "unsigned…
44 def s31_1Imm : Operand<i32> { let ParserMatchClass = s31_1ImmOperand; let DecoderMethod = "s31_1Imm…
53 def s3_0Imm : Operand<i32> { let ParserMatchClass = s3_0ImmOperand; let DecoderMethod = "s3_0ImmDec…
56 def s4_0Imm : Operand<i32> { let ParserMatchClass = s4_0ImmOperand; let DecoderMethod = "s4_0ImmDec…
59 def s4_1Imm : Operand<i32> { let ParserMatchClass = s4_1ImmOperand; let DecoderMethod = "s4_1ImmDec…
62 def s4_2Imm : Operand<i32> { let ParserMatchClass = s4_2ImmOperand; let DecoderMethod = "s4_2ImmDec…
65 def s4_3Imm : Operand<i32> { let ParserMatchClass = s4_3ImmOperand; let DecoderMethod = "s4_3ImmDec…
68 def s6_3Imm : Operand<i32> { let ParserMatchClass = s6_3ImmOperand; let DecoderMethod = "s6_3ImmDec…
[all …]
H A DHexagonOperands.td10 def f32Imm : Operand<f32> { let ParserMatchClass = f32ImmOperand; }
12 def f64Imm : Operand<f64> { let ParserMatchClass = f64ImmOperand; }
15 def s9_0Imm : Operand<i32> { let ParserMatchClass = s9_0ImmOperand; }
17 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 sgp10Const : Operand<i32> { let ParserMatchClass = sgp10ConstOperand; }
34 def bblabel : Operand<i32>;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h200 struct Operand { struct
209 std::vector<Operand> m_children; argument
217 static Operand BuildRegister(ConstString &r); argument
219 static Operand BuildImmediate(int64_t imm);
220 static Operand BuildDereference(const Operand &ref);
221 static Operand BuildSum(const Operand &lhs, const Operand &rhs);
222 static Operand BuildProduct(const Operand &lhs, const Operand &rhs);
265 std::function<bool(const Instruction::Operand &)>
270 std::function<bool(const Instruction::Operand &)>
274 std::function<bool(const Instruction::Operand &)>
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp756 Operand ret; in ParseRegisterName()
797 Operand ret; in ParseImmediate()
906 Operand product; in ParseIntelIndexedAccess()
911 Operand index; in ParseIntelIndexedAccess()
922 Operand deref; in ParseIntelIndexedAccess()
927 Operand deref; in ParseIntelIndexedAccess()
969 Operand deref; in ParseIntelDerefAccess()
974 Operand deref; in ParseIntelDerefAccess()
1015 Operand offset; in ParseARMOffsetAccess()
1020 Operand deref; in ParseARMOffsetAccess()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrBuilder.h93 unsigned Operand) { in getAddressFromInstr() argument
95 const MachineOperand &Op0 = MI->getOperand(Operand); in getAddressFromInstr()
104 const MachineOperand &Op1 = MI->getOperand(Operand + 1); in getAddressFromInstr()
107 const MachineOperand &Op2 = MI->getOperand(Operand + 2); in getAddressFromInstr()
110 const MachineOperand &Op3 = MI->getOperand(Operand + 3); in getAddressFromInstr()
132 static inline void setDirectAddressInInstr(MachineInstr *MI, unsigned Operand, in setDirectAddressInInstr() argument
135 MI->getOperand(Operand).ChangeToRegister(Reg, /*isDef=*/false); in setDirectAddressInInstr()
136 MI->getOperand(Operand + 1).setImm(1); in setDirectAddressInInstr()
137 MI->getOperand(Operand + 2).setReg(0); in setDirectAddressInInstr()
138 MI->getOperand(Operand + 3).ChangeToImmediate(0); in setDirectAddressInInstr()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1212 Operand ret; in BuildRegister()
1220 Operand ret; in BuildImmediate()
1227 Instruction::Operand Instruction::Operand::BuildImmediate(int64_t imm) { in BuildImmediate()
1228 Operand ret; in BuildImmediate()
1240 Instruction::Operand
1241 Instruction::Operand::BuildDereference(const Operand &ref) { in BuildDereference()
1242 Operand ret; in BuildDereference()
1248 Instruction::Operand Instruction::Operand::BuildSum(const Operand &lhs, in BuildSum()
1250 Operand ret; in BuildSum()
1256 Instruction::Operand Instruction::Operand::BuildProduct(const Operand &lhs, in BuildProduct()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp139 const MCOperand &Operand = Inst.getOperand(Inst.getNumOperands() - 1); in emitGOTToPCRelReloc() local
140 assert(Operand.isExpr() && "Expecting an MCExpr."); in emitGOTToPCRelReloc()
142 const MCExpr *Expr = Operand.getExpr(); in emitGOTToPCRelReloc()
174 const MCOperand &Operand = Inst.getOperand(Inst.getNumOperands() - 1); in emitGOTToPCRelLabel() local
175 assert(Operand.isExpr() && "Expecting an MCExpr."); in emitGOTToPCRelLabel()
177 const MCExpr *Expr = Operand.getExpr(); in emitGOTToPCRelLabel()
210 const MCOperand &Operand = Inst.getOperand(LastOp); in isPartOfGOTToPCRelPair() local
211 if (!Operand.isExpr()) in isPartOfGOTToPCRelPair()
215 const MCExpr *Expr = Operand.getExpr(); in isPartOfGOTToPCRelPair()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp144 const Value *Operand = cast<Constant>(Str)->getOperand(0); in runNVVMReflect() local
145 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(Operand)) { in runNVVMReflect()
151 Operand = Initializer; in runNVVMReflect()
154 assert(isa<ConstantDataSequential>(Operand) && in runNVVMReflect()
156 assert(cast<ConstantDataSequential>(Operand)->isCString() && in runNVVMReflect()
159 StringRef ReflectArg = cast<ConstantDataSequential>(Operand)->getAsString(); in runNVVMReflect()
H A DNVPTXGenericToNVVM.cpp93 Value *Operand = II.getOperand(i); in runOnModule() local
94 if (isa<Constant>(Operand)) { in runOnModule()
96 i, remapConstant(&M, &F, cast<Constant>(Operand), Builder)); in runOnModule()
185 Value *Operand = C->getOperand(i); in remapConstantVectorOrConstantAggregate() local
186 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder); in remapConstantVectorOrConstantAggregate()
187 OperandChanged |= Operand != NewOperand; in remapConstantVectorOrConstantAggregate()
224 Value *Operand = C->getOperand(i); in remapConstantExpr() local
225 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder); in remapConstantExpr()
226 OperandChanged |= Operand != NewOperand; in remapConstantExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp48 void updateOperand(Value *Operand) { in updateOperand() argument
49 hashType(Operand->getType()); in updateOperand()
53 if (ConstantInt *ConstInt = dyn_cast<ConstantInt>(Operand)) { in updateOperand()
55 } else if (ConstantFP *ConstFP = dyn_cast<ConstantFP>(Operand)) { in updateOperand()
57 } else if (Argument *Arg = dyn_cast<Argument>(Operand)) { in updateOperand()
59 } else if (Function *Func = dyn_cast<Function>(Operand)) { in updateOperand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.td601 def u1imm : Operand<i32> {
612 def u2imm : Operand<i32> {
623 def atimm : Operand<i32> {
633 def u3imm : Operand<i32> {
644 def u4imm : Operand<i32> {
654 def s5imm : Operand<i32> {
761 def s34imm : Operand<i64> {
840 def crbitm: Operand<i8> {
953 def memri : Operand<iPTR> {
958 def memrr : Operand<iPTR> {
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInsertSingleUseVDST.cpp80 for (const auto &Operand : MI.operands()) { in runOnMachineFunction() local
81 if (!Operand.isReg()) in runOnMachineFunction()
83 const auto Reg = Operand.getReg(); in runOnMachineFunction()
86 if (Operand.readsReg()) in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSymbolicOperands.td179 def Extension : GenericEnum, Operand<i32> {
305 def Capability : GenericEnum, Operand<i32> {
555 def MemoryModel : GenericEnum, Operand<i32> {
697 def Dim : GenericEnum, Operand<i32> {
780 def ImageFormat : GenericEnum, Operand<i32> {
1020 def LinkageType : GenericEnum, Operand<i32> {
1103 def Decoration : GenericEnum, Operand<i32> {
1189 def BuiltIn : GenericEnum, Operand<i32> {
1329 def LoopControl : GenericEnum, Operand<i32> {
1460 def Scope : GenericEnum, Operand<i32> {
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1232 std::pair<const Instruction::Operand *, int64_t>
1236 case Instruction::Operand::Type::Dereference: in GetBaseExplainingValue()
1237 case Instruction::Operand::Type::Immediate: in GetBaseExplainingValue()
1238 case Instruction::Operand::Type::Invalid: in GetBaseExplainingValue()
1239 case Instruction::Operand::Type::Product: in GetBaseExplainingValue()
1242 case Instruction::Operand::Type::Sum: { in GetBaseExplainingValue()
1275 case Instruction::Operand::Type::Register: { in GetBaseExplainingValue()
1295 std::pair<const Instruction::Operand *, int64_t>
1352 case Instruction::Operand::Type::Immediate: { in GuessValueForAddress()
1377 case Instruction::Operand::Type::Register: { in GuessValueForAddress()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.td148 def bb_op : Operand<OtherVT>;
151 def local_op : Operand<i32>;
163 def i32imm_op : Operand<i32>;
166 def i64imm_op : Operand<i64>;
190 def table32_op : Operand<i32>;
193 def offset32_op : Operand<i32>;
196 def offset64_op : Operand<i64>;
199 def P2Align : Operand<i32> {
204 def tag_op : Operand<i32>;
209 def Signature : Operand<i32> {
[all …]
/freebsd-14.2/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsopcode.c633 ACPI_OPERAND_OBJECT **Operand; in AcpiDsEvalTableRegionOperands() local
663 Operand = &WalkState->Operands[0]; in AcpiDsEvalTableRegionOperands()
679 Operand[0]->String.Pointer, in AcpiDsEvalTableRegionOperands()
680 Operand[1]->String.Pointer, in AcpiDsEvalTableRegionOperands()
681 Operand[2]->String.Pointer, &TableIndex); in AcpiDsEvalTableRegionOperands()
688 Operand[0]->String.Pointer, in AcpiDsEvalTableRegionOperands()
689 Operand[1]->String.Pointer, in AcpiDsEvalTableRegionOperands()
690 Operand[2]->String.Pointer)); in AcpiDsEvalTableRegionOperands()
721 AcpiUtRemoveReference (Operand[0]); in AcpiDsEvalTableRegionOperands()
722 AcpiUtRemoveReference (Operand[1]); in AcpiDsEvalTableRegionOperands()
[all …]
/freebsd-14.2/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-14.2/sys/contrib/edk2/Include/Library/
H A DBaseLib.h3287 IN UINT64 Operand,
3310 IN UINT64 Operand,
3333 IN UINT64 Operand,
3357 IN UINT32 Operand,
3381 IN UINT32 Operand,
3450 IN UINT32 Operand
3471 IN UINT64 Operand
3492 IN UINT32 Operand
3513 IN UINT64 Operand
3533 IN UINT32 Operand
[all …]

12345678910>>...13