Lines Matching refs:ParseOpcode

158     if (Op->Asl.ParseOpcode == PARSEOP_VAR_PACKAGE)  in OpcAmlOpcodeUpdateWalk()
263 (Op->Asl.Parent->Asl.Parent->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK)) in OpcSetOptimalIntegerSize()
394 TypeOp->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpcDoAccessAs()
399 if (AttribOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in OpcDoAccessAs()
405 AttribOp->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpcDoAccessAs()
431 if (LengthOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) in OpcDoAccessAs()
437 LengthOp->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpcDoAccessAs()
492 BufferOp->Asl.ParseOpcode = PARSEOP_BUFFER; in OpcDoConnection()
497 BufferLengthOp->Asl.ParseOpcode = PARSEOP_INTEGER; in OpcDoConnection()
502 BufferDataOp->Asl.ParseOpcode = PARSEOP_RAW_DATA; in OpcDoConnection()
543 Op->Asl.ParseOpcode = PARSEOP_BUFFER; in OpcDoUnicode()
570 BufferLengthOp->Asl.ParseOpcode = PARSEOP_INTEGER; in OpcDoUnicode()
582 InitializerOp->Asl.ParseOpcode = PARSEOP_RAW_DATA; 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()
878 if (Node->Asl.Child->Asl.ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
895 if (Node->Asl.Child->Asl.ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
914 if (Node->Asl.Child->Asl.ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
926 if (Node->Asl.ParseOpcode == PARSEOP_PLD_RED) in OpcDoPld()
930 else if (Node->Asl.ParseOpcode == PARSEOP_PLD_GREEN) in OpcDoPld()
943 if (Node->Asl.Child->Asl.ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
955 if (Node->Asl.ParseOpcode == PARSEOP_PLD_WIDTH) in OpcDoPld()
970 if (Node->Asl.Child->Asl.ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
982 if (Node->Asl.ParseOpcode == PARSEOP_PLD_USERVISIBLE) in OpcDoPld()
986 else if (Node->Asl.ParseOpcode == PARSEOP_PLD_DOCK) in OpcDoPld()
999 if (Node->Asl.Child->Asl.ParseOpcode == PARSEOP_INTEGER) in OpcDoPld()
1023 if (Node->Asl.Child->Asl.ParseOpcode == PARSEOP_INTEGER) in OpcDoPld()
1047 if (Node->Asl.Child->Asl.ParseOpcode == PARSEOP_INTEGER) in OpcDoPld()
1071 if (Node->Asl.Child->Asl.ParseOpcode == PARSEOP_INTEGER) in OpcDoPld()
1095 if (Node->Asl.Child->Asl.ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
1113 if (Node->Asl.Child->Asl.ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
1126 if (Node->Asl.ParseOpcode == PARSEOP_PLD_GROUPTOKEN) in OpcDoPld()
1141 if (Node->Asl.Child->Asl.ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
1153 if (Node->Asl.ParseOpcode == PARSEOP_PLD_BAY) in OpcDoPld()
1157 else if (Node->Asl.ParseOpcode == PARSEOP_PLD_EJECTABLE) in OpcDoPld()
1171 if (Node->Asl.Child->Asl.ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
1183 if (Node->Asl.ParseOpcode == PARSEOP_PLD_CABINETNUMBER) in OpcDoPld()
1196 if (Node->Asl.Child->Asl.ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
1213 if (Node->Asl.Child->Asl.ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
1270 if (Node->Asl.Child->Asl.ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
1288 if (Node->Asl.Child->Asl.ParseOpcode != PARSEOP_INTEGER) in OpcDoPld()
1300 if (Node->Asl.ParseOpcode == PARSEOP_PLD_VERTICALOFFSET) in OpcDoPld()
1324 Op->Asl.ParseOpcode = PARSEOP_BUFFER; in OpcDoPld()
1392 Op->Asl.ParseOpcode = PARSEOP_BUFFER; in OpcDoUuId()
1444 Index = (UINT16) (Op->Asl.ParseOpcode - ASL_PARSE_OPCODE_BASE); in OpcGenerateAmlOpcode()
1457 switch (Op->Asl.ParseOpcode) in OpcGenerateAmlOpcode()
1518 Op->Asl.Child->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in OpcGenerateAmlOpcode()
1519 Op->Asl.Child->Asl.Next->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in OpcGenerateAmlOpcode()