HomeSort by: relevance | last modified time | path
    Searched refs:ParseOpcode (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/sys/external/bsd/acpica/dist/compiler/
aslprune.c 179 UINT16 ParseOpcode;
212 PruneObj.ParseOpcode = (UINT16) PARSEOP_DEVICE;
216 PruneObj.ParseOpcode = (UINT16) PARSEOP_METHOD;
220 PruneObj.ParseOpcode = (UINT16) PARSEOP_IF;
301 if ((Op->Asl.ParseOpcode != PruneObj->ParseOpcode) &&
302 !(Op->Asl.ParseOpcode == PARSEOP_ELSE &&
303 PruneObj->ParseOpcode == PARSEOP_IF))
308 switch (Op->Asl.ParseOpcode)
329 if (Op->Asl.ParseOpcode == PARSEOP_ELSE
    [all...]
asloperands.c 271 if (Next->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG)
274 Next->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
280 if (Next->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG)
283 Next->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
289 if (Next->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG)
315 Next->Asl.ParseOpcode = PARSEOP_RAW_DATA;
356 Op->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
366 Next->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
387 Next->Asl.ParseOpcode = PARSEOP_RAW_DATA;
400 switch (Next->Asl.ParseOpcode)
    [all...]
aslparseop.c 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))
    [all...]
aslpld.c 203 UINT16 ParseOpcode;
213 if (Op->Asl.ParseOpcode != PARSEOP_TOPLD)
228 ParseOpcode = ThisOp->Asl.Child->Asl.ParseOpcode;
231 switch (ThisOp->Asl.ParseOpcode)
235 if (ParseOpcode != PARSEOP_INTEGER)
252 if (ParseOpcode != PARSEOP_INTEGER)
271 if (ParseOpcode != PARSEOP_INTEGER)
283 if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_RED)
287 else if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_GREEN
    [all...]
aslnamesp.c 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
    [all...]
asltransform.c 178 UINT16 ParseOpcode);
300 * ParseOpcode - Opcode for this node
311 UINT16 ParseOpcode)
314 Op->Asl.ParseOpcode = ParseOpcode;
420 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK)
457 switch (Op->Asl.ParseOpcode)
483 Op->Asl.ParseOpcode = PARSEOP_STRING_LITERAL;
491 if (MethodOp->Asl.ParseOpcode == PARSEOP_METHOD)
662 Index = (UINT16) (Next->Asl.ParseOpcode - ASL_PARSE_OPCODE_BASE)
    [all...]
aslxrefout.c 348 switch (Op->Asl.ParseOpcode)
402 switch (NextOp->Asl.ParseOpcode)
460 if (FieldOp->Asl.ParseOpcode == PARSEOP_FIELD)
525 if ((Op->Asl.ParseOpcode != PARSEOP_NAMESEG) &&
526 (Op->Asl.ParseOpcode != PARSEOP_NAMESTRING) &&
527 (Op->Asl.ParseOpcode != PARSEOP_METHODCALL))
549 if ((Next->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
550 (Next->Asl.ParseOpcode == PARSEOP_NAMESTRING) ||
551 (Next->Asl.ParseOpcode == PARSEOP_METHODCALL))
598 (Op->Asl.ParseOpcode != PARSEOP_METHOD)
    [all...]
aslxref.c 587 (Op->Asl.ParseOpcode != PARSEOP_NAMESTRING) &&
588 (Op->Asl.ParseOpcode != PARSEOP_NAMESEG) &&
589 (Op->Asl.ParseOpcode != PARSEOP_METHODCALL) &&
590 (Op->Asl.ParseOpcode != PARSEOP_EXTERNAL))
600 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESTRING) ||
601 (Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
602 (Op->Asl.ParseOpcode == PARSEOP_METHODCALL) ||
603 (Op->Asl.ParseOpcode == PARSEOP_EXTERNAL) ||
604 (Op->Asl.ParseOpcode == PARSEOP_CONDREFOF))
671 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CONDREFOF)
    [all...]
