Lines Matching refs:ParseOpcode
335 if (Op->Asl.ParseOpcode == PARSEOP_NAME)
340 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
341 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING))
353 if (Op->Asl.ParseOpcode == PARSEOP_NAME)
358 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
359 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING))
371 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
372 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING))
384 switch (Op->Asl.ParseOpcode)
425 if (Op->Asl.ParseOpcode == PARSEOP_NAME)
430 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
431 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING))
438 if ((Op->Asl.ParseOpcode == PARSEOP_BYTECONST) ||
439 (Op->Asl.ParseOpcode == PARSEOP_RAW_DATA))
449 if (Op->Asl.ParseOpcode == PARSEOP_NAME)
454 ParseOpcode == PARSEOP_NAMESEG) ||
455 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING))
462 if (Op && (Op->Asl.ParseOpcode == PARSEOP_INTEGER))