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

12

/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Daslsupport.y98 * PARAMETERS: ParseOpcode - Parser keyword ID
108 UINT32 ParseOpcode)
116 [(ParseOpcode - ASL_FIRST_PARSE_OPCODE) + ASL_YYTNAME_START] + 8);
H A Daslprune.c71 UINT16 ParseOpcode; member in struct:acpi_prune_info
104 PruneObj.ParseOpcode = (UINT16) PARSEOP_DEVICE;
108 PruneObj.ParseOpcode = (UINT16) PARSEOP_METHOD;
112 PruneObj.ParseOpcode = (UINT16) PARSEOP_IF;
193 if ((Op->Asl.ParseOpcode != PruneObj->ParseOpcode) &&
194 !(Op->Asl.ParseOpcode == PARSEOP_ELSE &&
195 PruneObj->ParseOpcode == PARSEOP_IF))
200 switch (Op->Asl.ParseOpcode)
221 if (Op->Asl.ParseOpcode
[all...]
H A Dasloperands.c163 if (Next->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG)
166 Next->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
172 if (Next->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG)
175 Next->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
181 if (Next->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG)
207 Next->Asl.ParseOpcode = PARSEOP_RAW_DATA;
248 Op->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
258 Next->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
279 Next->Asl.ParseOpcode = PARSEOP_RAW_DATA;
292 switch (Next->Asl.ParseOpcode)
[all...]
H A Daslparseop.c57 * PARAMETERS: ParseOpcode - Opcode to be assigned to the op
71 UINT32 ParseOpcode,
87 Op = TrAllocateOp (ParseOpcode);
92 NumChildren, UtGetOpName(ParseOpcode));
96 switch (ParseOpcode)
101 Op->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
165 ((ParseOpcode == PARSEOP_CONNECTION) ||
166 (ParseOpcode == PARSEOP_EXTERNAL) ||
167 (ParseOpcode == PARSEOP_OFFSET) ||
168 (ParseOpcode
70 TrCreateOp( UINT32 ParseOpcode, UINT32 NumChildren, ...) argument
247 TrCreateLeafOp( UINT32 ParseOpcode) argument
278 TrCreateValuedLeafOp( UINT32 ParseOpcode, UINT64 Value) argument
607 TrCreateConstantLeafOp( UINT32 ParseOpcode) argument
706 TrAllocateOp( UINT32 ParseOpcode) argument
[all...]
H A Daslpld.c95 UINT16 ParseOpcode; local
105 if (Op->Asl.ParseOpcode != PARSEOP_TOPLD)
120 ParseOpcode = ThisOp->Asl.Child->Asl.ParseOpcode;
123 switch (ThisOp->Asl.ParseOpcode)
127 if (ParseOpcode != PARSEOP_INTEGER)
144 if (ParseOpcode != PARSEOP_INTEGER)
163 if (ParseOpcode != PARSEOP_INTEGER)
175 if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_RED)
179 else if (ThisOp->Asl.ParseOpcode
[all...]
H A Daslnamesp.c227 if (Op->Asl.ParseOpcode == PARSEOP_NAME)
232 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
233 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING))
245 if (Op->Asl.ParseOpcode == PARSEOP_NAME)
250 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
251 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING))
263 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
264 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING))
276 switch (Op->Asl.ParseOpcode)
317 if (Op->Asl.ParseOpcode
[all...]
H A Dasltransform.c70 UINT16 ParseOpcode);
192 * ParseOpcode - Opcode for this node
203 UINT16 ParseOpcode)
206 Op->Asl.ParseOpcode = ParseOpcode;
312 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK)
349 switch (Op->Asl.ParseOpcode)
375 Op->Asl.ParseOpcode = PARSEOP_STRING_LITERAL;
383 if (MethodOp->Asl.ParseOpcode == PARSEOP_METHOD)
554 Index = (UINT16) (Next->Asl.ParseOpcode
201 TrAmlInitNode( ACPI_PARSE_OBJECT *Op, UINT16 ParseOpcode) argument
[all...]
H A Daslxrefout.c240 switch (Op->Asl.ParseOpcode)
294 switch (NextOp->Asl.ParseOpcode)
352 if (FieldOp->Asl.ParseOpcode == PARSEOP_FIELD)
417 if ((Op->Asl.ParseOpcode != PARSEOP_NAMESEG) &&
418 (Op->Asl.ParseOpcode != PARSEOP_NAMESTRING) &&
419 (Op->Asl.ParseOpcode != PARSEOP_METHODCALL))
441 if ((Next->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
442 (Next->Asl.ParseOpcode == PARSEOP_NAMESTRING) ||
443 (Next->Asl.ParseOpcode == PARSEOP_METHODCALL))
490 (Op->Asl.ParseOpcode !
[all...]
H A Daslxref.c479 (Op->Asl.ParseOpcode != PARSEOP_NAMESTRING) &&
480 (Op->Asl.ParseOpcode != PARSEOP_NAMESEG) &&
481 (Op->Asl.ParseOpcode != PARSEOP_METHODCALL) &&
482 (Op->Asl.ParseOpcode != PARSEOP_EXTERNAL))
492 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESTRING) ||
493 (Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
494 (Op->Asl.ParseOpcode == PARSEOP_METHODCALL) ||
495 (Op->Asl.ParseOpcode == PARSEOP_EXTERNAL) ||
496 (Op->Asl.ParseOpcode == PARSEOP_CONDREFOF))
563 (Op->Asl.Parent->Asl.ParseOpcode
[all...]
H A Daslwalks.c94 switch (Op->Asl.ParseOpcode)
104 (Op->Asl.Child->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG))
108 if ((Op->Asl.Child->Asl.ParseOpcode == PARSEOP_METHODCALL) &&
246 if (ArgOp->Asl.ParseOpcode == PARSEOP_METHODCALL)
332 if ((ArgOp->Asl.ParseOpcode == PARSEOP_INTEGER) ||
333 (ArgOp->Asl.ParseOpcode == PARSEOP_RAW_DATA))
403 if (ArgOp->Asl.ParseOpcode == PARSEOP_ZERO)
415 if (ArgOp->Asl.ParseOpcode == PARSEOP_INTEGER)
447 switch (ArgOp->Asl.ParseOpcode)
498 if (ArgOp->Asl.ParseOpcode
[all...]
H A Daslbtypes.c404 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
405 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING) ||
406 (Op->Asl.ParseOpcode == PARSEOP_METHODCALL))
413 if ((Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEWORDFIELD) ||
414 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEDWORDFIELD) ||
415 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEQWORDFIELD) ||
416 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEBYTEFIELD) ||
417 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEBITFIELD) ||
418 (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_CREATEFIELD) ||
419 (Op->Asl.Parent->Asl.ParseOpcode
[all...]
H A Dasltree.c56 * PARAMETERS: ParseOpcode - New opcode to be assigned to the op
68 UINT32 ParseOpcode,
79 UtGetOpName (Op->Asl.ParseOpcode),
80 UtGetOpName (ParseOpcode));
84 if (Op->Asl.ParseOpcode == PARSEOP_ONES)
86 switch (ParseOpcode)
112 Op->Asl.ParseOpcode = (UINT16) ParseOpcode;
119 switch (ParseOpcode)
149 (ParseOpcode
67 TrSetOpIntegerValue( UINT32 ParseOpcode, ACPI_PARSE_OBJECT *Op) argument
[all...]
H A Daslanalyze.c142 if (Op->Asl.ParseOpcode != PARSEOP_STRING_LITERAL)
278 (Next->Asl.ParseOpcode == PARSEOP_RETURN))
396 switch (Op->Asl.ParseOpcode)
413 switch (Parent->Asl.ParseOpcode)
522 if ((NextOp->Asl.ParseOpcode == PARSEOP_METHOD) ||
523 (NextOp->Asl.ParseOpcode == PARSEOP_NAME))
583 if (Next->Asl.ParseOpcode == PARSEOP_OPERATIONREGION)
656 switch (Op->Asl.ParseOpcode)
731 if ((Next->Asl.ParseOpcode == PARSEOP_METHOD) ||
732 (Next->Asl.ParseOpcode
[all...]
H A Daslload.c476 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
477 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING) ||
478 (Op->Asl.ParseOpcode == PARSEOP_METHODCALL))
494 if ((Op->Asl.ParseOpcode != PARSEOP_METHODCALL) &&
526 if ((ParentOp->Asl.ParseOpcode != PARSEOP_PACKAGE) &&
527 (ParentOp->Asl.ParseOpcode != PARSEOP_VAR_PACKAGE))
546 switch (Op->Asl.ParseOpcode)
675 (MethodOp->Asl.ParseOpcode != PARSEOP_METHOD))
803 (Op->Asl.ParseOpcode == PARSEOP_EXTERNAL))
822 (Op->Asl.ParseOpcode
[all...]
H A Daslopcodes.c105 if (Op->Asl.ParseOpcode == PARSEOP_VAR_PACKAGE)
210 (Op->Asl.Parent->Asl.Parent->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK))
345 TypeOp->Asl.ParseOpcode = PARSEOP_RAW_DATA;
350 if (AttribOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG)
356 AttribOp->Asl.ParseOpcode = PARSEOP_RAW_DATA;
382 if (LengthOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG)
388 LengthOp->Asl.ParseOpcode = PARSEOP_RAW_DATA;
443 BufferOp->Asl.ParseOpcode = PARSEOP_BUFFER;
448 BufferLengthOp->Asl.ParseOpcode = PARSEOP_INTEGER;
453 BufferDataOp->Asl.ParseOpcode
[all...]
H A Daslmethod.c113 switch (Op->Asl.ParseOpcode)
306 (Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_OBJECTTYPE))
351 (Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_OBJECTTYPE))
385 (Op->Asl.Child->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) &&
402 if (Next->Asl.ParseOpcode == PARSEOP_WHILE)
419 if ((Op->Asl.Child->Asl.ParseOpcode == PARSEOP_INTEGER) &&
548 if ((Next->Asl.ParseOpcode == PARSEOP_PACKAGE) ||
549 (Next->Asl.ParseOpcode == PARSEOP_VAR_PACKAGE))
601 TypeOp->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
630 if (ParamTypeOp && ParamTypeOp->Asl.ParseOpcode !
[all...]
H A Daslmaputils.c90 switch (Op->Asl.ParseOpcode)
97 switch (Arg->Asl.ParseOpcode)
364 * Note: we look at the ParseOpcode for the compiler, look
368 (Op->Asl.ParseOpcode == PARSEOP_CONNECTION))
377 (NextOp->Asl.ParseOpcode != PARSEOP_NAMESEG) &&
390 if (NextOp->Asl.ParseOpcode == PARSEOP_NAMESEG)
H A Daslresource.c395 if (InitializerOp->Asl.ParseOpcode == PARSEOP_STRING_LITERAL)
501 if (Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG)
524 if (Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG)
548 * The node ParseOpcode is set to DEFAULT_ARG, meaning that
560 Op->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
606 if (NextOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG)
655 switch (Info->DescriptorTypeOp->Asl.ParseOpcode)
938 Info->DescriptorTypeOp->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG;
1056 if (DescriptorTypeOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG)
1073 if (Op->Asl.Parent->Asl.ParseOpcode
[all...]
H A Daslexternal.c141 ArgCountOp->Asl.ParseOpcode = PARSEOP_BYTECONST;
287 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK)
297 if (Op->Asl.ParseOpcode != PARSEOP_METHODCALL)
307 Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_EXTERNAL)
339 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK)
415 if (Next->Asl.ParseOpcode == PARSEOP_NAMESEG)
417 Next->Asl.ParseOpcode = PARSEOP_NAMESTRING;
521 AslGbl_ExternalsListHead->Asl.ParseOpcode = PARSEOP_IF;
H A Daslrestype2.c202 InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG)
268 if (InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG)
277 if ((InitializerOp->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG) &&
345 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG)
426 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG)
449 if (InitializerOp->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG)
H A Daslpredef.c213 if (ReturnValueOp->Asl.ParseOpcode == PARSEOP_ZERO)
295 switch (ReturnValueOp->Asl.ParseOpcode)
312 if (ReturnValueOp->Asl.ParseOpcode == PARSEOP_PACKAGE)
426 if (ObjectOp->Asl.ParseOpcode == PARSEOP_PACKAGE)
628 switch (Op->Asl.ParseOpcode)
683 TypeName = UtGetOpName (Op->Asl.ParseOpcode);
H A Daslprintf.c210 ArgNode->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG)
225 if (ArgNode->Asl.ParseOpcode != PARSEOP_STRING_LITERAL)
295 Op->Asl.ParseOpcode = PARSEOP_NOOP;
304 ArgNode->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG)
312 Op->Asl.ParseOpcode = PARSEOP_STORE;
H A Dasldebug.c171 if (Op->Asl.ParseOpcode != PARSEOP_STRING_LITERAL)
339 ParseOpName = UtGetOpName (Op->Asl.ParseOpcode);
H A Daslmapoutput.c595 if ((Op->Asl.ParseOpcode != PARSEOP_NAMESTRING) &&
596 (Op->Asl.ParseOpcode != PARSEOP_NAMESEG) &&
597 (Op->Asl.ParseOpcode != PARSEOP_METHODCALL))
608 if (ParentOp->Asl.ParseOpcode == PARSEOP_FIELD)
H A Daslcodegen.c157 switch (Op->Asl.ParseOpcode)
175 /* 2 */ Op->Asl.ParseOpcode,
265 if (Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG)
713 if ((Op->Asl.ParseOpcode == PARSEOP_DEFAULT_ARG) ||
714 (Op->Asl.ParseOpcode == PARSEOP_INCLUDE) ||
715 (Op->Asl.ParseOpcode == PARSEOP_INCLUDE_END))
756 switch (Op->Asl.ParseOpcode)

Completed in 272 milliseconds

12