Searched refs:Operand0 (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/acpica/components/executer/
H A Dexconcat.c174 * PARAMETERS: Operand0 - First source object
195 ACPI_OPERAND_OBJECT *Operand0,
200 ACPI_OPERAND_OBJECT *LocalOperand0 = Operand0;
215 switch (Operand0->Common.Type)
221 Operand0Type = Operand0->Common.Type;
229 Operand0, &LocalOperand0);
309 Operand0->Common.Type));
358 memcpy (Buffer, &Operand0->Integer.Value,
393 ((ACPI_SIZE) Operand0->Buffer.Length +
405 memcpy (Buffer, Operand0
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.c422 * Operand0 - operand #0
439 * Result = (Operand0 == Operand1);
446 ACPI_OPERAND_OBJECT *Operand0,
470 switch (Operand0->Common.Type)
493 Operand0->Common.Type));
506 if (Operand0->Common.Type == ACPI_TYPE_INTEGER)
512 Integer0 = Operand0->Integer.Value;
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, Operand
444 AcpiExDoLogicalOp( UINT16 Opcode, ACPI_OPERAND_OBJECT *Operand0, ACPI_OPERAND_OBJECT *Operand1, BOOLEAN *LogicalResult) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp731 unsigned Operand0, Operand1; member in class:__anon5406::CommutingState
743 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1);
747 Operand0 = TargetInstrInfo::CommuteAnyOperandIndex;
749 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) {
751 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1);
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dacinterp.h390 ACPI_OPERAND_OBJECT *Operand0,
397 UINT64 Operand0,

Completed in 169 milliseconds