Home
last modified time | relevance | path

Searched refs:ParseOpcode (Results 1 – 25 of 43) sorted by relevance

12

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dasloperands.c271 if (Next->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in OpnDoMethod()
274 Next->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in OpnDoMethod()
280 if (Next->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in OpnDoMethod()
283 Next->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in OpnDoMethod()
289 if (Next->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in OpnDoMethod()
315 Next->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpnDoMethod()
356 Op->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in OpnDoFieldCommon()
366 Next->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in OpnDoFieldCommon()
387 Next->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpnDoFieldCommon()
400 switch (Next->Asl.ParseOpcode) in OpnDoFieldCommon()
[all …]
H A Daslparseop.c179 UINT32 ParseOpcode, in TrCreateOp() argument
195 Op = TrAllocateOp (ParseOpcode); in TrCreateOp()
200 NumChildren, UtGetOpName(ParseOpcode)); in TrCreateOp()
204 switch (ParseOpcode) in TrCreateOp()
209 Op->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in TrCreateOp()
273 ((ParseOpcode == PARSEOP_CONNECTION) || in TrCreateOp()
274 (ParseOpcode == PARSEOP_EXTERNAL) || in TrCreateOp()
275 (ParseOpcode == PARSEOP_OFFSET) || in TrCreateOp()
276 (ParseOpcode == PARSEOP_ACCESSAS))) in TrCreateOp()
312 (Op->Asl.ParseOpcode == PARSEOP_RESOURCETEMPLATE)) in TrCreateOp()
[all …]
H A Daslpld.c203 UINT16 ParseOpcode; in OpcDoPld() local
213 if (Op->Asl.ParseOpcode != PARSEOP_TOPLD) in OpcDoPld()
228 ParseOpcode = ThisOp->Asl.Child->Asl.ParseOpcode; in OpcDoPld()
231 switch (ThisOp->Asl.ParseOpcode) in OpcDoPld()
235 if (ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
252 if (ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
271 if (ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
283 if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_RED) in OpcDoPld()
287 else if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_GREEN) in OpcDoPld()
300 if (ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
[all …]
H A Daslnamesp.c324 if (Op->Asl.ParseOpcode == PARSEOP_NAME) in NsDoOneNamespaceObject()
329 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) || in NsDoOneNamespaceObject()
330 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING)) in NsDoOneNamespaceObject()
342 if (Op->Asl.ParseOpcode == PARSEOP_NAME) in NsDoOneNamespaceObject()
347 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) || in NsDoOneNamespaceObject()
348 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING)) in NsDoOneNamespaceObject()
360 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) || in NsDoOneNamespaceObject()
361 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING)) in NsDoOneNamespaceObject()
373 switch (Op->Asl.ParseOpcode) in NsDoOneNamespaceObject()
414 if (Op->Asl.ParseOpcode == PARSEOP_NAME) in NsDoOneNamespaceObject()
[all …]
H A Daslxrefout.c348 switch (Op->Asl.ParseOpcode) in OtXrefWalkPart1()
402 switch (NextOp->Asl.ParseOpcode) in OtXrefWalkPart1()
460 if (FieldOp->Asl.ParseOpcode == PARSEOP_FIELD) in OtXrefWalkPart1()
525 if ((Op->Asl.ParseOpcode != PARSEOP_NAMESEG) && in OtXrefAnalysisWalkPart1()
526 (Op->Asl.ParseOpcode != PARSEOP_NAMESTRING) && in OtXrefAnalysisWalkPart1()
527 (Op->Asl.ParseOpcode != PARSEOP_METHODCALL)) in OtXrefAnalysisWalkPart1()
549 if ((Next->Asl.ParseOpcode == PARSEOP_NAMESEG) || in OtXrefAnalysisWalkPart1()
550 (Next->Asl.ParseOpcode == PARSEOP_NAMESTRING) || in OtXrefAnalysisWalkPart1()
551 (Next->Asl.ParseOpcode == PARSEOP_METHODCALL)) in OtXrefAnalysisWalkPart1()
598 (Op->Asl.ParseOpcode != PARSEOP_METHOD)) in OtXrefWalkPart2()
[all …]
H A Daslprune.c179 UINT16 ParseOpcode; member
212 PruneObj.ParseOpcode = (UINT16) PARSEOP_DEVICE; in AslPruneParseTree()
216 PruneObj.ParseOpcode = (UINT16) PARSEOP_METHOD; in AslPruneParseTree()
220 PruneObj.ParseOpcode = (UINT16) PARSEOP_IF; in AslPruneParseTree()
301 if ((Op->Asl.ParseOpcode != PruneObj->ParseOpcode) && in PrTreePruneWalk()
302 !(Op->Asl.ParseOpcode == PARSEOP_ELSE && in PrTreePruneWalk()
303 PruneObj->ParseOpcode == PARSEOP_IF)) in PrTreePruneWalk()
308 switch (Op->Asl.ParseOpcode) in PrTreePruneWalk()
329 if (Op->Asl.ParseOpcode == PARSEOP_ELSE) in PrTreePruneWalk()
H A Daslxref.c606 (Op->Asl.ParseOpcode != PARSEOP_NAMESTRING) && in XfNamespaceLocateBegin()
607 (Op->Asl.ParseOpcode != PARSEOP_NAMESEG) && in XfNamespaceLocateBegin()
608 (Op->Asl.ParseOpcode != PARSEOP_METHODCALL) && in XfNamespaceLocateBegin()
609 (Op->Asl.ParseOpcode != PARSEOP_EXTERNAL)) in XfNamespaceLocateBegin()
620 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CONDREFOF)) in XfNamespaceLocateBegin()
630 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESTRING) || in XfNamespaceLocateBegin()
631 (Op->Asl.ParseOpcode == PARSEOP_NAMESEG) || in XfNamespaceLocateBegin()
632 (Op->Asl.ParseOpcode == PARSEOP_METHODCALL) || in XfNamespaceLocateBegin()
633 (Op->Asl.ParseOpcode == PARSEOP_EXTERNAL)) in XfNamespaceLocateBegin()
785 if ((Op->Asl.ParseOpcode != PARSEOP_ALIAS) && in XfNamespaceLocateBegin()
[all …]
H A Daslwalks.c194 switch (Op->Asl.ParseOpcode) in AnMethodTypingWalkEnd()
204 (Op->Asl.Child->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG)) in AnMethodTypingWalkEnd()
208 if ((Op->Asl.Child->Asl.ParseOpcode == PARSEOP_METHODCALL) && in AnMethodTypingWalkEnd()
346 if (ArgOp->Asl.ParseOpcode == PARSEOP_METHODCALL) in AnOperandTypecheckWalkEnd()
432 if ((ArgOp->Asl.ParseOpcode == PARSEOP_INTEGER) || in AnOperandTypecheckWalkEnd()
433 (ArgOp->Asl.ParseOpcode == PARSEOP_RAW_DATA)) in AnOperandTypecheckWalkEnd()
503 if (ArgOp->Asl.ParseOpcode == PARSEOP_ZERO) in AnOperandTypecheckWalkEnd()
515 if (ArgOp->Asl.ParseOpcode == PARSEOP_INTEGER) in AnOperandTypecheckWalkEnd()
547 switch (ArgOp->Asl.ParseOpcode) in AnOperandTypecheckWalkEnd()
598 if (ArgOp->Asl.ParseOpcode == PARSEOP_METHODCALL) in AnOperandTypecheckWalkEnd()
[all …]
H A Daslbtypes.c512 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) || in AnGetBtype()
513 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING) || in AnGetBtype()
514 (Op->Asl.ParseOpcode == PARSEOP_METHODCALL)) in AnGetBtype()
521 if ((Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEWORDFIELD) || in AnGetBtype()
522 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEDWORDFIELD) || in AnGetBtype()
523 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEQWORDFIELD) || in AnGetBtype()
524 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEBYTEFIELD) || in AnGetBtype()
525 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEBITFIELD) || in AnGetBtype()
526 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEFIELD) || in AnGetBtype()
527 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CONDREFOF)) in AnGetBtype()
[all …]
H A Dasltree.c176 UINT32 ParseOpcode, in TrSetOpIntegerValue() argument
187 UtGetOpName (Op->Asl.ParseOpcode), in TrSetOpIntegerValue()
188 UtGetOpName (ParseOpcode)); in TrSetOpIntegerValue()
192 if (Op->Asl.ParseOpcode == PARSEOP_ONES) in TrSetOpIntegerValue()
194 switch (ParseOpcode) in TrSetOpIntegerValue()
220 Op->Asl.ParseOpcode = (UINT16) ParseOpcode; in TrSetOpIntegerValue()
227 switch (ParseOpcode) in TrSetOpIntegerValue()
257 (ParseOpcode == PARSEOP_METHODCALL)) in TrSetOpIntegerValue()
477 Op, NumChildren, UtGetOpName(Op->Asl.ParseOpcode)); in TrLinkOpChildren()
479 switch (Op->Asl.ParseOpcode) in TrLinkOpChildren()
[all …]
H A Daslopcodes.c213 if (Op->Asl.ParseOpcode == PARSEOP_VAR_PACKAGE) in OpcAmlOpcodeUpdateWalk()
318 (Op->Asl.Parent->Asl.Parent->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK)) in OpcSetOptimalIntegerSize()
453 TypeOp->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpcDoAccessAs()
458 if (AttribOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in OpcDoAccessAs()
464 AttribOp->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpcDoAccessAs()
490 if (LengthOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in OpcDoAccessAs()
496 LengthOp->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpcDoAccessAs()
551 BufferOp->Asl.ParseOpcode = PARSEOP_BUFFER; in OpcDoConnection()
556 BufferLengthOp->Asl.ParseOpcode = PARSEOP_INTEGER; in OpcDoConnection()
561 BufferDataOp->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpcDoConnection()
[all …]
H A Daslmethod.c211 switch (Op->Asl.ParseOpcode) in MtMethodAnalysisWalkBegin()
288 NextType->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in MtMethodAnalysisWalkBegin()
299 if (NextType->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in MtMethodAnalysisWalkBegin()
307 NextParamType->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in MtMethodAnalysisWalkBegin()
316 NextType->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in MtMethodAnalysisWalkBegin()
416 (Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_OBJECTTYPE)) in MtMethodAnalysisWalkBegin()
461 (Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_OBJECTTYPE)) in MtMethodAnalysisWalkBegin()
495 (Op->Asl.Child->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) && in MtMethodAnalysisWalkBegin()
512 if (Next->Asl.ParseOpcode == PARSEOP_WHILE) in MtMethodAnalysisWalkBegin()
529 if ((Op->Asl.Child->Asl.ParseOpcode == PARSEOP_INTEGER) && in MtMethodAnalysisWalkBegin()
[all …]
H A Dasltransform.c177 UINT16 ParseOpcode);
296 UINT16 ParseOpcode) in TrAmlInitNode() argument
299 Op->Asl.ParseOpcode = ParseOpcode; in TrAmlInitNode()
405 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK) in TrAmlTransformWalkEnd()
441 switch (Op->Asl.ParseOpcode) in TrTransformSubtree()
474 Op->Asl.ParseOpcode = PARSEOP_STRING_LITERAL; in TrTransformSubtree()
482 if (MethodOp->Asl.ParseOpcode == PARSEOP_METHOD) in TrTransformSubtree()
617 Index = (UINT16) (Next->Asl.ParseOpcode - ASL_PARSE_OPCODE_BASE); in TrDoSwitch()
635 if (Next->Asl.ParseOpcode == PARSEOP_CASE) in TrDoSwitch()
657 if ((Predicate->Asl.ParseOpcode == PARSEOP_PACKAGE) || in TrDoSwitch()
[all …]
H A Daslanalyze.c249 if (Op->Asl.ParseOpcode != PARSEOP_STRING_LITERAL) in AnCheckId()
385 (Next->Asl.ParseOpcode == PARSEOP_RETURN)) in AnLastStatementIsReturn()
496 switch (Op->Asl.ParseOpcode) in AnIsResultUsed()
513 switch (Parent->Asl.ParseOpcode) in AnIsResultUsed()
622 if ((NextOp->Asl.ParseOpcode == PARSEOP_METHOD) || in ApCheckForGpeNameConflict()
623 (NextOp->Asl.ParseOpcode == PARSEOP_NAME)) in ApCheckForGpeNameConflict()
683 if (Next->Asl.ParseOpcode == PARSEOP_OPERATIONREGION) in ApCheckRegMethod()
756 switch (Op->Asl.ParseOpcode) in ApDeviceSubtreeWalk()
831 if ((Next->Asl.ParseOpcode == PARSEOP_METHOD) || in ApFindNameInScope()
832 (Next->Asl.ParseOpcode == PARSEOP_NAME)) in ApFindNameInScope()
H A Daslload.c543 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) || in LdNamespace1Begin()
544 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING)) in LdNamespace1Begin()
592 if ((ParentOp->Asl.ParseOpcode != PARSEOP_PACKAGE) && in LdNamespace1Begin()
593 (ParentOp->Asl.ParseOpcode != PARSEOP_VAR_PACKAGE)) in LdNamespace1Begin()
612 switch (Op->Asl.ParseOpcode) in LdNamespace1Begin()
740 (MethodOp->Asl.ParseOpcode != PARSEOP_METHOD)) in LdNamespace1Begin()
857 (Op->Asl.ParseOpcode != PARSEOP_EXTERNAL)) in LdNamespace1Begin()
880 (Op->Asl.ParseOpcode == PARSEOP_EXTERNAL)) in LdNamespace1Begin()
890 (Op->Asl.ParseOpcode == PARSEOP_EXTERNAL) && in LdNamespace1Begin()
951 if (Op->Asl.ParseOpcode == PARSEOP_METHOD) in LdNamespace1Begin()
[all …]
H A Daslresource.c503 if (InitializerOp->Asl.ParseOpcode == PARSEOP_STRING_LITERAL) in RsGetStringDataLength()
609 if (Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsSetFlagBits()
632 if (Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsSetFlagBits16()
668 Op->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in RsCompleteNodeAndGetNext()
714 if (NextOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsCheckListForDuplicates()
763 switch (Info->DescriptorTypeOp->Asl.ParseOpcode) in RsDoOneResourceDescriptor()
1035 Info->DescriptorTypeOp->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in RsDoOneResourceDescriptor()
1153 if (DescriptorTypeOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsDoResourceTemplate()
1170 if (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CONNECTION) in RsDoResourceTemplate()
1215 Op->Asl.ParseOpcode = PARSEOP_BUFFER; in RsDoResourceTemplate()
[all …]
H A Daslexternal.c199 ArgCountOp->Asl.ParseOpcode = PARSEOP_BYTECONST; in ExDoExternal()
345 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK) in ExAmlExternalWalkBegin()
355 if (Op->Asl.ParseOpcode != PARSEOP_METHODCALL) in ExAmlExternalWalkBegin()
365 Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_EXTERNAL) in ExAmlExternalWalkBegin()
397 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK) in ExAmlExternalWalkEnd()
473 if (Next->Asl.ParseOpcode == PARSEOP_NAMESEG) in ExMoveExternals()
475 Next->Asl.ParseOpcode = PARSEOP_NAMESTRING; in ExMoveExternals()
579 Gbl_ExternalsListHead->Asl.ParseOpcode = PARSEOP_IF; in ExMoveExternals()
H A Daslmaputils.c198 switch (Op->Asl.ParseOpcode) in MpGetHidFromParseTree()
205 switch (Arg->Asl.ParseOpcode) in MpGetHidFromParseTree()
476 (Op->Asl.ParseOpcode == PARSEOP_CONNECTION)) in MpGetConnectionInfo()
485 (NextOp->Asl.ParseOpcode != PARSEOP_NAMESEG) && in MpGetConnectionInfo()
498 if (NextOp->Asl.ParseOpcode == PARSEOP_NAMESEG) in MpGetConnectionInfo()
H A Daslcodegen.c256 switch (Op->Asl.ParseOpcode) in CgAmlWriteWalk()
274 /* 2 */ Op->Asl.ParseOpcode, in CgAmlWriteWalk()
364 if (Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in CgWriteAmlOpcode()
768 if ((Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) || in CgWriteNode()
769 (Op->Asl.ParseOpcode == PARSEOP_INCLUDE) || in CgWriteNode()
770 (Op->Asl.ParseOpcode == PARSEOP_INCLUDE_END)) in CgWriteNode()
775 if ((Op->Asl.ParseOpcode == PARSEOP_EXTERNAL) && in CgWriteNode()
817 switch (Op->Asl.ParseOpcode) in CgWriteNode()
H A Daslrestype2.c310 InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsDoInterruptDescriptor()
376 if (InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsDoInterruptDescriptor()
385 if ((InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) && in RsDoInterruptDescriptor()
453 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsDoInterruptDescriptor()
537 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsDoVendorLargeDescriptor()
560 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsDoVendorLargeDescriptor()
H A Daslprintf.c318 ArgNode->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in OpcParsePrintf()
333 if (ArgNode->Asl.ParseOpcode != PARSEOP_STRING_LITERAL) in OpcParsePrintf()
403 Op->Asl.ParseOpcode = PARSEOP_NOOP; in OpcParsePrintf()
412 ArgNode->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in OpcParsePrintf()
420 Op->Asl.ParseOpcode = PARSEOP_STORE; in OpcParsePrintf()
H A Daslpredef.c321 if (ReturnValueOp->Asl.ParseOpcode == PARSEOP_ZERO) in ApCheckForUnexpectedReturnValue()
403 switch (ReturnValueOp->Asl.ParseOpcode) in ApCheckPredefinedReturnValue()
420 if (ReturnValueOp->Asl.ParseOpcode == PARSEOP_PACKAGE) in ApCheckPredefinedReturnValue()
534 if (ObjectOp->Asl.ParseOpcode == PARSEOP_PACKAGE) in ApCheckForPredefinedObject()
736 switch (Op->Asl.ParseOpcode) in ApCheckObjectType()
791 TypeName = UtGetOpName (Op->Asl.ParseOpcode); in ApCheckObjectType()
H A Daslrestype2s.c221 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DATABUFFER) in RsGetBufferDataLength()
317 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsGetVendorData()
331 if (BufferOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsGetVendorData()
344 if (BufferOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsGetVendorData()
412 InitializerOp->Asl.ParseOpcode == PARSEOP_STRING_LITERAL) in RsGetStringDataLengthAt()
553 if (InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsDoGpioIntDescriptor()
604 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsDoGpioIntDescriptor()
762 if (InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsDoGpioIoDescriptor()
811 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsDoGpioIoDescriptor()
895 if (Info->DescriptorTypeOp->Asl.ParseOpcode == PARSEOP_I2C_SERIALBUS_V2) in RsDoI2cSerialBusDescriptor()
[all …]
H A Daslfold.c489 if (Op->Asl.ParseOpcode == PARSEOP_ZERO) in OpcAmlCheckForConstant()
640 if (Op->Asl.ParseOpcode == PARSEOP_DIVIDE) in TrTransformToStoreOp()
643 if (Child2->Asl.ParseOpcode != PARSEOP_ZERO) in TrTransformToStoreOp()
651 switch (Op->Asl.ParseOpcode) in TrTransformToStoreOp()
752 Op->Asl.ParseOpcode = NewParseOpcode; in TrTransformToStoreOp()
820 Op->Asl.ParseOpcode = PARSEOP_STRING_LITERAL; in TrInstallReducedConstant()
838 Op->Asl.ParseOpcode = PARSEOP_BUFFER; in TrInstallReducedConstant()
H A Dasllisting.c387 switch (Op->Asl.ParseOpcode) in LsTreeWriteWalk()
444 Op->Asl.ParseOpcode, Op->Asl.CompileFlags, in LsTreeWriteWalk()
490 switch (Op->Asl.ParseOpcode) in LsWriteNodeToListing()
536 switch (Op->Asl.ParseOpcode) in LsWriteNodeToListing()
781 if ((Op->Asl.ParseOpcode == PARSEOP_BUFFER) && in LsWriteNodeToListing()

12