Home
last modified time | relevance | path

Searched refs:Operand1 (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/sys/contrib/dev/acpica/components/executer/
H A Dexconcat.c196 ACPI_OPERAND_OBJECT *Operand1, in AcpiExDoConcatenate() argument
201 ACPI_OPERAND_OBJECT *LocalOperand1 = Operand1; in AcpiExDoConcatenate()
241 switch (Operand1->Common.Type) in AcpiExDoConcatenate()
247 Operand1Type = Operand1->Common.Type; in AcpiExDoConcatenate()
255 Operand1, &LocalOperand1); in AcpiExDoConcatenate()
320 if ((LocalOperand1 != Operand1) && in AcpiExDoConcatenate()
430 if (LocalOperand1 != Operand1) in AcpiExDoConcatenate()
499 ACPI_OPERAND_OBJECT *Operand1, in AcpiExConcatTemplate() argument
533 Status = AcpiUtGetResourceEndTag (Operand1, &EndTag); in AcpiExConcatTemplate()
539 Length1 = ACPI_PTR_DIFF (EndTag, Operand1->Buffer.Pointer); in AcpiExConcatTemplate()
[all …]
H A Dexmisc.c447 ACPI_OPERAND_OBJECT *Operand1, in AcpiExDoLogicalOp() argument
450 ACPI_OPERAND_OBJECT *LocalOperand1 = Operand1; in AcpiExDoLogicalOp()
474 Status = AcpiExConvertToInteger (Operand1, &LocalOperand1, in AcpiExDoLogicalOp()
481 Operand1, &LocalOperand1, ACPI_IMPLICIT_CONVERT_HEX); in AcpiExDoLogicalOp()
486 Status = AcpiExConvertToBuffer (Operand1, &LocalOperand1); in AcpiExDoLogicalOp()
634 if (LocalOperand1 != Operand1) in AcpiExDoLogicalOp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp308 const MachineOperand &Operand1 = MI->getOperand(1); in insertCallDefsUses() local
309 if (Operand1.isImm() || Operand1.isGlobal()) in insertCallDefsUses()
311 assert(Operand1.isReg() && "CALLrr second operand is not a register."); in insertCallDefsUses()
312 assert(Operand1.isUse() && "CALLrr second operand is not a use."); in insertCallDefsUses()
313 RegUses.insert(Operand1.getReg()); in insertCallDefsUses()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h477 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction() argument
479 Instructions.back().Ops.push_back(Operand1); in addInstruction()
483 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() argument
485 Instructions.back().Ops.push_back(Operand1); in addInstruction()
490 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2, in addInstruction() argument
493 Instructions.back().Ops.push_back(Operand1); in addInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp178 auto *Operand1 = cast<Constant>(C->getOperand(1)); in getPointerAtOffset() local
188 auto *Operand1TargetGlobal = StripGEP(getPointerAtOffset(Operand1, 0, M)); in getPointerAtOffset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp767 unsigned Operand0, Operand1; member in __anonb0d547630211::CommutingState
779 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in maybeCommute()
784 Operand1 = TargetInstrInfo::CommuteAnyOperandIndex; in maybeCommute()
785 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) { in maybeCommute()
787 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in maybeCommute()
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dacinterp.h391 ACPI_OPERAND_OBJECT *Operand1,
398 UINT64 Operand1);
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1063 uint64_t Operand1 = DefRangeFramePointerRelFullScope.Offset; in visitKnownRecord() local
1065 Symbol->addLocationOperands(LVSmall(Attr), {Operand1}); in visitKnownRecord()
1096 uint64_t Operand1 = DefRangeFramePointerRel.Hdr.Offset; in visitKnownRecord() local
1103 Symbol->addLocationOperands(LVSmall(Attr), {Operand1}); in visitKnownRecord()
1134 uint64_t Operand1 = DefRangeRegisterRel.Hdr.Register; in visitKnownRecord() local
1170 uint64_t Operand1 = DefRangeRegister.Hdr.Register; in visitKnownRecord() local
1177 Symbol->addLocationOperands(LVSmall(Attr), {Operand1}); in visitKnownRecord()
1208 uint64_t Operand1 = DefRangeSubfieldRegister.Hdr.Register; in visitKnownRecord() local
1215 Symbol->addLocationOperands(LVSmall(Attr), {Operand1}); in visitKnownRecord()
1251 uint64_t Operand1 = DefRangeSubfield.Program; in visitKnownRecord() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6081 static bool arebothOperandsNotSNan(SDValue Operand1, SDValue Operand2, in arebothOperandsNotSNan() argument
6086 static bool arebothOperandsNotNan(SDValue Operand1, SDValue Operand2, in arebothOperandsNotNan() argument
6088 return DAG.isKnownNeverNaN(Operand2) && DAG.isKnownNeverNaN(Operand1); in arebothOperandsNotNan()
6105 return arebothOperandsNotNan(Operand1, Operand2, DAG) && in getMinMaxOpcodeForFP()
6113 return arebothOperandsNotNan(Operand1, Operand2, DAG) && in getMinMaxOpcodeForFP()
6203 SDValue CommonValue, Operand1, Operand2; in foldAndOrOfSETCC() local
6208 Operand1 = LHS1; in foldAndOrOfSETCC()
6213 Operand1 = LHS0; in foldAndOrOfSETCC()
6221 Operand1 = LHS1; in foldAndOrOfSETCC()
6226 Operand1 = LHS0; in foldAndOrOfSETCC()
[all …]