Searched refs:Operand1 (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/contrib/dev/acpica/components/executer/ |
| H A D | exconcat.c | 196 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 D | exmisc.c | 447 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-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | DelaySlotFiller.cpp | 308 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-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.h | 90 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction() argument 92 Instructions.back().Ops.push_back(Operand1); in addInstruction() 96 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() argument 98 Instructions.back().Ops.push_back(Operand1); in addInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegStackify.cpp | 720 unsigned Operand0, Operand1; member in __anon6bab11b20211::CommutingState 734 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in MaybeCommute() 739 Operand1 = TargetInstrInfo::CommuteAnyOperandIndex; in MaybeCommute() 740 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) { in MaybeCommute() 742 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in MaybeCommute()
|
| /freebsd-12.1/sys/contrib/dev/acpica/include/ |
| H A D | acinterp.h | 391 ACPI_OPERAND_OBJECT *Operand1, 398 UINT64 Operand1);
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-1999 | 14052 * sh.md (casesi_jump_2): Operand1 is now the inside of a
|