OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParseOpcode
(Results
1 - 25
of
43
) sorted by relevancy
1
2
/src/sys/external/bsd/acpica/dist/compiler/
aslsupport.y
98
* PARAMETERS:
ParseOpcode
- Parser keyword ID
108
UINT32
ParseOpcode
)
116
[(
ParseOpcode
- ASL_FIRST_PARSE_OPCODE) + ASL_YYTNAME_START] + 8);
aslprune.c
71
UINT16
ParseOpcode
;
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
== PARSEOP_ELSE
[
all
...]
asloperands.c
163
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
...]
aslparseop.c
57
* 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
== PARSEOP_ACCESSAS))
[
all
...]
aslpld.c
95
UINT16
ParseOpcode
;
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
== PARSEOP_PLD_GREEN
[
all
...]
aslnamesp.c
227
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
== PARSEOP_NAME
[
all
...]
asltransform.c
70
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
- ASL_PARSE_OPCODE_BASE)
[
all
...]
aslxrefout.c
240
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
!= PARSEOP_METHOD)
[
all
...]
aslxref.c
479
(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
== PARSEOP_CONDREFOF)
[
all
...]
aslwalks.c
94
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
== PARSEOP_METHODCALL
[
all
...]
aslbtypes.c
404
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
== PARSEOP_CONDREFOF)
[
all
...]
asltree.c
56
* 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
== PARSEOP_METHODCALL)
[
all
...]
aslanalyze.c
142
if (Op->Asl.
ParseOpcode
!= PARSEOP_STRING_LITERAL)
278
(Next->Asl.
ParseOpcode
== PARSEOP_RETURN))
396
switch (Op->Asl.
ParseOpcode
)
413
switch (Parent->Asl.
ParseOpcode
)
534
if ((NextOp->Asl.
ParseOpcode
== PARSEOP_METHOD) ||
535
(NextOp->Asl.
ParseOpcode
== PARSEOP_NAME))
595
if (Next->Asl.
ParseOpcode
== PARSEOP_OPERATIONREGION)
668
switch (Op->Asl.
ParseOpcode
)
743
if ((Next->Asl.
ParseOpcode
== PARSEOP_METHOD) ||
744
(Next->Asl.
ParseOpcode
== PARSEOP_NAME)
[
all
...]
aslload.c
476
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
== PARSEOP_EXTERNAL)
[
all
...]
aslopcodes.c
105
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
= PARSEOP_RAW_DATA
[
all
...]
aslmethod.c
113
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
!= PARSEOP_DEFAULT_ARG
[
all
...]
aslmaputils.c
90
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)
aslresource.c
395
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
)
953
Info->DescriptorTypeOp->Asl.
ParseOpcode
= PARSEOP_DEFAULT_ARG;
1071
if (DescriptorTypeOp->Asl.
ParseOpcode
== PARSEOP_DEFAULT_ARG)
1088
if (Op->Asl.Parent->Asl.
ParseOpcode
== PARSEOP_CONNECTION
[
all
...]
aslexternal.c
141
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;
aslpredef.c
213
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
);
aslrestype2.c
202
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)
aslprintf.c
210
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;
asldebug.c
171
if (Op->Asl.
ParseOpcode
!= PARSEOP_STRING_LITERAL)
339
ParseOpName = UtGetOpName (Op->Asl.
ParseOpcode
);
aslmapoutput.c
595
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)
aslcodegen.c
157
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 47 milliseconds
1
2
Indexes created Sun Feb 22 16:20:20 UTC 2026