Searched refs:instr_nop (Results 1 – 3 of 3) sorted by relevance
479 struct instr_nop : public instr_mov { struct480 instr_nop(const yy::location &l) : instr_mov(l, mov::y, mov::y) {} in instr_nop() function
260 … { $$ = std::shared_ptr<instruction>(new instr_nop(@$)); }
1302 … < std::shared_ptr<instruction> > () = std::shared_ptr<instruction>(new instr_nop(yylhs.location))… in parse()