Searched refs:Operand0 (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/contrib/dev/acpica/components/executer/ |
| H A D | exconcat.c | 195 ACPI_OPERAND_OBJECT *Operand0, in AcpiExDoConcatenate() argument 215 switch (Operand0->Common.Type) in AcpiExDoConcatenate() 221 Operand0Type = Operand0->Common.Type; in AcpiExDoConcatenate() 229 Operand0, &LocalOperand0); in AcpiExDoConcatenate() 309 Operand0->Common.Type)); in AcpiExDoConcatenate() 358 memcpy (Buffer, &Operand0->Integer.Value, in AcpiExDoConcatenate() 405 memcpy (Buffer, Operand0->Buffer.Pointer, in AcpiExDoConcatenate() 406 Operand0->Buffer.Length); in AcpiExDoConcatenate() 417 Operand0->Common.Type)); in AcpiExDoConcatenate() 425 if (LocalOperand0 != Operand0) in AcpiExDoConcatenate() [all …]
|
| H A D | exmisc.c | 446 ACPI_OPERAND_OBJECT *Operand0, in AcpiExDoLogicalOp() argument 470 switch (Operand0->Common.Type) in AcpiExDoLogicalOp() 493 Operand0->Common.Type)); in AcpiExDoLogicalOp() 506 if (Operand0->Common.Type == ACPI_TYPE_INTEGER) in AcpiExDoLogicalOp() 512 Integer0 = Operand0->Integer.Value; in AcpiExDoLogicalOp() 557 Length0 = Operand0->Buffer.Length; in AcpiExDoLogicalOp() 562 Compare = memcmp (Operand0->Buffer.Pointer, in AcpiExDoLogicalOp()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TypeMetadataUtils.cpp | 177 auto *Operand0 = cast<Constant>(C->getOperand(0)); in getPointerAtOffset() local 195 return getPointerAtOffset(Operand0, Offset, M, TopLevelGlobal); in getPointerAtOffset()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegStackify.cpp | 767 unsigned Operand0, Operand1; member in __anonb0d547630211::CommutingState 779 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in maybeCommute() 783 Operand0 = TargetInstrInfo::CommuteAnyOperandIndex; in maybeCommute() 785 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) { in maybeCommute() 787 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in maybeCommute()
|
| /freebsd-14.2/sys/contrib/dev/acpica/include/ |
| H A D | acinterp.h | 390 ACPI_OPERAND_OBJECT *Operand0, 397 UINT64 Operand0,
|