Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp307 const MachineOperand &Operand1 = MI->getOperand(1); in insertCallDefsUses() local
308 if (Operand1.isImm() || Operand1.isGlobal()) in insertCallDefsUses()
310 assert(Operand1.isReg() && "CALLrr second operand is not a register."); in insertCallDefsUses()
311 assert(Operand1.isUse() && "CALLrr second operand is not a use."); in insertCallDefsUses()
312 RegUses.insert(Operand1.getReg()); in insertCallDefsUses()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h473 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction() argument
475 Instructions.back().Ops.push_back(Operand1); in addInstruction()
479 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() argument
481 Instructions.back().Ops.push_back(Operand1); in addInstruction()
486 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2, in addInstruction() argument
489 Instructions.back().Ops.push_back(Operand1); in addInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp760 unsigned Operand0, Operand1; member in __anon4515c0210211::CommutingState
772 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in maybeCommute()
777 Operand1 = TargetInstrInfo::CommuteAnyOperandIndex; in maybeCommute()
778 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) { in maybeCommute()
780 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in maybeCommute()
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dacinterp.h391 ACPI_OPERAND_OBJECT *Operand1,
398 UINT64 Operand1);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3925 Register Operand1 = UnmergeLHS->getOperand(I).getReg(); in fewerElementsVectorMulo() local
3928 {Operand1, Operand2}); in fewerElementsVectorMulo()