Searched refs:ParseOpcode (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Daslprune.c179 UINT16 ParseOpcode; member in struct:acpi_prune_info
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
[all...]
H A Dasloperands.c271 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...]
H A Daslparseop.c165 * 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
178 TrCreateOp( UINT32 ParseOpcode, UINT32 NumChildren, ...) argument
355 TrCreateLeafOp( UINT32 ParseOpcode) argument
386 TrCreateValuedLeafOp( UINT32 ParseOpcode, UINT64 Value) argument
689 TrCreateConstantLeafOp( UINT32 ParseOpcode) argument
788 TrAllocateOp( UINT32 ParseOpcode) argument
[all...]
H A Daslpld.c203 UINT16 ParseOpcode; local
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
[all...]
H A Daslnamesp.c328 if (Op->Asl.ParseOpcode == PARSEOP_NAME)
333 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
334 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING))
346 if (Op->Asl.ParseOpcode == PARSEOP_NAME)
351 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
352 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING))
364 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
365 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING))
377 switch (Op->Asl.ParseOpcode)
418 if (Op->Asl.ParseOpcode
[all...]
H A Dasltransform.c178 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)
657 Index = (UINT16) (Next->Asl.ParseOpcode
309 TrAmlInitNode( ACPI_PARSE_OBJECT *Op, UINT16 ParseOpcode) argument
[all...]
H A Daslxrefout.c348 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 !
[all...]
H A Daslxref.c586 (Op->Asl.ParseOpcode != PARSEOP_NAMESTRING) &&
587 (Op->Asl.ParseOpcode != PARSEOP_NAMESEG) &&
588 (Op->Asl.ParseOpcode != PARSEOP_METHODCALL) &&
589 (Op->Asl.ParseOpcode != PARSEOP_EXTERNAL))
599 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESTRING) ||
600 (Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
601 (Op->Asl.ParseOpcode == PARSEOP_METHODCALL) ||
602 (Op->Asl.ParseOpcode == PARSEOP_EXTERNAL) ||
603 (Op->Asl.ParseOpcode == PARSEOP_CONDREFOF))
670 (Op->Asl.Parent->Asl.ParseOpcode
[all...]
H A Daslsupport.y206 * PARAMETERS: ParseOpcode - Parser keyword ID
216 UINT32 ParseOpcode)
224 [(ParseOpcode - ASL_FIRST_PARSE_OPCODE) + ASL_YYTNAME_START] + 8);
H A Daslbtypes.c511 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
512 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING) ||
513 (Op->Asl.ParseOpcode == PARSEOP_METHODCALL))
520 if ((Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEWORDFIELD) ||
521 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEDWORDFIELD) ||
522 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEQWORDFIELD) ||
523 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEBYTEFIELD) ||
524 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEBITFIELD) ||
525 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEFIELD) ||
526 (Op->Asl.Parent->Asl.ParseOpcode
[all...]
H A Dasltree.c164 * 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
175 TrSetOpIntegerValue( UINT32 ParseOpcode, ACPI_PARSE_OBJECT *Op) argument
[all...]
H A Daslanalyze.c250 if (Op->Asl.ParseOpcode != PARSEOP_STRING_LITERAL)
386 (Next->Asl.ParseOpcode == PARSEOP_RETURN))
504 switch (Op->Asl.ParseOpcode)
521 switch (Parent->Asl.ParseOpcode)
630 if ((NextOp->Asl.ParseOpcode == PARSEOP_METHOD) ||
631 (NextOp->Asl.ParseOpcode == PARSEOP_NAME))
691 if (Next->Asl.ParseOpcode == PARSEOP_OPERATIONREGION)
764 switch (Op->Asl.ParseOpcode)
839 if ((Next->Asl.ParseOpcode == PARSEOP_METHOD) ||
840 (Next->Asl.ParseOpcode
[all...]
H A Daslwalks.c202 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
[all...]
H A Daslopcodes.c213 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
[all...]
H A Daslmethod.c217 switch (Op->Asl.ParseOpcode)
407 (Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_OBJECTTYPE))
452 (Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_OBJECTTYPE))
486 (Op->Asl.Child->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) &&
503 if (Next->Asl.ParseOpcode == PARSEOP_WHILE)
520 if ((Op->Asl.Child->Asl.ParseOpcode == PARSEOP_INTEGER) &&
592 if ((Next->Asl.ParseOpcode == PARSEOP_PACKAGE) ||
593 (Next->Asl.ParseOpcode == PARSEOP_VAR_PACKAGE))
645 TypeOp->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
795 if (Op->Asl.ParseOpcode !
[all...]
H A Daslmaputils.c198 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)
H A Daslresource.c503 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)
1035 Info->DescriptorTypeOp->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
1153 if (DescriptorTypeOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG)
1170 if (Op->Asl.Parent->Asl.ParseOpcode
[all...]
H A Daslload.c584 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
[all...]
H A Daslexternal.c241 ArgCountOp->Asl.ParseOpcode = PARSEOP_BYTECONST;
387 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK)
397 if (Op->Asl.ParseOpcode != PARSEOP_METHODCALL)
407 Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_EXTERNAL)
439 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK)
515 if (Next->Asl.ParseOpcode == PARSEOP_NAMESEG)
517 Next->Asl.ParseOpcode = PARSEOP_NAMESTRING;
621 AslGbl_ExternalsListHead->Asl.ParseOpcode = PARSEOP_IF;
H A Daslrestype2.c310 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)
H A Daslprintf.c318 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;
H A Daslpredef.c321 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);
H A Dasldebug.c279 if (Op->Asl.ParseOpcode != PARSEOP_STRING_LITERAL)
447 ParseOpName = UtGetOpName (Op->Asl.ParseOpcode);
H A Daslmapoutput.c703 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)
H A Daslcodegen.c253 switch (Op->Asl.ParseOpcode)
271 /* 2 */ Op->Asl.ParseOpcode,
361 if (Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG)
748 if ((Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) ||
749 (Op->Asl.ParseOpcode == PARSEOP_INCLUDE) ||
750 (Op->Asl.ParseOpcode == PARSEOP_INCLUDE_END))
791 switch (Op->Asl.ParseOpcode)

Completed in 203 milliseconds

12