Searched refs:TrCreateOp (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslprimaries.y169 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_NOO
[all...]
H A Daslrules.y388 : ',' AmlPackageLengthTerm {$$ = TrCreateOp (PARSEOP_RESERVED_BYTES,1,$2);}
H A Daslparseop.c163 * FUNCTION: TrCreateOp
178 TrCreateOp ( function
H A Daslcompiler.h883 TrCreateOp (
H A Daslresources.y172 ResourceMacroList '}' {$$ = TrCreateOp (PARSEOP_RESOURCETEMPLATE,4,

Completed in 174 milliseconds