Home
last modified time | relevance | path

Searched refs:IndexOp (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Ddmrestag.c496 ACPI_PARSE_OBJECT *IndexOp; in AcpiDmCheckResourceReference() local
524 IndexOp = BufferNameOp->Common.Next; in AcpiDmCheckResourceReference()
528 IndexOp->Common.Node = NULL; in AcpiDmCheckResourceReference()
530 OpInfo = AcpiPsGetOpcodeInfo (IndexOp->Common.AmlOpcode); in AcpiDmCheckResourceReference()
543 BitIndex = (UINT32) IndexOp->Common.Value.Integer; in AcpiDmCheckResourceReference()
549 BitIndex = (UINT32) ACPI_MUL_8 (IndexOp->Common.Value.Integer); in AcpiDmCheckResourceReference()
580 AcpiGetTagPathname (IndexOp, BufferNode, ResourceNode, BitIndex); in AcpiDmCheckResourceReference()
651 ACPI_PARSE_OBJECT *IndexOp, in AcpiGetTagPathname() argument
756 AcpiPsInitOp (IndexOp, AML_INT_NAMEPATH_OP); in AcpiGetTagPathname()
757 IndexOp->Common.Value.String = InternalPath; in AcpiGetTagPathname()
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/disassembler/
H A Ddmopcode.c379 ACPI_PARSE_OBJECT *IndexOp; in AcpiDmFieldPredefinedDescription() local
410 IndexOp = Op->Common.Value.Arg; in AcpiDmFieldPredefinedDescription()
411 IndexOp = IndexOp->Common.Next; in AcpiDmFieldPredefinedDescription()
415 if (IndexOp->Common.AmlOpcode != AML_INT_NAMEPATH_OP) in AcpiDmFieldPredefinedDescription()
422 Tag = ACPI_CAST_PTR (char, IndexOp->Common.Node); in AcpiDmFieldPredefinedDescription()
443 ACPI_FREE (IndexOp->Common.Value.String); in AcpiDmFieldPredefinedDescription()
444 IndexOp->Common.Value.String = NULL; in AcpiDmFieldPredefinedDescription()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp223 bool selectVectorAddr(MemSDNode *Parent, SDValue BasePtr, SDValue IndexOp,
2489 SDValue IndexOp, SDValue ScaleOp, in selectVectorAddr() argument
2494 AM.IndexReg = IndexOp; in selectVectorAddr()
5718 SDValue IndexOp = Mgt->getIndex(); in Select() local
5720 MVT IndexVT = IndexOp.getSimpleValueType(); in Select()
5788 if (!selectVectorAddr(Mgt, Mgt->getBasePtr(), IndexOp, Mgt->getScale(), in Select()
5816 SDValue IndexOp = Sc->getIndex(); in Select() local
5817 MVT IndexVT = IndexOp.getSimpleValueType(); in Select()
5861 if (!selectVectorAddr(Sc, Sc->getBasePtr(), IndexOp, Sc->getScale(), in Select()
/netbsd-src/sys/external/bsd/acpica/dist/tests/misc/
H A Dgrammar.asl6391 // Tests copying string into buffer then performing IndexOp on result.
6401 // and performing an IndexOp on the resulting buffer.
6466 // test IndexOp.asl
6590 Store ("++++++++ IndexOp Test", Debug)
6797 // Additional IndexOp test cases to support ACPICMB (control method battery
6799 // an IndexOp target and validating that changing source and destination
7734 // MatchOp, DerefOfOp, and IndexOp of nested packages.
8068 // Additional IndexOp test cases to support ACPICMB (control method battery
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp7074 Value *ExtOp, Value *IndexOp, in packTBLDVectorList() argument
7106 TblOps.push_back(IndexOp); in packTBLDVectorList()