Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/executer/
H A Dexconcat.c87 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 Dexmisc.c338 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 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()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/microblaze/
H A Dmuldi3_hard.S29 # Input : Operand1[H] in Reg r5
30 # Operand1[L] in Reg r6
H A Dmulsi3.S29 # Input : Operand1 in Reg r5
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/microblaze/
H A Dmuldi3_hard.S29 # Input : Operand1[H] in Reg r5
30 # Operand1[L] in Reg r6
H A Dmulsi3.S29 # Input : Operand1 in Reg r5
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h458 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 DWebAssemblyRegStackify.cpp760 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 Dacinterp.h283 ACPI_OPERAND_OBJECT *Operand1,
290 UINT64 Operand1);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430.md125 ;; Operand1 is actually a register, but we cannot accept (REG...) because the
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430.md234 ;; Operand1 is actually a register, but we cannot accept (REG...) because the
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3720 Register Operand1 = UnmergeLHS->getOperand(I).getReg(); in fewerElementsVectorMulo() local
3723 {Operand1, Operand2}); in fewerElementsVectorMulo()
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dcris.cpu1294 ; | Operand2 | Mode| Opcode | Size| Operand1 |
1304 (dnf f-operand1 "Operand1" () 3 4)
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dcris.cpu1293 ; | Operand2 | Mode| Opcode | Size| Operand1 |
1303 (dnf f-operand1 "Operand1" () 3 4)
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dcris.cpu1293 ; | Operand2 | Mode| Opcode | Size| Operand1 |
1303 (dnf f-operand1 "Operand1" () 3 4)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.md2254 ;; Operand1 = reloaded value shifted appropriately
/netbsd-src/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.md2254 ;; Operand1 = reloaded value shifted appropriately
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.md9881 ;; Operand1 is more naturally reg_or_short_operand. However, for a large
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.md10608 ;; Operand1 is more naturally reg_or_short_operand. However, for a large
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-199914052 * sh.md (casesi_jump_2): Operand1 is now the inside of a