Home
last modified time | relevance | path

Searched refs:TrCreateValuedLeafOp (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslhelpers.y179 : {$$ = TrCreateValuedLeafOp (
181 | ',' {$$ = TrCreateValuedLeafOp (
254 : {$$ = TrCreateValuedLeafOp (
257 | ',' {$$ = TrCreateValuedLeafOp (
386 : {$$ = TrCreateValuedLeafOp (
388 | ',' {$$ = TrCreateValuedLeafOp (
430 : {$$ = TrCreateValuedLeafOp (
432 | ',' {$$ = TrCreateValuedLeafOp (
H A Daslrules.y221 …| PARSEOP_NAMESTRING {$$ = TrCreateValuedLeafOp (PARSEOP_NAMESTRING, (ACPI_NATIVE_INT) …
222 …| PARSEOP_IO {$$ = TrCreateValuedLeafOp (PARSEOP_NAMESTRING, (ACPI_NATIVE_INT) …
223 …| PARSEOP_DMA {$$ = TrCreateValuedLeafOp (PARSEOP_NAMESTRING, (ACPI_NATIVE_INT) …
224 …| PARSEOP_IRQ {$$ = TrCreateValuedLeafOp (PARSEOP_NAMESTRING, (ACPI_NATIVE_INT) …
225 …| PARSEOP_FOR {$$ = TrCreateValuedLeafOp (PARSEOP_NAMESTRING, (ACPI_NATIVE_INT) …
235 : PARSEOP_NAMESEG {$$ = TrCreateValuedLeafOp (PARSEOP_NAMESEG,
589 : PARSEOP_ZERO {$$ = TrCreateValuedLeafOp (PARSEOP_ZERO, 0);}
590 | PARSEOP_ONE {$$ = TrCreateValuedLeafOp (PARSEOP_ONE, 1);}
591 | PARSEOP_ONES {$$ = TrCreateValuedLeafOp (PARSEOP_ONES, ACPI_UINT64_MAX);}
600 : PARSEOP_INTEGER {$$ = TrCreateValuedLeafOp (PARSEOP_INTEGER,
[all …]
H A Dasltransform.c671 NewOp2 = TrCreateValuedLeafOp (PARSEOP_NAMESTRING, in TrDoSwitch()
729 NewOp = TrCreateValuedLeafOp (PARSEOP_NAMESTRING, in TrDoSwitch()
875 NewOp2 = TrCreateValuedLeafOp (PARSEOP_NAMESEG, in TrDoSwitch()
887 NewOp2->Asl.Next = TrCreateValuedLeafOp (PARSEOP_ZERO, in TrDoSwitch()
894 NewOp2->Asl.Next = TrCreateValuedLeafOp (PARSEOP_STRING_LITERAL, in TrDoSwitch()
901 (void) TrLinkPeerOp (NewOp2, TrCreateValuedLeafOp (PARSEOP_BUFFER, in TrDoSwitch()
906 (void) TrLinkOpChildren (Next, 1, TrCreateValuedLeafOp (PARSEOP_ZERO, in TrDoSwitch()
910 BufferOp = TrCreateValuedLeafOp (PARSEOP_DEFAULT_ARG, (UINT64) 0); in TrDoSwitch()
949 NewOp = TrCreateValuedLeafOp (PARSEOP_NAMESEG, in TrDoSwitch()
H A Daslkeywords.y451 : PARSEOP_XFERSIZE_8 {$$ = TrCreateValuedLeafOp (PARSEOP_XFERSIZE_8, 0);}
452 | PARSEOP_XFERSIZE_16 {$$ = TrCreateValuedLeafOp (PARSEOP_XFERSIZE_16, 1);}
453 | PARSEOP_XFERSIZE_32 {$$ = TrCreateValuedLeafOp (PARSEOP_XFERSIZE_32, 2);}
454 | PARSEOP_XFERSIZE_64 {$$ = TrCreateValuedLeafOp (PARSEOP_XFERSIZE_64, 3);}
455 | PARSEOP_XFERSIZE_128 {$$ = TrCreateValuedLeafOp (PARSEOP_XFERSIZE_128, 4);}
456 | PARSEOP_XFERSIZE_256 {$$ = TrCreateValuedLeafOp (PARSEOP_XFERSIZE_256, 5);}
H A Daslprimaries.y630 : {$$ = TrCreateValuedLeafOp (PARSEOP_INTEGER, 1);}
666 TrCreateValuedLeafOp (PARSEOP_BYTECONST, 0),
668 TrCreateValuedLeafOp (PARSEOP_BYTECONST, 0),$5,$6,$10);}
H A Daslparseop.c386 TrCreateValuedLeafOp ( in TrCreateValuedLeafOp() function
H A Daslcompiler.h907 TrCreateValuedLeafOp (