Searched defs:instr_nop (Results 1 – 1 of 1) sorted by relevance
384 struct instr_nop : public instr_mov { struct385 instr_nop(const yy::location &l) : instr_mov(l, mov::y, mov::y) {} in instr_nop() argument