Searched refs:Operand1 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexconcat.c175 * Operand1 - Second source object
196 ACPI_OPERAND_OBJECT *Operand1,
201 ACPI_OPERAND_OBJECT *LocalOperand1 = Operand1;
241 switch (Operand1->Common.Type)
247 Operand1Type = Operand1->Common.Type;
255 Operand1, &LocalOperand1);
320 if ((LocalOperand1 != Operand1) &&
430 if (LocalOperand1 != Operand1)
486 * Operand1 - Second source object
499 ACPI_OPERAND_OBJECT *Operand1,
194 AcpiExDoConcatenate( ACPI_OPERAND_OBJECT *Operand0, ACPI_OPERAND_OBJECT *Operand1, ACPI_OPERAND_OBJECT **ActualReturnDesc, ACPI_WALK_STATE *WalkState) argument
497 AcpiExConcatTemplate( ACPI_OPERAND_OBJECT *Operand0, ACPI_OPERAND_OBJECT *Operand1, ACPI_OPERAND_OBJECT **ActualReturnDesc, ACPI_WALK_STATE *WalkState) argument
[all...]
H A Dexmisc.c423 * Operand1 - operand #1
439 * Result = (Operand0 == Operand1);
447 ACPI_OPERAND_OBJECT *Operand1,
450 ACPI_OPERAND_OBJECT *LocalOperand1 = Operand1;
474 Status = AcpiExConvertToInteger (Operand1, &LocalOperand1,
481 Operand1, &LocalOperand1, ACPI_IMPLICIT_CONVERT_HEX);
486 Status = AcpiExConvertToBuffer (Operand1, &LocalOperand1);
517 case AML_LOGICAL_EQUAL_OP: /* LEqual (Operand0, Operand1) */
525 case AML_LOGICAL_GREATER_OP: /* LGreater (Operand0, Operand1) */
533 case AML_LOGICAL_LESS_OP: /* LLess (Operand0, Operand1) */
444 AcpiExDoLogicalOp( UINT16 Opcode, ACPI_OPERAND_OBJECT *Operand0, ACPI_OPERAND_OBJECT *Operand1, BOOLEAN *LogicalResult) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp307 const MachineOperand &Operand1 = MI->getOperand(1); local
308 if (Operand1.isImm() || Operand1.isGlobal())
310 assert(Operand1.isReg() && "CALLrr second operand is not a register.");
311 assert(Operand1.isUse() && "CALLrr second operand is not a use.");
312 RegUses.insert(Operand1.getReg());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h89 void addInstruction(uint8_t Opcode, uint64_t Operand1) { argument
91 Instructions.back().Ops.push_back(Operand1);
95 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { argument
97 Instructions.back().Ops.push_back(Operand1);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp731 unsigned Operand0, Operand1; member in class:__anon2452::CommutingState
743 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1);
748 Operand1 = TargetInstrInfo::CommuteAnyOperandIndex;
749 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) {
751 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1);
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacinterp.h386 ACPI_OPERAND_OBJECT *Operand1,
393 UINT64 Operand1);

Completed in 81 milliseconds