Searched defs:instr_word (Results 1 – 1 of 1) sorted by relevance
483 struct instr_word : public instruction { struct486 …instr_word(const yy::location &l, rvalue encoding) : instruction(l), encoding(std::move(encoding))… in instr_word() argument