Home | History | Annotate | Download | only in compiler

Lines Matching defs:Op

283     ACPI_PARSE_OBJECT       *Op;
292 Op = Node->Op;
295 if (!Op)
335 if (Op->Asl.ParseOpcode == PARSEOP_NAME)
337 Op = Op->Asl.Child;
340 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
341 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING))
343 Op = Op->Asl.Next;
348 ACPI_FORMAT_UINT64 (Op->Asl.Value.Integer));
353 if (Op->Asl.ParseOpcode == PARSEOP_NAME)
355 Op = Op->Asl.Child;
358 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
359 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING))
361 Op = Op->Asl.Next;
366 Op->Asl.Value.String);
371 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
372 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING))
374 Op = Op->Asl.Child;
379 Op->Asl.Parent->Asl.ExtraValue, (UINT32) Op->Asl.Value.Integer);
384 switch (Op->Asl.ParseOpcode)
425 if (Op->Asl.ParseOpcode == PARSEOP_NAME)
427 Op = Op->Asl.Child;
430 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
431 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING))
433 Op = Op->Asl.Next;
436 Op = Op->Asl.Child;
438 if ((Op->Asl.ParseOpcode == PARSEOP_BYTECONST) ||
439 (Op->Asl.ParseOpcode == PARSEOP_RAW_DATA))
443 (UINT32) Op->Asl.Value.Integer);
449 if (Op->Asl.ParseOpcode == PARSEOP_NAME)
451 Op = Op->Asl.Child;
454 Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
455 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING))
457 Op = Op->Asl.Next;
460 Op = Op->Asl.Child;
462 if (Op && (Op->Asl.ParseOpcode == PARSEOP_INTEGER))
466 (UINT32) Op->Asl.Value.Integer);
474 Op->Asl.AmlSubtreeLength);
541 if (!Node->Op || (Node->Flags & ANOBJ_IS_EXTERNAL))
560 Node->Op->Asl.Filename, Node->Op->Asl.LogicalLineNumber);