Searched refs:TrCreateOp (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslprimaries.y | 169 PARSEOP_CLOSE_PAREN {$$ = TrCreateOp (PARSEOP_ACCESSAS,2,$3,$4);} 251 : PARSEOP_BREAK {$$ = TrCreateOp (PARSEOP_BREAK, 0);} 255 : PARSEOP_BREAKPOINT {$$ = TrCreateOp (PARSEOP_BREAKPOINT, 0);} 320 PARSEOP_CLOSE_PAREN {$$ = TrCreateOp (PARSEOP_CONNECTION,1,$3);} 336 : PARSEOP_CONTINUE {$$ = TrCreateOp (PARSEOP_CONTINUE, 0);} 560 PARSEOP_CLOSE_PAREN {$$ = TrCreateOp (PARSEOP_EXTERNAL,4,$3,$4,$5,$6);} 764 PARSEOP_CLOSE_PAREN {$$ = TrCreateOp (PARSEOP_LNOT, 1, 787 PARSEOP_CLOSE_PAREN {$$ = TrCreateOp (PARSEOP_LNOT, 1, 810 PARSEOP_CLOSE_PAREN {$$ = TrCreateOp (PARSEOP_LNOT, 1, 982 : PARSEOP_NOOP {$$ = TrCreateOp (PARSEOP_NOOP, 0);} [all …]
|
H A D | aslrules.y | 388 : ',' AmlPackageLengthTerm {$$ = TrCreateOp (PARSEOP_RESERVED_BYTES,1,$2);}
|
H A D | aslparseop.c | 178 TrCreateOp ( in TrCreateOp() function
|
H A D | aslcompiler.h | 911 TrCreateOp (
|
H A D | aslresources.y | 172 ResourceMacroList '}' {$$ = TrCreateOp (PARSEOP_RESOURCETEMPLATE,4,
|