Searched refs:modifiers (Results 1 – 3 of 3) sorted by relevance
55 # Need these next options to ensure that functions with modifiers do not confuse the Doxygen parser.56 # And any further function modifiers here.
373 enum irq modifiers; member377 instr_irq(const yy::location &l, const enum irq &modifiers, rvalue num, bool relative = false) :378 instruction(l), modifiers(modifiers), num(std::move(num)), relative(relative) {} in instruction()
307 return {inst_type::irq, (uint)modifiers, arg2}; in raw_encode()