Searched refs:RootOp (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/external/bsd/acpica/dist/parser/ |
H A D | psscope.c | 114 ACPI_PARSE_OBJECT *RootOp) in AcpiPsInitScope() argument 119 ACPI_FUNCTION_TRACE_PTR (PsInitScope, RootOp); in AcpiPsInitScope() 129 Scope->ParseScope.Op = RootOp; in AcpiPsInitScope() 135 ParserState->StartOp = RootOp; in AcpiPsInitScope()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VVPInstrInfo.td | 33 class vvp_commutative<SDNode RootOp> : 36 [(RootOp node:$lhs, node:$rhs, node:$mask, node:$vlen), 37 (RootOp node:$rhs, node:$lhs, node:$mask, node:$vlen)]>;
|
/netbsd-src/sys/external/bsd/acpica/dist/debugger/ |
H A D | dbdisply.c | 424 ACPI_PARSE_OBJECT *RootOp; in AcpiDbDisplayMethodInfo() local 452 RootOp = StartOp; in AcpiDbDisplayMethodInfo() 453 while (RootOp->Common.Parent) in AcpiDbDisplayMethodInfo() 455 RootOp = RootOp->Common.Parent; in AcpiDbDisplayMethodInfo() 458 Op = RootOp; in AcpiDbDisplayMethodInfo()
|
/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | aslfold.c | 427 ACPI_PARSE_OBJECT *RootOp; in TrSimpleConstantReduction() local 438 RootOp = TrAllocateOp (PARSEOP_INTEGER); in TrSimpleConstantReduction() 439 if (!RootOp) in TrSimpleConstantReduction() 444 RootOp->Common.AmlOpcode = AML_INT_EVAL_SUBTREE_OP; in TrSimpleConstantReduction() 447 Op->Common.Parent = RootOp; in TrSimpleConstantReduction()
|
H A D | aslload.c | 116 ACPI_PARSE_OBJECT *RootOp) in LdLoadNamespace() argument 131 TrWalkParseTree (RootOp, ASL_WALK_VISIT_TWICE, LdNamespace1Begin, in LdLoadNamespace() 136 TrWalkParseTree (RootOp, ASL_WALK_VISIT_TWICE, LdNamespace2Begin, in LdLoadNamespace()
|
H A D | aslcompiler.h | 1030 ACPI_PARSE_OBJECT *RootOp);
|