aslwalks.c 202 switch (Op->Asl.ParseOpcode)
212 (Op->Asl.Child->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG))
216 if ((Op->Asl.Child->Asl.ParseOpcode == PARSEOP_METHODCALL) &&
354 if (ArgOp->Asl.ParseOpcode == PARSEOP_METHODCALL)
440 if ((ArgOp->Asl.ParseOpcode == PARSEOP_INTEGER) ||
441 (ArgOp->Asl.ParseOpcode == PARSEOP_RAW_DATA))
511 if (ArgOp->Asl.ParseOpcode == PARSEOP_ZERO)
523 if (ArgOp->Asl.ParseOpcode == PARSEOP_INTEGER)
555 switch (ArgOp->Asl.ParseOpcode)
606 if (ArgOp->Asl.ParseOpcode == PARSEOP_METHODCALL
    [all...]
aslsupport.y 206 * PARAMETERS: ParseOpcode - Parser keyword ID
216 UINT32 ParseOpcode)
224 [(ParseOpcode - ASL_FIRST_PARSE_OPCODE) + ASL_YYTNAME_START] + 8);
aslbtypes.c 512 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
513 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING) ||
514 (Op->Asl.ParseOpcode == PARSEOP_METHODCALL))
521 if ((Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEWORDFIELD) ||
522 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEDWORDFIELD) ||
523 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEQWORDFIELD) ||
524 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEBYTEFIELD) ||
525 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEBITFIELD) ||
526 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEFIELD) ||
527 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CONDREFOF)
    [all...]
asltree.c 164 * PARAMETERS: ParseOpcode - New opcode to be assigned to the op
176 UINT32 ParseOpcode,
187 UtGetOpName (Op->Asl.ParseOpcode),
188 UtGetOpName (ParseOpcode));
192 if (Op->Asl.ParseOpcode == PARSEOP_ONES)
194 switch (ParseOpcode)
220 Op->Asl.ParseOpcode = (UINT16) ParseOpcode;
227 switch (ParseOpcode)
257 (ParseOpcode == PARSEOP_METHODCALL)
    [all...]
aslanalyze.c 250 if (Op->Asl.ParseOpcode != PARSEOP_STRING_LITERAL)
386 (Next->Asl.ParseOpcode == PARSEOP_RETURN))
504 switch (Op->Asl.ParseOpcode)
521 switch (Parent->Asl.ParseOpcode)
642 if ((NextOp->Asl.ParseOpcode == PARSEOP_METHOD) ||
643 (NextOp->Asl.ParseOpcode == PARSEOP_NAME))
703 if (Next->Asl.ParseOpcode == PARSEOP_OPERATIONREGION)
776 switch (Op->Asl.ParseOpcode)
851 if ((Next->Asl.ParseOpcode == PARSEOP_METHOD) ||
852 (Next->Asl.ParseOpcode == PARSEOP_NAME)
    [all...]
aslload.c 584 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
585 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING) ||
586 (Op->Asl.ParseOpcode == PARSEOP_METHODCALL))
602 if ((Op->Asl.ParseOpcode != PARSEOP_METHODCALL) &&
634 if ((ParentOp->Asl.ParseOpcode != PARSEOP_PACKAGE) &&
635 (ParentOp->Asl.ParseOpcode != PARSEOP_VAR_PACKAGE))
654 switch (Op->Asl.ParseOpcode)
783 (MethodOp->Asl.ParseOpcode != PARSEOP_METHOD))
911 (Op->Asl.ParseOpcode == PARSEOP_EXTERNAL))
930 (Op->Asl.ParseOpcode == PARSEOP_EXTERNAL)
    [all...]
aslopcodes.c 213 if (Op->Asl.ParseOpcode == PARSEOP_VAR_PACKAGE)
318 (Op->Asl.Parent->Asl.Parent->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK))
453 TypeOp->Asl.ParseOpcode = PARSEOP_RAW_DATA;
458 if (AttribOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG)
464 AttribOp->Asl.ParseOpcode = PARSEOP_RAW_DATA;
490 if (LengthOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG)
496 LengthOp->Asl.ParseOpcode = PARSEOP_RAW_DATA;
551 BufferOp->Asl.ParseOpcode = PARSEOP_BUFFER;
556 BufferLengthOp->Asl.ParseOpcode = PARSEOP_INTEGER;
561 BufferDataOp->Asl.ParseOpcode = PARSEOP_RAW_DATA
    [all...]
