Searched refs:instr_push (Results 1 – 4 of 4) sorted by relevance
429 struct instr_push : public instruction { struct432 … instr_push(const yy::location &l, bool if_full, bool blocking) : instruction(l), if_full(if_full), in instr_push() argument
322 void instr_push::pre_validate(program& program) { in pre_validate()
266 …ng { $$ = std::shared_ptr<instruction>(new instr_push(@$, $2, $3)); }
1326 …< std::shared_ptr<instruction> > () = std::shared_ptr<instruction>(new instr_push(yylhs.location, … in parse()