Searched refs:TrSetOpIntegerValue (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | aslrules.y | 181 … PARSEOP_OPEN_PAREN {TrSetOpIntegerValue (PARSEOP_METHODCALL, $1); COMMENT_CAPTURE_OFF;} 423 : Integer {$$ = TrSetOpIntegerValue (PARSEOP_BYTECONST, $1);} 427 : Integer {$$ = TrSetOpIntegerValue (PARSEOP_WORDCONST, $1);} 431 : Integer {$$ = TrSetOpIntegerValue (PARSEOP_DWORDCONST, $1);} 435 : Integer {$$ = TrSetOpIntegerValue (PARSEOP_QWORDCONST, $1);} 451 | ConstExprTerm {$$ = TrSetOpIntegerValue (PARSEOP_BYTECONST, $1);} 460 | ConstExprTerm {$$ = TrSetOpIntegerValue (PARSEOP_WORDCONST, $1);} 469 | ConstExprTerm {$$ = TrSetOpIntegerValue (PARSEOP_DWORDCONST, $1);} 478 | ConstExprTerm {$$ = TrSetOpIntegerValue (PARSEOP_QWORDCONST, $1);} 742 : Integer {$$ = TrSetOpIntegerValue (PARSEOP_PACKAGE_LENGTH,
|
H A D | aslfold.c | 796 TrSetOpIntegerValue (PARSEOP_BYTECONST, Op); in OpcUpdateIntegerNode() 802 TrSetOpIntegerValue (PARSEOP_WORDCONST, Op); in OpcUpdateIntegerNode() 808 TrSetOpIntegerValue (PARSEOP_DWORDCONST, Op); in OpcUpdateIntegerNode() 814 TrSetOpIntegerValue (PARSEOP_QWORDCONST, Op); in OpcUpdateIntegerNode() 822 TrSetOpIntegerValue (PARSEOP_INTEGER, Op); in OpcUpdateIntegerNode()
|
H A D | aslprimaries.y | 396 PARSEOP_CLOSE_PAREN {$$ = TrSetOpIntegerValue (PARSEOP_EISAID, $3);} 582 PARSEOP_CLOSE_PAREN {$$ = TrSetOpIntegerValue (PARSEOP_INCLUDE, $3); 1308 PARSEOP_CLOSE_PAREN {$$ = TrSetOpIntegerValue (PARSEOP_TOUUID, $3);}
|
H A D | asltree.c | 67 TrSetOpIntegerValue ( in TrSetOpIntegerValue() function
|
H A D | aslcompiler.h | 854 TrSetOpIntegerValue (
|