Home
last modified time | relevance | path

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

12

/third_party/lib/acpica/source/compiler/
A Dasloperands.c207 Next->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpnDoMethod()
248 Op->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in OpnDoFieldCommon()
279 Next->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpnDoFieldCommon()
292 switch (Next->Asl.ParseOpcode) in OpnDoFieldCommon()
593 switch (InitializerOp->Asl.ParseOpcode) in OpnDoBuffer()
791 Op->Asl.ParseOpcode = PARSEOP_PACKAGE; in OpnDoPackage()
857 if (Next->Asl.ParseOpcode == DEFAULT_ARG) in OpnDoLoadTable()
860 Next->Asl.ParseOpcode = ZERO; in OpnDoLoadTable()
866 if (Next->Asl.ParseOpcode == DEFAULT_ARG) in OpnDoLoadTable()
869 Next->Asl.ParseOpcode = ZERO; in OpnDoLoadTable()
[all …]
A Daslnamesp.c216 if (Op->Asl.ParseOpcode == PARSEOP_NAME) in NsDoOneNamespaceObject()
221 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) || in NsDoOneNamespaceObject()
222 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING)) in NsDoOneNamespaceObject()
234 if (Op->Asl.ParseOpcode == PARSEOP_NAME) in NsDoOneNamespaceObject()
239 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) || in NsDoOneNamespaceObject()
240 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING)) in NsDoOneNamespaceObject()
252 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) || in NsDoOneNamespaceObject()
265 switch (Op->Asl.ParseOpcode) in NsDoOneNamespaceObject()
306 if (Op->Asl.ParseOpcode == PARSEOP_NAME) in NsDoOneNamespaceObject()
320 (Op->Asl.ParseOpcode == PARSEOP_RAW_DATA)) in NsDoOneNamespaceObject()
[all …]
A Daslprune.c71 UINT16 ParseOpcode; member
104 PruneObj.ParseOpcode = (UINT16) PARSEOP_DEVICE; in AslPruneParseTree()
108 PruneObj.ParseOpcode = (UINT16) PARSEOP_METHOD; in AslPruneParseTree()
112 PruneObj.ParseOpcode = (UINT16) PARSEOP_IF; in AslPruneParseTree()
193 if ((Op->Asl.ParseOpcode != PruneObj->ParseOpcode) && in PrTreePruneWalk()
194 !(Op->Asl.ParseOpcode == PARSEOP_ELSE && in PrTreePruneWalk()
195 PruneObj->ParseOpcode == PARSEOP_IF)) in PrTreePruneWalk()
200 switch (Op->Asl.ParseOpcode) in PrTreePruneWalk()
221 if (Op->Asl.ParseOpcode == PARSEOP_ELSE) in PrTreePruneWalk()
A Dasltree.c124 Op->Asl.ParseOpcode = (UINT16) ParseOpcode; in TrAllocateNode()
208 UtGetOpName (ParseOpcode)); in TrUpdateNode()
214 switch (ParseOpcode) in TrUpdateNode()
240 Op->Asl.ParseOpcode = (UINT16) ParseOpcode; in TrUpdateNode()
247 switch (ParseOpcode) in TrUpdateNode()
557 switch (Source->Asl.ParseOpcode) in TrCreateAssignmentNode()
733 switch (ParseOpcode) in TrCreateConstantLeafNode()
844 Op->Asl.ParseOpcode = OriginalOp->Asl.ParseOpcode; in TrCreateTargetOperand()
895 switch (ParseOpcode) in TrCreateValuedLeafNode()
981 switch (ParseOpcode) in TrCreateNode()
[all …]
A Daslwalks.c86 switch (Op->Asl.ParseOpcode) in AnMethodTypingWalkEnd()
235 if (ArgOp->Asl.ParseOpcode == PARSEOP_METHODCALL) in AnOperandTypecheckWalkEnd()
321 if ((ArgOp->Asl.ParseOpcode == PARSEOP_INTEGER) || in AnOperandTypecheckWalkEnd()
322 (ArgOp->Asl.ParseOpcode == PARSEOP_RAW_DATA)) in AnOperandTypecheckWalkEnd()
392 if (ArgOp->Asl.ParseOpcode == PARSEOP_ZERO) in AnOperandTypecheckWalkEnd()
436 switch (ArgOp->Asl.ParseOpcode) in AnOperandTypecheckWalkEnd()
609 switch (Op->Asl.ParseOpcode) in AnOtherSemanticAnalysisWalkBegin()
630 switch (Op->Asl.ParseOpcode) in AnOtherSemanticAnalysisWalkBegin()
685 if ((ArgOp->Asl.ParseOpcode == PARSEOP_ZERO) || in AnOtherSemanticAnalysisWalkBegin()
813 switch (SourceOperandOp->Asl.ParseOpcode) in AnAnalyzeStoreOperator()
[all …]
A Daslopcodes.c394 TypeOp->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpcDoAccessAs()
405 AttribOp->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpcDoAccessAs()
437 LengthOp->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpcDoAccessAs()
492 BufferOp->Asl.ParseOpcode = PARSEOP_BUFFER; in OpcDoConnection()
543 Op->Asl.ParseOpcode = PARSEOP_BUFFER; in OpcDoUnicode()
701 Op->Asl.ParseOpcode = PARSEOP_INTEGER; in OpcDoEisaId()
863 if (Op->Asl.ParseOpcode != PARSEOP_TOPLD) in OpcDoPld()
874 switch (Node->Asl.ParseOpcode) in OpcDoPld()
1324 Op->Asl.ParseOpcode = PARSEOP_BUFFER; in OpcDoPld()
1392 Op->Asl.ParseOpcode = PARSEOP_BUFFER; in OpcDoUuId()
[all …]
A Daslxref.c519 (Op->Asl.ParseOpcode != PARSEOP_NAMESTRING) && in XfNamespaceLocateBegin()
520 (Op->Asl.ParseOpcode != PARSEOP_NAMESEG) && in XfNamespaceLocateBegin()
521 (Op->Asl.ParseOpcode != PARSEOP_METHODCALL)) in XfNamespaceLocateBegin()
542 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESTRING) || in XfNamespaceLocateBegin()
544 (Op->Asl.ParseOpcode == PARSEOP_METHODCALL)) in XfNamespaceLocateBegin()
683 if ((Op->Asl.ParseOpcode != PARSEOP_ALIAS) && in XfNamespaceLocateBegin()
812 Op->Asl.ParseOpcode = PARSEOP_INTEGER; in XfNamespaceLocateBegin()
821 …else if ((((Op->Asl.ParseOpcode == PARSEOP_NAMESTRING) || (Op->Asl.ParseOpcode == PARSEOP_NAMESEG)… in XfNamespaceLocateBegin()
871 Op->Asl.ParseOpcode = PARSEOP_METHODCALL; in XfNamespaceLocateBegin()
1080 (Op->Asl.ParseOpcode == PARSEOP_METHODCALL)) in XfNamespaceLocateEnd()
[all …]
A Daslmethod.c96 switch (Op->Asl.ParseOpcode) in MtMethodAnalysisWalkBegin()
173 NextType->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in MtMethodAnalysisWalkBegin()
184 if (NextType->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in MtMethodAnalysisWalkBegin()
201 NextType->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in MtMethodAnalysisWalkBegin()
376 if (Next->Asl.ParseOpcode == PARSEOP_WHILE) in MtMethodAnalysisWalkBegin()
393 if ((Op->Asl.Child->Asl.ParseOpcode == PARSEOP_INTEGER) && in MtMethodAnalysisWalkBegin()
451 if ((Next->Asl.ParseOpcode == PARSEOP_PACKAGE) || in MtMethodAnalysisWalkBegin()
452 (Next->Asl.ParseOpcode == PARSEOP_VAR_PACKAGE)) in MtMethodAnalysisWalkBegin()
561 switch (Op->Asl.ParseOpcode) in MtMethodAnalysisWalkEnd()
582 switch (Op->Asl.ParseOpcode) in MtMethodAnalysisWalkEnd()
[all …]
A Daslanalyze.c132 if (Op->Asl.ParseOpcode != PARSEOP_STRING_LITERAL) in AnCheckId()
268 (Next->Asl.ParseOpcode == PARSEOP_RETURN)) in AnLastStatementIsReturn()
373 switch (Op->Asl.ParseOpcode) in AnIsResultUsed()
390 switch (Parent->Asl.ParseOpcode) in AnIsResultUsed()
499 if ((NextOp->Asl.ParseOpcode == PARSEOP_METHOD) || in ApCheckForGpeNameConflict()
500 (NextOp->Asl.ParseOpcode == PARSEOP_NAME)) in ApCheckForGpeNameConflict()
560 if (Next->Asl.ParseOpcode == PARSEOP_OPERATIONREGION) in ApCheckRegMethod()
606 if ((Next->Asl.ParseOpcode == PARSEOP_METHOD) || in ApFindNameInScope()
607 (Next->Asl.ParseOpcode == PARSEOP_NAME)) in ApFindNameInScope()
A Dasllisting.c278 UtPrintFormattedName (Op->Asl.ParseOpcode, Level); in LsTreeWriteWalk()
280 if (Op->Asl.ParseOpcode == PARSEOP_NAMESEG) in LsTreeWriteWalk()
285 else if ((Op->Asl.ParseOpcode == PARSEOP_NAMESTRING) || in LsTreeWriteWalk()
286 (Op->Asl.ParseOpcode == PARSEOP_METHODCALL)) in LsTreeWriteWalk()
291 else if (Op->Asl.ParseOpcode == PARSEOP_INCLUDE) in LsTreeWriteWalk()
297 else if (Op->Asl.ParseOpcode == PARSEOP_INCLUDE_END) in LsTreeWriteWalk()
309 Op->Asl.ParseOpcode, Op->Asl.CompileFlags); in LsTreeWriteWalk()
352 switch (Op->Asl.ParseOpcode) in LsWriteNodeToListing()
398 switch (Op->Asl.ParseOpcode) in LsWriteNodeToListing()
640 if ((Op->Asl.ParseOpcode == PARSEOP_BUFFER) && in LsWriteNodeToListing()
A Daslcodegen.c156 UtPrintFormattedName (Op->Asl.ParseOpcode, Level); in CgAmlWriteWalk()
158 if (Op->Asl.ParseOpcode == PARSEOP_NAMESEG || in CgAmlWriteWalk()
159 Op->Asl.ParseOpcode == PARSEOP_NAMESTRING || in CgAmlWriteWalk()
160 Op->Asl.ParseOpcode == PARSEOP_METHODCALL) in CgAmlWriteWalk()
174 /* 2 */ Op->Asl.ParseOpcode, in CgAmlWriteWalk()
265 if (Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in CgWriteAmlOpcode()
592 if ((Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) || in CgWriteNode()
593 (Op->Asl.ParseOpcode == PARSEOP_EXTERNAL) || in CgWriteNode()
594 (Op->Asl.ParseOpcode == PARSEOP_INCLUDE) || in CgWriteNode()
595 (Op->Asl.ParseOpcode == PARSEOP_INCLUDE_END)) in CgWriteNode()
[all …]
A Dasltransform.c69 UINT16 ParseOpcode);
188 UINT16 ParseOpcode) in TrAmlInitNode() argument
191 Op->Asl.ParseOpcode = ParseOpcode; in TrAmlInitNode()
299 switch (Op->Asl.ParseOpcode) in TrTransformSubtree()
446 if (Next->Asl.ParseOpcode == PARSEOP_CASE) in TrDoSwitch()
582 else if (Next->Asl.ParseOpcode == PARSEOP_DEFAULT) in TrDoSwitch()
604 Next->Asl.ParseOpName, Next->Asl.ParseOpcode); in TrDoSwitch()
648 while ((Next->Asl.ParseOpcode != PARSEOP_METHOD) && in TrDoSwitch()
649 (Next->Asl.ParseOpcode != PARSEOP_DEFINITION_BLOCK)) in TrDoSwitch()
670 if (Next->Asl.ParseOpcode != PARSEOP_SERIALIZERULE_SERIAL) in TrDoSwitch()
[all …]
A Daslmaputils.c84 switch (Op->Asl.ParseOpcode) in MpGetHidFromParseTree()
91 switch (Arg->Asl.ParseOpcode) in MpGetHidFromParseTree()
362 (Op->Asl.ParseOpcode == PARSEOP_CONNECTION)) in MpGetConnectionInfo()
371 (NextOp->Asl.ParseOpcode != PARSEOP_NAMESEG) && in MpGetConnectionInfo()
384 if (NextOp->Asl.ParseOpcode == PARSEOP_NAMESEG) in MpGetConnectionInfo()
A Daslsupport.y108 UINT32 ParseOpcode)
116 [(ParseOpcode - ASL_FIRST_PARSE_OPCODE) + ASL_YYTNAME_START] + 8);
A Daslresource.c395 if (InitializerOp->Asl.ParseOpcode == PARSEOP_STRING_LITERAL) in RsGetStringDataLength()
501 if (Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsSetFlagBits()
524 if (Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsSetFlagBits16()
560 Op->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in RsCompleteNodeAndGetNext()
606 if (NextOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsCheckListForDuplicates()
655 switch (Info->DescriptorTypeOp->Asl.ParseOpcode) in RsDoOneResourceDescriptor()
899 Info->DescriptorTypeOp->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in RsDoOneResourceDescriptor()
1026 if (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CONNECTION) in RsDoResourceTemplate()
1071 Op->Asl.ParseOpcode = PARSEOP_BUFFER; in RsDoResourceTemplate()
1076 BufferLengthOp->Asl.ParseOpcode = PARSEOP_INTEGER; in RsDoResourceTemplate()
[all …]
A Daslbtypes.c404 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) || in AnGetBtype()
405 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING) || in AnGetBtype()
406 (Op->Asl.ParseOpcode == PARSEOP_METHODCALL)) in AnGetBtype()
426 if (Op->Asl.ParseOpcode == PARSEOP_METHODCALL) in AnGetBtype()
479 switch (Op->Asl.ParseOpcode) in AnMapObjTypeToBtype()
A Daslload.c424 switch (Op->Asl.ParseOpcode) in LdNamespace1Begin()
553 (MethodOp->Asl.ParseOpcode != PARSEOP_METHOD)) in LdNamespace1Begin()
671 (Op->Asl.ParseOpcode != PARSEOP_EXTERNAL)) in LdNamespace1Begin()
694 (Op->Asl.ParseOpcode == PARSEOP_EXTERNAL)) in LdNamespace1Begin()
745 if (Op->Asl.ParseOpcode == PARSEOP_METHOD) in LdNamespace1Begin()
807 if ((Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) && in LdNamespace2Begin()
819 if (Op->Asl.ParseOpcode == PARSEOP_NAME) in LdNamespace2Begin()
838 if (Op->Asl.ParseOpcode == PARSEOP_ALIAS) in LdNamespace2Begin()
931 if ((Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) && in LdCommonNamespaceEnd()
945 if (Op->Asl.ParseOpcode == PARSEOP_NAME) in LdCommonNamespaceEnd()
A Daslrestype2.c197 InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsDoInterruptDescriptor()
263 if (InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsDoInterruptDescriptor()
272 if ((InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) && in RsDoInterruptDescriptor()
340 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsDoInterruptDescriptor()
424 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsDoVendorLargeDescriptor()
447 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsDoVendorLargeDescriptor()
A Daslprintf.c210 ArgNode->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in OpcParsePrintf()
225 if (ArgNode->Asl.ParseOpcode != PARSEOP_STRING_LITERAL) in OpcParsePrintf()
295 Op->Asl.ParseOpcode = PARSEOP_NOOP; in OpcParsePrintf()
304 ArgNode->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in OpcParsePrintf()
312 Op->Asl.ParseOpcode = PARSEOP_STORE; in OpcParsePrintf()
A Daslpredef.c213 if (ReturnValueOp->Asl.ParseOpcode == PARSEOP_ZERO) in ApCheckForUnexpectedReturnValue()
295 switch (ReturnValueOp->Asl.ParseOpcode) in ApCheckPredefinedReturnValue()
312 if (ReturnValueOp->Asl.ParseOpcode == PARSEOP_PACKAGE) in ApCheckPredefinedReturnValue()
426 if (ObjectOp->Asl.ParseOpcode == PARSEOP_PACKAGE) in ApCheckForPredefinedObject()
628 switch (Op->Asl.ParseOpcode) in ApCheckObjectType()
683 TypeName = UtGetOpName (Op->Asl.ParseOpcode); in ApCheckObjectType()
A Daslcompiler.h681 UINT32 ParseOpcode);
693 UINT32 ParseOpcode,
698 UINT32 ParseOpcode,
704 UINT32 ParseOpcode);
722 UINT32 ParseOpcode,
727 UINT32 ParseOpcode);
952 UINT16 ParseOpcode,
971 UINT32 ParseOpcode);
A Daslmapoutput.c595 if ((Op->Asl.ParseOpcode != PARSEOP_NAMESTRING) && in MpNamespaceXrefBegin()
596 (Op->Asl.ParseOpcode != PARSEOP_NAMESEG) && in MpNamespaceXrefBegin()
597 (Op->Asl.ParseOpcode != PARSEOP_METHODCALL)) in MpNamespaceXrefBegin()
608 if (ParentOp->Asl.ParseOpcode == PARSEOP_FIELD) in MpNamespaceXrefBegin()
A Daslrestype2s.c102 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DATABUFFER) in RsGetBufferDataLength()
196 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsGetVendorData()
210 if (BufferOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsGetVendorData()
223 if (BufferOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsGetVendorData()
402 if (InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsDoGpioIntDescriptor()
453 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsDoGpioIntDescriptor()
618 if (InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsDoGpioIoDescriptor()
667 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in RsDoGpioIoDescriptor()
810 if (InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsDoI2cSerialBusDescriptor()
989 if (InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsDoSpiSerialBusDescriptor()
[all …]
A Daslfold.c383 if (Op->Asl.ParseOpcode == PARSEOP_ZERO) in OpcAmlCheckForConstant()
535 if (Op->Asl.ParseOpcode == PARSEOP_DIVIDE) in TrTransformToStoreOp()
538 if (Child2->Asl.ParseOpcode != PARSEOP_ZERO) in TrTransformToStoreOp()
607 Op->Asl.ParseOpcode = PARSEOP_STORE; in TrTransformToStoreOp()
675 Op->Asl.ParseOpcode = PARSEOP_STRING_LITERAL; in TrInstallReducedConstant()
693 Op->Asl.ParseOpcode = PARSEOP_BUFFER; in TrInstallReducedConstant()
A Daslrestype2q.c189 if (InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsDoQwordIoDescriptor()
200 if ((InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) && in RsDoQwordIoDescriptor()
417 if (InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsDoQwordMemoryDescriptor()
428 if ((InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) && in RsDoQwordMemoryDescriptor()
643 if (InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) in RsDoQwordSpaceDescriptor()
654 if ((InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) && in RsDoQwordSpaceDescriptor()

Completed in 34 milliseconds

12