Home
last modified time | relevance | path

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

1234567891011

/freebsd-13.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-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp130 for (unsigned Operand = 0; Operand < 2; ++Operand) { in extract() local
141 Operands[Operand] = (int8_t)Operands[Operand]; in extract()
146 Operands[Operand] = (int16_t)Operands[Operand]; in extract()
151 Operands[Operand] = (int32_t)Operands[Operand]; in extract()
162 Operands[Operand] = in extract()
175 assert(Operand == 1); in extract()
192 if (Operand == 0) in extract()
195 Operands[Operand] = Offset; in extract()
282 for (unsigned Operand = 0; Operand < 2; ++Operand) { in print() local
298 assert(Operand == 1); in print()
[all …]
/freebsd-13.1/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; }
27 def u64_0Imm : Operand<i64> { let ParserMatchClass = u64_0ImmOperand; }
29 def n1Const : Operand<i32> { let ParserMatchClass = n1ConstOperand; }
31 def bblabel : Operand<i32>;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h181 struct Operand { struct
190 std::vector<Operand> m_children; argument
198 static Operand BuildRegister(ConstString &r); argument
200 static Operand BuildImmediate(int64_t imm);
201 static Operand BuildDereference(const Operand &ref);
202 static Operand BuildSum(const Operand &lhs, const Operand &rhs);
203 static Operand BuildProduct(const Operand &lhs, const Operand &rhs);
241 std::function<bool(const Instruction::Operand &)>
246 std::function<bool(const Instruction::Operand &)>
250 std::function<bool(const Instruction::Operand &)>
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp391 Operand ret; in ParseRegisterName()
432 Operand ret; in ParseImmediate()
541 Operand product; in ParseIntelIndexedAccess()
546 Operand index; in ParseIntelIndexedAccess()
557 Operand deref; in ParseIntelIndexedAccess()
562 Operand deref; in ParseIntelIndexedAccess()
604 Operand deref; in ParseIntelDerefAccess()
609 Operand deref; in ParseIntelDerefAccess()
650 Operand offset; in ParseARMOffsetAccess()
655 Operand deref; in ParseARMOffsetAccess()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1167 Operand ret; in BuildRegister()
1175 Operand ret; in BuildImmediate()
1182 Instruction::Operand Instruction::Operand::BuildImmediate(int64_t imm) { in BuildImmediate()
1183 Operand ret; in BuildImmediate()
1195 Instruction::Operand
1196 Instruction::Operand::BuildDereference(const Operand &ref) { in BuildDereference()
1197 Operand ret; in BuildDereference()
1203 Instruction::Operand Instruction::Operand::BuildSum(const Operand &lhs, in BuildSum()
1205 Operand ret; in BuildSum()
1211 Instruction::Operand Instruction::Operand::BuildProduct(const Operand &lhs, in BuildProduct()
[all …]
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp141 const MCOperand &Operand = Inst.getOperand(Inst.getNumOperands() - 1); in emitGOTToPCRelReloc() local
142 assert(Operand.isExpr() && "Expecting an MCExpr."); in emitGOTToPCRelReloc()
144 const MCExpr *Expr = Operand.getExpr(); in emitGOTToPCRelReloc()
176 const MCOperand &Operand = Inst.getOperand(Inst.getNumOperands() - 1); in emitGOTToPCRelLabel() local
177 assert(Operand.isExpr() && "Expecting an MCExpr."); in emitGOTToPCRelLabel()
179 const MCExpr *Expr = Operand.getExpr(); in emitGOTToPCRelLabel()
211 const MCOperand &Operand = Inst.getOperand(LastOp); in isPartOfGOTToPCRelPair() local
212 if (!Operand.isExpr()) in isPartOfGOTToPCRelPair()
216 const MCExpr *Expr = Operand.getExpr(); in isPartOfGOTToPCRelPair()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp144 const Value *Operand = cast<Constant>(Sym)->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.cpp112 Value *Operand = II->getOperand(i); in runOnModule() local
113 if (isa<Constant>(Operand)) { in runOnModule()
115 i, remapConstant(&M, &*I, cast<Constant>(Operand), Builder)); in runOnModule()
204 Value *Operand = C->getOperand(i); in remapConstantVectorOrConstantAggregate() local
205 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder); in remapConstantVectorOrConstantAggregate()
206 OperandChanged |= Operand != NewOperand; in remapConstantVectorOrConstantAggregate()
243 Value *Operand = C->getOperand(i); in remapConstantExpr() local
244 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder); in remapConstantExpr()
245 OperandChanged |= Operand != NewOperand; in remapConstantExpr()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1211 std::pair<const Instruction::Operand *, int64_t>
1215 case Instruction::Operand::Type::Dereference: in GetBaseExplainingValue()
1216 case Instruction::Operand::Type::Immediate: in GetBaseExplainingValue()
1217 case Instruction::Operand::Type::Invalid: in GetBaseExplainingValue()
1218 case Instruction::Operand::Type::Product: in GetBaseExplainingValue()
1221 case Instruction::Operand::Type::Sum: { in GetBaseExplainingValue()
1254 case Instruction::Operand::Type::Register: { in GetBaseExplainingValue()
1274 std::pair<const Instruction::Operand *, int64_t>
1331 case Instruction::Operand::Type::Immediate: { in GuessValueForAddress()
1355 case Instruction::Operand::Type::Register: { in GuessValueForAddress()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.td144 def bb_op : Operand<OtherVT>;
147 def local_op : Operand<i32>;
159 def i32imm_op : Operand<i32>;
162 def i64imm_op : Operand<i64>;
186 def table32_op : Operand<i32>;
189 def offset32_op : Operand<i32>;
195 def P2Align : Operand<i32> {
200 def tag_op : Operand<i32>;
205 def Signature : Operand<i32> {
210 def HeapType : Operand<i32> {
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp422 if (Operand.isReg() && in validateTargetOperandClass()
430 if (Operand.isReg() && in validateTargetOperandClass()
437 if (Operand.isReg() && in validateTargetOperandClass()
446 if (Operand.isReg() && in validateTargetOperandClass()
453 if (Operand.isReg() && in validateTargetOperandClass()
454 ((Operand.getReg() == M68k::A0) || (Operand.getReg() == M68k::A1))) { in validateTargetOperandClass()
460 if (Operand.isReg() && in validateTargetOperandClass()
461 ((Operand.getReg() == M68k::D0) || (Operand.getReg() == M68k::D1))) { in validateTargetOperandClass()
467 if (Operand.isReg() && in validateTargetOperandClass()
468 ((Operand.getReg() == M68k::D0) || (Operand.getReg() == M68k::D1) || in validateTargetOperandClass()
[all …]
/freebsd-13.1/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()
720 AcpiUtRemoveReference (Operand[0]); in AcpiDsEvalTableRegionOperands()
721 AcpiUtRemoveReference (Operand[1]); in AcpiDsEvalTableRegionOperands()
[all …]
/freebsd-13.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-13.1/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 …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h220 for (VPValue *Operand : Operands) in VPUser()
221 addOperand(Operand); in VPUser()
229 for (VPValue *Operand : Operands) in VPUser()
230 addOperand(Operand); in VPUser()
244 void addOperand(VPValue *Operand) { in addOperand() argument
245 Operands.push_back(Operand); in addOperand()
246 Operand->addUser(*this); in addOperand()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp27 enum MapKind { Operand, Imm, Reg }; enumerator
30 unsigned Operand; // Operand number mapped to. member
105 OperandMap[BaseIdx + i + I].Kind = OpData::Operand; in addDagOperandMapping()
200 if (OperandMap[Insn.Operands[i].MIOperandNo].Kind != OpData::Operand) in evaluateExpansion()
214 OperandMap[Insn.Operands[i].MIOperandNo + I].Data.Operand = in evaluateExpansion()
254 case OpData::Operand: in emitLoweringEmitter()
257 .Operand].MIOperandNo + i in emitLoweringEmitter()
/freebsd-13.1/sys/contrib/dev/acpica/components/disassembler/
H A Ddmcstyle.c182 ACPI_PARSE_OBJECT *Operand,
1085 ACPI_PARSE_OBJECT *Operand, in AcpiDmIsTargetAnOperand() argument
1096 if (Target->Common.AmlOpcode != Operand->Common.AmlOpcode) in AcpiDmIsTargetAnOperand()
1103 if (Target->Common.Node != Operand->Common.Node) in AcpiDmIsTargetAnOperand()
1110 OpInfo = AcpiPsGetOpcodeInfo (Operand->Common.AmlOpcode); in AcpiDmIsTargetAnOperand()
1114 Operand->Common.Value.Arg, FALSE); in AcpiDmIsTargetAnOperand()
1127 Operand->Common.Next, FALSE); in AcpiDmIsTargetAnOperand()
1138 Operand->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE; in AcpiDmIsTargetAnOperand()

1234567891011