aslmethod.c 221 switch (Op->Asl.ParseOpcode)
414 (Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_OBJECTTYPE))
459 (Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_OBJECTTYPE))
493 (Op->Asl.Child->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) &&
510 if (Next->Asl.ParseOpcode == PARSEOP_WHILE)
527 if ((Op->Asl.Child->Asl.ParseOpcode == PARSEOP_INTEGER) &&
656 if ((Next->Asl.ParseOpcode == PARSEOP_PACKAGE) ||
657 (Next->Asl.ParseOpcode == PARSEOP_VAR_PACKAGE))
709 TypeOp->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
738 if (ParamTypeOp && ParamTypeOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG
    [all...]
aslmaputils.c 198 switch (Op->Asl.ParseOpcode)
205 switch (Arg->Asl.ParseOpcode)
472 * Note: we look at the ParseOpcode for the compiler, look
476 (Op->Asl.ParseOpcode == PARSEOP_CONNECTION))
485 (NextOp->Asl.ParseOpcode != PARSEOP_NAMESEG) &&
498 if (NextOp->Asl.ParseOpcode == PARSEOP_NAMESEG)
aslresource.c 503 if (InitializerOp->Asl.ParseOpcode == PARSEOP_STRING_LITERAL)
609 if (Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG)
632 if (Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG)
656 * The node ParseOpcode is set to DEFAULT_ARG, meaning that
668 Op->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
714 if (NextOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG)
763 switch (Info->DescriptorTypeOp->Asl.ParseOpcode)
1061 Info->DescriptorTypeOp->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
1179 if (DescriptorTypeOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG)
1196 if (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CONNECTION
    [all...]
aslexternal.c 249 ArgCountOp->Asl.ParseOpcode = PARSEOP_BYTECONST;
395 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK)
405 if (Op->Asl.ParseOpcode != PARSEOP_METHODCALL)
415 Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_EXTERNAL)
447 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK)
523 if (Next->Asl.ParseOpcode == PARSEOP_NAMESEG)
525 Next->Asl.ParseOpcode = PARSEOP_NAMESTRING;
629 AslGbl_ExternalsListHead->Asl.ParseOpcode = PARSEOP_IF;
aslpredef.c 321 if (ReturnValueOp->Asl.ParseOpcode == PARSEOP_ZERO)
403 switch (ReturnValueOp->Asl.ParseOpcode)
420 if (ReturnValueOp->Asl.ParseOpcode == PARSEOP_PACKAGE)
534 if (ObjectOp->Asl.ParseOpcode == PARSEOP_PACKAGE)
736 switch (Op->Asl.ParseOpcode)
791 TypeName = UtGetOpName (Op->Asl.ParseOpcode);
aslrestype2.c 310 InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG)
376 if (InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG)
385 if ((InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) &&
453 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG)
534 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG)
557 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG)
aslprintf.c 318 ArgNode->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG)
333 if (ArgNode->Asl.ParseOpcode != PARSEOP_STRING_LITERAL)
403 Op->Asl.ParseOpcode = PARSEOP_NOOP;
412 ArgNode->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG)
420 Op->Asl.ParseOpcode = PARSEOP_STORE;
asldebug.c 279 if (Op->Asl.ParseOpcode != PARSEOP_STRING_LITERAL)
447 ParseOpName = UtGetOpName (Op->Asl.ParseOpcode);
aslmapoutput.c 703 if ((Op->Asl.ParseOpcode != PARSEOP_NAMESTRING) &&
704 (Op->Asl.ParseOpcode != PARSEOP_NAMESEG) &&
705 (Op->Asl.ParseOpcode != PARSEOP_METHODCALL))
716 if (ParentOp->Asl.ParseOpcode == PARSEOP_FIELD)
aslcodegen.c 265 switch (Op->Asl.ParseOpcode)
283 /* 2 */ Op->Asl.ParseOpcode,
373 if (Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG)
821 if ((Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) ||
822 (Op->Asl.ParseOpcode == PARSEOP_INCLUDE) ||
823 (Op->Asl.ParseOpcode == PARSEOP_INCLUDE_END))
864 switch (Op->Asl.ParseOpcode)

Completed in 31 milliseconds

1 2