• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/contrib/dev/acpica/compiler/

Lines Matching defs:ParseOpcode

165  * PARAMETERS:  ParseOpcode         - Opcode to be assigned to the op
179 UINT32 ParseOpcode,
195 Op = TrAllocateOp (ParseOpcode);
200 NumChildren, UtGetOpName(ParseOpcode));
204 switch (ParseOpcode)
209 Op->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
273 ((ParseOpcode == PARSEOP_CONNECTION) ||
274 (ParseOpcode == PARSEOP_EXTERNAL) ||
275 (ParseOpcode == PARSEOP_OFFSET) ||
276 (ParseOpcode == PARSEOP_ACCESSAS)))
312 (Op->Asl.ParseOpcode == PARSEOP_RESOURCETEMPLATE))
345 * PARAMETERS: ParseOpcode - New opcode to be assigned to the op
356 UINT32 ParseOpcode)
361 Op = TrAllocateOp (ParseOpcode);
365 Op->Asl.LineNumber, Op->Asl.Column, Op, UtGetOpName (ParseOpcode));
375 * PARAMETERS: ParseOpcode - New opcode to be assigned to the op
387 UINT32 ParseOpcode,
393 Op = TrAllocateOp (ParseOpcode);
399 Op->Asl.LineNumber, Op->Asl.Column, Op, UtGetOpName(ParseOpcode),
402 switch (ParseOpcode)
499 Op->Asl.ParseOpcode = OriginalOp->Asl.ParseOpcode;
550 UtGetOpName (Source->Asl.ParseOpcode),
551 UtGetOpName (Target->Asl.ParseOpcode));
555 switch (Source->Asl.ParseOpcode)
591 if (Source->Asl.ParseOpcode == PARSEOP_NOT)
598 if (Source->Asl.ParseOpcode == PARSEOP_DIVIDE)
609 if (TargetOp->Asl.ParseOpcode != PARSEOP_ZERO)
664 UtGetOpName (Op->Asl.ParseOpcode));
674 * PARAMETERS: ParseOpcode - The constant opcode
690 UINT32 ParseOpcode)
700 switch (ParseOpcode)
768 Op->Asl.LineNumber, Op->Asl.Column, Op, UtGetOpName (ParseOpcode),
779 * PARAMETERS: ParseOpcode - Opcode to be assigned to the op
789 UINT32 ParseOpcode)
797 Op->Asl.ParseOpcode = (UINT16) ParseOpcode;
821 (ParseOpcode != PARSEOP_INCLUDE) &&
822 (ParseOpcode != PARSEOP_INCLUDE_END) &&
841 CvDbgPrint (" Op->Asl.ParseOpcode = 0x%x\n", ParseOpcode);
854 (ParseOpcode != PARSEOP_DEFINITION_BLOCK))