Lines Matching refs:ParseOpcode
105 if (Op->Asl.ParseOpcode == PARSEOP_VAR_PACKAGE) in OpcAmlOpcodeUpdateWalk()
210 (Op->Asl.Parent->Asl.Parent->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK)) in OpcSetOptimalIntegerSize()
341 TypeOp->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpcDoAccessAs()
346 if (AttribOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in OpcDoAccessAs()
352 AttribOp->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpcDoAccessAs()
378 if (LengthOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in OpcDoAccessAs()
384 LengthOp->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpcDoAccessAs()
439 BufferOp->Asl.ParseOpcode = PARSEOP_BUFFER; in OpcDoConnection()
444 BufferLengthOp->Asl.ParseOpcode = PARSEOP_INTEGER; in OpcDoConnection()
449 BufferDataOp->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpcDoConnection()
490 Op->Asl.ParseOpcode = PARSEOP_BUFFER; in OpcDoUnicode()
517 BufferLengthOp->Asl.ParseOpcode = PARSEOP_INTEGER; in OpcDoUnicode()
529 InitializerOp->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpcDoUnicode()
648 Op->Asl.ParseOpcode = PARSEOP_INTEGER; in OpcDoEisaId()
694 Op->Asl.ParseOpcode = PARSEOP_BUFFER; in OpcDoUuId()
746 Index = (UINT16) (Op->Asl.ParseOpcode - ASL_PARSE_OPCODE_BASE); in OpcGenerateAmlOpcode()
759 switch (Op->Asl.ParseOpcode) in OpcGenerateAmlOpcode()
822 Op->Asl.Child->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in OpcGenerateAmlOpcode()
823 Op->Asl.Child->Asl.Next->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in OpcGenerateAmlOpcode()