/acpica-3.5.0/source/compiler/ |
D | asloperands.c | 271 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 …]
|
D | aslpld.c | 203 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 …]
|
D | aslparseop.c | 179 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 …]
|
D | asltransform.c | 178 UINT16 ParseOpcode); 311 UINT16 ParseOpcode) in TrAmlInitNode() argument 314 Op->Asl.ParseOpcode = ParseOpcode; in TrAmlInitNode() 420 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK) in TrAmlTransformWalkEnd() 457 switch (Op->Asl.ParseOpcode) in TrTransformSubtree() 483 Op->Asl.ParseOpcode = PARSEOP_STRING_LITERAL; in TrTransformSubtree() 491 if (MethodOp->Asl.ParseOpcode == PARSEOP_METHOD) in TrTransformSubtree() 662 Index = (UINT16) (Next->Asl.ParseOpcode - ASL_PARSE_OPCODE_BASE); in TrDoSwitch() 680 if (Next->Asl.ParseOpcode == PARSEOP_CASE) in TrDoSwitch() 704 if ((Predicate->Asl.ParseOpcode == PARSEOP_PACKAGE) || in TrDoSwitch() [all …]
|
D | aslxref.c | 587 (Op->Asl.ParseOpcode != PARSEOP_NAMESTRING) && in XfNamespaceLocateBegin() 588 (Op->Asl.ParseOpcode != PARSEOP_NAMESEG) && in XfNamespaceLocateBegin() 589 (Op->Asl.ParseOpcode != PARSEOP_METHODCALL) && in XfNamespaceLocateBegin() 590 (Op->Asl.ParseOpcode != PARSEOP_EXTERNAL)) in XfNamespaceLocateBegin() 600 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESTRING) || in XfNamespaceLocateBegin() 601 (Op->Asl.ParseOpcode == PARSEOP_NAMESEG) || in XfNamespaceLocateBegin() 602 (Op->Asl.ParseOpcode == PARSEOP_METHODCALL) || in XfNamespaceLocateBegin() 603 (Op->Asl.ParseOpcode == PARSEOP_EXTERNAL) || in XfNamespaceLocateBegin() 604 (Op->Asl.ParseOpcode == PARSEOP_CONDREFOF)) in XfNamespaceLocateBegin() 671 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CONDREFOF)) in XfNamespaceLocateBegin() [all …]
|
D | aslxrefout.c | 348 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 …]
|
D | aslnamesp.c | 335 if (Op->Asl.ParseOpcode == PARSEOP_NAME) in NsDoOneNamespaceObject() 340 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) || in NsDoOneNamespaceObject() 341 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING)) in NsDoOneNamespaceObject() 353 if (Op->Asl.ParseOpcode == PARSEOP_NAME) in NsDoOneNamespaceObject() 358 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) || in NsDoOneNamespaceObject() 359 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING)) in NsDoOneNamespaceObject() 371 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) || in NsDoOneNamespaceObject() 372 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING)) in NsDoOneNamespaceObject() 384 switch (Op->Asl.ParseOpcode) in NsDoOneNamespaceObject() 425 if (Op->Asl.ParseOpcode == PARSEOP_NAME) in NsDoOneNamespaceObject() [all …]
|
D | aslwalks.c | 202 switch (Op->Asl.ParseOpcode) in AnMethodTypingWalkEnd() 212 (Op->Asl.Child->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG)) in AnMethodTypingWalkEnd() 216 if ((Op->Asl.Child->Asl.ParseOpcode == PARSEOP_METHODCALL) && in AnMethodTypingWalkEnd() 354 if (ArgOp->Asl.ParseOpcode == PARSEOP_METHODCALL) in AnOperandTypecheckWalkEnd() 440 if ((ArgOp->Asl.ParseOpcode == PARSEOP_INTEGER) || in AnOperandTypecheckWalkEnd() 441 (ArgOp->Asl.ParseOpcode == PARSEOP_RAW_DATA)) in AnOperandTypecheckWalkEnd() 511 if (ArgOp->Asl.ParseOpcode == PARSEOP_ZERO) in AnOperandTypecheckWalkEnd() 523 if (ArgOp->Asl.ParseOpcode == PARSEOP_INTEGER) in AnOperandTypecheckWalkEnd() 555 switch (ArgOp->Asl.ParseOpcode) in AnOperandTypecheckWalkEnd() 606 if (ArgOp->Asl.ParseOpcode == PARSEOP_METHODCALL) in AnOperandTypecheckWalkEnd() [all …]
|
D | asltree.c | 176 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() 479 Op, NumChildren, UtGetOpName(Op->Asl.ParseOpcode)); in TrLinkOpChildren() 481 switch (Op->Asl.ParseOpcode) in TrLinkOpChildren() [all …]
|
D | aslprune.c | 179 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()
|
D | aslbtypes.c | 512 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 …]
|
D | aslload.c | 584 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) || in LdNamespace1Begin() 585 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING) || in LdNamespace1Begin() 586 (Op->Asl.ParseOpcode == PARSEOP_METHODCALL)) in LdNamespace1Begin() 602 if ((Op->Asl.ParseOpcode != PARSEOP_METHODCALL) && in LdNamespace1Begin() 634 if ((ParentOp->Asl.ParseOpcode != PARSEOP_PACKAGE) && in LdNamespace1Begin() 635 (ParentOp->Asl.ParseOpcode != PARSEOP_VAR_PACKAGE)) in LdNamespace1Begin() 654 switch (Op->Asl.ParseOpcode) in LdNamespace1Begin() 783 (MethodOp->Asl.ParseOpcode != PARSEOP_METHOD)) in LdNamespace1Begin() 911 (Op->Asl.ParseOpcode == PARSEOP_EXTERNAL)) in LdNamespace1Begin() 930 (Op->Asl.ParseOpcode == PARSEOP_EXTERNAL)) in LdNamespace1Begin() [all …]
|
D | aslopcodes.c | 213 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 …]
|
D | aslmethod.c | 221 switch (Op->Asl.ParseOpcode) in MtMethodAnalysisWalkBegin() 414 (Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_OBJECTTYPE)) in MtMethodAnalysisWalkBegin() 459 (Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_OBJECTTYPE)) in MtMethodAnalysisWalkBegin() 493 (Op->Asl.Child->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) && in MtMethodAnalysisWalkBegin() 510 if (Next->Asl.ParseOpcode == PARSEOP_WHILE) in MtMethodAnalysisWalkBegin() 527 if ((Op->Asl.Child->Asl.ParseOpcode == PARSEOP_INTEGER) && in MtMethodAnalysisWalkBegin() 656 if ((Next->Asl.ParseOpcode == PARSEOP_PACKAGE) || in MtMethodAnalysisWalkBegin() 657 (Next->Asl.ParseOpcode == PARSEOP_VAR_PACKAGE)) in MtMethodAnalysisWalkBegin() 709 TypeOp->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in MtProcessTypeOp() 738 if (ParamTypeOp && ParamTypeOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in MtProcessParameterTypeList() [all …]
|
D | aslanalyze.c | 250 if (Op->Asl.ParseOpcode != PARSEOP_STRING_LITERAL) in AnCheckId() 386 (Next->Asl.ParseOpcode == PARSEOP_RETURN)) in AnLastStatementIsReturn() 504 switch (Op->Asl.ParseOpcode) in AnIsResultUsed() 521 switch (Parent->Asl.ParseOpcode) in AnIsResultUsed() 630 if ((NextOp->Asl.ParseOpcode == PARSEOP_METHOD) || in ApCheckForGpeNameConflict() 631 (NextOp->Asl.ParseOpcode == PARSEOP_NAME)) in ApCheckForGpeNameConflict() 691 if (Next->Asl.ParseOpcode == PARSEOP_OPERATIONREGION) in ApCheckRegMethod() 764 switch (Op->Asl.ParseOpcode) in ApDeviceSubtreeWalk() 839 if ((Next->Asl.ParseOpcode == PARSEOP_METHOD) || in ApFindNameInScope() 840 (Next->Asl.ParseOpcode == PARSEOP_NAME)) in ApFindNameInScope()
|
D | aslresource.c | 503 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() 1046 Info->DescriptorTypeOp->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in RsDoOneResourceDescriptor() 1164 if (DescriptorTypeOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsDoResourceTemplate() 1181 if (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CONNECTION) in RsDoResourceTemplate() 1226 Op->Asl.ParseOpcode = PARSEOP_BUFFER; in RsDoResourceTemplate() [all …]
|
D | aslexternal.c | 249 ArgCountOp->Asl.ParseOpcode = PARSEOP_BYTECONST; in ExDoExternal() 395 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK) in ExAmlExternalWalkBegin() 405 if (Op->Asl.ParseOpcode != PARSEOP_METHODCALL) in ExAmlExternalWalkBegin() 415 Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_EXTERNAL) in ExAmlExternalWalkBegin() 447 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK) in ExAmlExternalWalkEnd() 523 if (Next->Asl.ParseOpcode == PARSEOP_NAMESEG) in ExMoveExternals() 525 Next->Asl.ParseOpcode = PARSEOP_NAMESTRING; in ExMoveExternals() 629 AslGbl_ExternalsListHead->Asl.ParseOpcode = PARSEOP_IF; in ExMoveExternals()
|
D | aslmaputils.c | 198 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()
|
D | aslrestype2s.c | 221 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() 761 if (InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsDoGpioIoDescriptor() 810 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsDoGpioIoDescriptor() 894 if (Info->DescriptorTypeOp->Asl.ParseOpcode == PARSEOP_I2C_SERIALBUS_V2) in RsDoI2cSerialBusDescriptor() [all …]
|
D | aslrestype2.c | 310 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() 534 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsDoVendorLargeDescriptor() 557 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsDoVendorLargeDescriptor()
|
D | aslpredef.c | 321 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()
|
D | aslprintf.c | 318 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()
|
D | aslcodegen.c | 265 switch (Op->Asl.ParseOpcode) in CgAmlWriteWalk() 283 /* 2 */ Op->Asl.ParseOpcode, in CgAmlWriteWalk() 373 if (Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in CgWriteAmlOpcode() 821 if ((Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) || in CgWriteNode() 822 (Op->Asl.ParseOpcode == PARSEOP_INCLUDE) || in CgWriteNode() 823 (Op->Asl.ParseOpcode == PARSEOP_INCLUDE_END)) in CgWriteNode() 864 switch (Op->Asl.ParseOpcode) in CgWriteNode()
|
D | aslfold.c | 489 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()
|
D | asllisting.c | 388 switch (Op->Asl.ParseOpcode) in LsTreeWriteWalk() 445 Op->Asl.ParseOpcode, Op->Asl.CompileFlags, in LsTreeWriteWalk() 491 switch (Op->Asl.ParseOpcode) in LsWriteNodeToListing() 537 switch (Op->Asl.ParseOpcode) in LsWriteNodeToListing() 782 if ((Op->Asl.ParseOpcode == PARSEOP_BUFFER) && in LsWriteNodeToListing()
|