Searched refs:instr_wait (Results 1 – 4 of 4) sorted by relevance
388 struct instr_wait : public instruction { struct392 …instr_wait(const yy::location &l, rvalue polarity, std::shared_ptr<wait_source> source) : instruct… in instr_wait() function
262 …rce { $$ = std::shared_ptr<instruction>(new instr_wait(@$, $2, $3)); }263 … { $$ = std::shared_ptr<instruction>(new instr_wait(@$, resolvable_i…
394 raw_encoding instr_wait::raw_encode(program& program) { in raw_encode()
1310 …< std::shared_ptr<instruction> > () = std::shared_ptr<instruction>(new instr_wait(yylhs.location, … in parse()1314 …< std::shared_ptr<instruction> > () = std::shared_ptr<instruction>(new instr_wait(yylhs.location, … in parse()