/netbsd-src/sys/external/bsd/acpica/dist/executer/ |
H A D | exconcat.c | 87 ACPI_OPERAND_OBJECT *Operand1, in AcpiExDoConcatenate() argument 92 ACPI_OPERAND_OBJECT *LocalOperand1 = Operand1; in AcpiExDoConcatenate() 132 switch (Operand1->Common.Type) in AcpiExDoConcatenate() 138 Operand1Type = Operand1->Common.Type; in AcpiExDoConcatenate() 146 Operand1, &LocalOperand1); in AcpiExDoConcatenate() 211 if ((LocalOperand1 != Operand1) && in AcpiExDoConcatenate() 321 if (LocalOperand1 != Operand1) in AcpiExDoConcatenate() 390 ACPI_OPERAND_OBJECT *Operand1, in AcpiExConcatTemplate() argument 424 Status = AcpiUtGetResourceEndTag (Operand1, &EndTag); in AcpiExConcatTemplate() 430 Length1 = ACPI_PTR_DIFF (EndTag, Operand1->Buffer.Pointer); in AcpiExConcatTemplate() [all …]
|
H A D | exmisc.c | 338 ACPI_OPERAND_OBJECT *Operand1, in AcpiExDoLogicalOp() argument 341 ACPI_OPERAND_OBJECT *LocalOperand1 = Operand1; in AcpiExDoLogicalOp() 365 Status = AcpiExConvertToInteger (Operand1, &LocalOperand1, in AcpiExDoLogicalOp() 372 Operand1, &LocalOperand1, ACPI_IMPLICIT_CONVERT_HEX); in AcpiExDoLogicalOp() 377 Status = AcpiExConvertToBuffer (Operand1, &LocalOperand1); in AcpiExDoLogicalOp() 525 if (LocalOperand1 != Operand1) in AcpiExDoLogicalOp()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | DelaySlotFiller.cpp | 307 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()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/microblaze/ |
H A D | muldi3_hard.S | 29 # Input : Operand1[H] in Reg r5 30 # Operand1[L] in Reg r6
|
H A D | mulsi3.S | 29 # Input : Operand1 in Reg r5
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/microblaze/ |
H A D | muldi3_hard.S | 29 # Input : Operand1[H] in Reg r5 30 # Operand1[L] in Reg r6
|
H A D | mulsi3.S | 29 # Input : Operand1 in Reg r5
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 458 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction() argument 460 Instructions.back().Ops.push_back(Operand1); in addInstruction() 464 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() argument 466 Instructions.back().Ops.push_back(Operand1); in addInstruction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegStackify.cpp | 760 unsigned Operand0, Operand1; member in __anon540fd6980211::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()
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | acinterp.h | 283 ACPI_OPERAND_OBJECT *Operand1, 290 UINT64 Operand1);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/ |
H A D | msp430.md | 125 ;; Operand1 is actually a register, but we cannot accept (REG...) because the
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/ |
H A D | msp430.md | 234 ;; Operand1 is actually a register, but we cannot accept (REG...) because the
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 3720 Register Operand1 = UnmergeLHS->getOperand(I).getReg(); in fewerElementsVectorMulo() local 3723 {Operand1, Operand2}); in fewerElementsVectorMulo()
|
/netbsd-src/external/gpl3/binutils/dist/cpu/ |
H A D | cris.cpu | 1294 ; | Operand2 | Mode| Opcode | Size| Operand1 | 1304 (dnf f-operand1 "Operand1" () 3 4)
|
/netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
H A D | cris.cpu | 1293 ; | Operand2 | Mode| Opcode | Size| Operand1 | 1303 (dnf f-operand1 "Operand1" () 3 4)
|
/netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
H A D | cris.cpu | 1293 ; | Operand2 | Mode| Opcode | Size| Operand1 | 1303 (dnf f-operand1 "Operand1" () 3 4)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/frv/ |
H A D | frv.md | 2254 ;; Operand1 = reloaded value shifted appropriately
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/frv/ |
H A D | frv.md | 2254 ;; Operand1 = reloaded value shifted appropriately
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000.md | 9881 ;; Operand1 is more naturally reg_or_short_operand. However, for a large
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000.md | 10608 ;; Operand1 is more naturally reg_or_short_operand. However, for a large
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-1999 | 14052 * sh.md (casesi_jump_2): Operand1 is now the inside of a
|