Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslhelpers.y179 : {$$ = TrCreateValuedLeafOp (
181 | ',' {$$ = TrCreateValuedLeafOp (
254 : {$$ = TrCreateValuedLeafOp (
257 | ',' {$$ = TrCreateValuedLeafOp (
391 : {$$ = TrCreateValuedLeafOp (
393 | ',' {$$ = TrCreateValuedLeafOp (
435 : {$$ = TrCreateValuedLeafOp (
437 | ',' {$$ = 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,
596 : PARSEOP_ZERO {$$ = TrCreateValuedLeafOp (PARSEOP_ZERO, 0);}
597 | PARSEOP_ONE {$$ = TrCreateValuedLeafOp (PARSEOP_ONE, 1);}
598 | PARSEOP_ONES {$$ = TrCreateValuedLeafOp (PARSEOP_ONES, ACPI_UINT64_MAX);}
607 : PARSEOP_INTEGER {$$ = TrCreateValuedLeafOp (PARSEOP_INTEGER,
[all …]
H A Daslkeywords.y452 : PARSEOP_XFERSIZE_8 {$$ = TrCreateValuedLeafOp (PARSEOP_XFERSIZE_8, 0);}
453 | PARSEOP_XFERSIZE_16 {$$ = TrCreateValuedLeafOp (PARSEOP_XFERSIZE_16, 1);}
454 | PARSEOP_XFERSIZE_32 {$$ = TrCreateValuedLeafOp (PARSEOP_XFERSIZE_32, 2);}
455 | PARSEOP_XFERSIZE_64 {$$ = TrCreateValuedLeafOp (PARSEOP_XFERSIZE_64, 3);}
456 | PARSEOP_XFERSIZE_128 {$$ = TrCreateValuedLeafOp (PARSEOP_XFERSIZE_128, 4);}
457 | PARSEOP_XFERSIZE_256 {$$ = TrCreateValuedLeafOp (PARSEOP_XFERSIZE_256, 5);}
H A Dasltransform.c718 NewOp2 = TrCreateValuedLeafOp (PARSEOP_NAMESTRING, in TrDoSwitch()
776 NewOp = TrCreateValuedLeafOp (PARSEOP_NAMESTRING, in TrDoSwitch()
922 NewOp2 = TrCreateValuedLeafOp (PARSEOP_NAMESEG, in TrDoSwitch()
934 NewOp2->Asl.Next = TrCreateValuedLeafOp (PARSEOP_ZERO, in TrDoSwitch()
941 NewOp2->Asl.Next = TrCreateValuedLeafOp (PARSEOP_STRING_LITERAL, in TrDoSwitch()
948 (void) TrLinkPeerOp (NewOp2, TrCreateValuedLeafOp (PARSEOP_BUFFER, in TrDoSwitch()
953 (void) TrLinkOpChildren (Next, 1, TrCreateValuedLeafOp (PARSEOP_ZERO, in TrDoSwitch()
957 BufferOp = TrCreateValuedLeafOp (PARSEOP_DEFAULT_ARG, (UINT64) 0); in TrDoSwitch()
996 NewOp = TrCreateValuedLeafOp (PARSEOP_NAMESEG, in TrDoSwitch()
H A Daslprimaries.y630 : {$$ = TrCreateValuedLeafOp (PARSEOP_INTEGER, 1);}
668 TrCreateValuedLeafOp (PARSEOP_BYTECONST, 0),$5,$6,$10);}
H A Daslparseop.c386 TrCreateValuedLeafOp ( in TrCreateValuedLeafOp() function
H A Daslcompiler.h935 TrCreateValuedLeafOp (